| Name | Description |
---|
| QueryPolygonsAtPoint(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.
|
| QueryPolygonsAtPoint(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.
|
| QueryPolygonsAtPoint(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.
|