Class GoogleMapsPlacesV1PlaceGoogleMapsLinks
Links to trigger different Google Maps actions.
Implements
Inherited Members
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 photos of this place. This link is currently not supported on Google Maps Mobile and only works on the web version of 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. This link is currently not supported on Google Maps Mobile and only works on the web version of 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. This link is currently not supported on Google Maps Mobile and only works on the web version of Google Maps.
Declaration
[JsonProperty("writeAReviewUri")]
public virtual string WriteAReviewUri { get; set; }
Property Value
Type | Description |
---|---|
string |