getGeometry abstract method

VenueGeometry? getGeometry(
  1. GeoCoordinates position
)

Tries to find a VenueGeometry at the specified geographic coordinates in the selected Venue in the currently selected VenueLevel.

  • position Geographic coordinates where the geometry is located.

Returns VenueGeometry?. Geometry or null if there is no geometry at the specified geographic coordinates.

Implementation

VenueGeometry? getGeometry(GeoCoordinates position);