Class GoogleMapsPlacesV1TransitIcon
Icon for a transit line, vehicle, or agency.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1TransitIcon : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NameIncluded
Whether the name is contained in the icon and there is no need to display it next to the icon.
Declaration
[JsonProperty("nameIncluded")]
public virtual bool? NameIncluded { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Url
The URL of the icon.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |