getTopologyByCoordinates abstract method

VenueTopology? getTopologyByCoordinates(
  1. GeoCoordinates coordinates
)

Gets a topology by coordinates.

  • coordinates The coordinates inside the searching topology.

Returns VenueTopology?. The topology covering the coordinates or null.

Implementation

VenueTopology? getTopologyByCoordinates(GeoCoordinates coordinates);