Enum AddressDescriptor.Types.Landmark.Types.SpatialRelationship
Defines the spatial relationship between the target location and the landmark.
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public enum AddressDescriptor.Types.Landmark.Types.SpatialRelationship
Fields
Name | Description |
---|---|
AcrossTheRoad | The target is directly opposite the landmark on the other side of the road. |
AroundTheCorner | Not on the same route as the landmark but a single turn away. |
Behind | Close to the landmark's structure but further away from its street entrances. |
Beside | The target is directly adjacent to the landmark. |
DownTheRoad | On the same route as the landmark but not besides or across. |
Near | This is the default relationship when nothing more specific below applies. |
Within | The landmark has a spatial geometry and the target is within its bounds. |