Click or drag to resize

DataQueryQueryPolygonsAtPoint 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 exampleQueryPolygonsAtPoint(LatLon, String)
Gets an array of Polygon objects that encapsulate the given LatLon. This method can be used to find polygons (such as golf courses, parks, airports, political/geographical entities and bodies of water) at a given location. See example.
Public methodStatic memberCode exampleQueryPolygonsAtPoint(LatLon, String, Double)
Gets an array of Polygon objects that encapsulate the given LatLon. This method can be used to find polygons (such as golf courses, parks, airports, political/geographical entities and bodies of water) at a given location. See example.
Public methodStatic memberCode exampleQueryPolygonsAtPoint(LatLon, String, Double, CancellationToken)
Gets an array of Polygon objects that encapsulate the given LatLon. This method can be used to find polygons (such as golf courses, parks, airports, political/geographical entities and bodies of water) at a given location. See example.
Top
See Also