Show / Hide Table of Contents

Class TransitIcon

Icon for a transit line, vehicle, or agency.

Inheritance
object
TransitIcon
Implements
IMessage<TransitIcon>
IEquatable<TransitIcon>
IDeepCloneable<TransitIcon>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class TransitIcon : IMessage<TransitIcon>, IEquatable<TransitIcon>, IDeepCloneable<TransitIcon>, IBufferMessage, IMessage

Constructors

TransitIcon()

Declaration
public TransitIcon()

TransitIcon(TransitIcon)

Declaration
public TransitIcon(TransitIcon other)
Parameters
Type Name Description
TransitIcon other

Properties

NameIncluded

Whether the name is contained in the icon and there is no need to display it next to the icon.

Declaration
public bool NameIncluded { get; set; }
Property Value
Type Description
bool

Url

The URL of the icon.

Declaration
public string Url { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX