spatialRelationship property

String? spatialRelationship
getter/setter pair

Defines the spatial relationship between the target location and the landmark. Possible string values are:

  • "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.
  • "BESIDE" : The target is directly adjacent to the landmark.
  • "ACROSS_THE_ROAD" : The target is directly opposite the landmark on the other side of the road.
  • "DOWN_THE_ROAD" : On the same route as the landmark but not besides or across.
  • "AROUND_THE_CORNER" : 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.

Implementation

core.String? spatialRelationship;