Show / Hide Table of Contents

Class GoogleMapsPlacesV1PlaceGoogleMapsLinks

Links to trigger different Google Maps actions.

Inheritance
object
GoogleMapsPlacesV1PlaceGoogleMapsLinks
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 GoogleMapsPlacesV1PlaceGoogleMapsLinks : IDirectResponseSchema

Properties

DirectionsUri

A link to show the directions to the place. The link only populates the destination location and uses the default travel mode DRIVE.

Declaration
[JsonProperty("directionsUri")]
public virtual string DirectionsUri { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PhotosUri

A link to show reviews of this place on Google Maps.

Declaration
[JsonProperty("photosUri")]
public virtual string PhotosUri { get; set; }
Property Value
Type Description
string

PlaceUri

A link to show this place.

Declaration
[JsonProperty("placeUri")]
public virtual string PlaceUri { get; set; }
Property Value
Type Description
string

ReviewsUri

A link to show reviews of this place on Google Maps.

Declaration
[JsonProperty("reviewsUri")]
public virtual string ReviewsUri { get; set; }
Property Value
Type Description
string

WriteAReviewUri

A link to write a review for this place on Google Maps.

Declaration
[JsonProperty("writeAReviewUri")]
public virtual string WriteAReviewUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX