Show / Hide Table of Contents

Class GoogleMapsPlacesV1TransitIcon

Icon for a transit line, vehicle, or agency.

Inheritance
object
GoogleMapsPlacesV1TransitIcon
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX