PointInPolygonGeojson class
A helper extension providing methods for accessing the response data in GeoJSON format.
Methods
| get |
Returns a GeoJSON feature collection built from the results.
The collection will include one Point feature representing the input.
The properties of the feature match the properties of the |
Method Details
getFeatures()
Returns a GeoJSON feature collection built from the results.
The collection will include one Point feature representing the input.
The properties of the feature match the properties of the result and summary,
except the sourcePoint will be omitted because it is redundant with the feature's coordinates.
function getFeatures()
Returns
FeatureCollection<Point>