getTopology abstract method
- GeoCoordinates position
Tries to find a VenueTopology at the specified geographic coordinates in the selected Venue in the currently selected VenueLevel.
positionGeographic coordinates where the topology is located.
Returns VenueTopology?. Topology or null if there is no topology at the specified geographic coordinates.
Implementation
VenueTopology? getTopology(GeoCoordinates position);