Class Landmark
Landmarks are used to communicate where the destination is or help with
arriving at the destination.
Assembly: Google.Maps.Geocode.V4.dll
Syntax
public sealed class Landmark : IMessage<Landmark>, IEquatable<Landmark>, IDeepCloneable<Landmark>, IBufferMessage, IMessage
Constructors
Landmark()
Declaration
Landmark(Landmark)
Declaration
public Landmark(Landmark other)
Parameters
Properties
LandmarkCase
Declaration
public Landmark.LandmarkOneofCase LandmarkCase { get; }
Property Value
Place
The place that represents this landmark.
Declaration
public PlaceView Place { get; set; }
Property Value
RelationalDescription
A human-readable description of how the destination relates to the
landmark. For example: "Near the Empire State Building" or "Across from
the White House".
Declaration
public LocalizedText RelationalDescription { get; set; }
Property Value
StraightLineDistanceMeters
Output only. The straight-line distance from this landmark to the
destination in meters.
Declaration
public double StraightLineDistanceMeters { get; set; }
Property Value
Tags that describe how the landmark can be used in the context of the
destination.
Declaration
public RepeatedField<Landmark.Types.Tag> Tags { get; }
Property Value
TravelDistanceMeters
Output only. The road-network distance from this landmark to the
destination in meters.
Declaration
public double TravelDistanceMeters { get; set; }
Property Value