getTopologyByCoordinates abstract method
- GeoCoordinates coordinates
Gets a topology by coordinates.
coordinatesThe coordinates inside the searching topology.
Returns VenueTopology?. The topology covering the coordinates or null.
Implementation
VenueTopology? getTopologyByCoordinates(GeoCoordinates coordinates);