getTopology abstract method

VenueTopology? getTopology(
  1. GeoCoordinates position
)

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

  • position Geographic 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);