getGeometryByCoordinates abstract method
- GeoCoordinates coordinates
Gets a geometry by coordinates.
coordinatesThe coordinates inside the searching geometry.
Returns VenueGeometry?. The geometry covering the coordinates or null.
Implementation
VenueGeometry? getGeometryByCoordinates(GeoCoordinates coordinates);