getGeometriesByCoordinates abstract method
- GeoCoordinates coordinates
Gets geometries by coordinates.
coordinatesThe coordinates inside the searching geometries.
Returns VenueLevelGeometryArray. The list of geometries covering the coordinate or an empty list.
Implementation
VenueLevelGeometryArray getGeometriesByCoordinates(GeoCoordinates coordinates);