getGeometriesByCoordinates abstract method

VenueLevelGeometryArray getGeometriesByCoordinates(
  1. GeoCoordinates coordinates
)

Gets geometries by coordinates.

  • coordinates The coordinates inside the searching geometries.

Returns VenueLevelGeometryArray. The list of geometries covering the coordinate or an empty list.

Implementation

VenueLevelGeometryArray getGeometriesByCoordinates(GeoCoordinates coordinates);