getGeometry abstract method
- GeoCoordinates position
Tries to find a VenueGeometry at the specified geographic coordinates in the selected Venue in the currently selected VenueLevel.
positionGeographic 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);