Class Place.Types.GoogleMapsLinks
Links to trigger different Google Maps actions.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class Place.Types.GoogleMapsLinks : IMessage<Place.Types.GoogleMapsLinks>, IEquatable<Place.Types.GoogleMapsLinks>, IDeepCloneable<Place.Types.GoogleMapsLinks>, IBufferMessage, IMessage
Constructors
GoogleMapsLinks()
Declaration
public GoogleMapsLinks()
GoogleMapsLinks(GoogleMapsLinks)
Declaration
public GoogleMapsLinks(Place.Types.GoogleMapsLinks other)
Parameters
| Type | Name | Description |
|---|---|---|
| Place.Types.GoogleMapsLinks | other |
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
public string DirectionsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PhotosUri
A link to show photos of this place on Google Maps.
Declaration
public string PhotosUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlaceUri
A link to show this place.
Declaration
public string PlaceUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReviewsUri
A link to show reviews of this place on Google Maps.
Declaration
public string ReviewsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WriteAReviewUri
A link to write a review for this place on Google Maps.
Declaration
public string WriteAReviewUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |