GeofenceGeojson class

A helper extension providing methods for accessing the response data in GeoJSON format.

Methods

getFeatures()

Returns a GeoJSON feature collection built from the results. The collection will include a Point feature for each of the geometries. The properties of the features match the properties of the geofence geometry, except the nearestLat and nearestLon properties are omitted because they are redundant with the feature's coordinates.

Method Details

getFeatures()

Returns a GeoJSON feature collection built from the results. The collection will include a Point feature for each of the geometries. The properties of the features match the properties of the geofence geometry, except the nearestLat and nearestLon properties are omitted because they are redundant with the feature's coordinates.

function getFeatures(): FeatureCollection<Point>

Returns

FeatureCollection<Point>