Click or drag to resize

DataQueryFindNearestPolygons Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overload List
  NameDescription
Public methodStatic memberCode exampleFindNearestPolygons(LatLon, String)
Gets an array of Polygon objects from a given table that are near the given location. Polygons are used to represent features such as lakes, golf courses, parking lots and forests.
Public methodStatic memberCode exampleFindNearestPolygons(LatLon, String, Double)
Gets an array of Polygon objects from a given table that are near the given location. Polygons are used to represent features such as lakes, golf courses, parking lots and forests.
Public methodStatic memberCode exampleFindNearestPolygons(LatLon, String, Double, CancellationToken)
Gets an array of Polygon objects from a given table that are near the given location. Polygons are used to represent features such as lakes, golf courses, parking lots and forests.
Top
See Also