TransitStopGeojson 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 one Point feature representing the Stop. The properties of the feature match the properties of the results, except the position property of the stop is omitted because it is redundant with the feature's coordinates.

Method Details

getFeatures()

Returns a GeoJSON feature collection built from the results. The collection will include one Point feature representing the Stop. The properties of the feature match the properties of the results, except the position property of the stop is omitted because it is redundant with the feature's coordinates.

function getFeatures(): FeatureCollection<Point>

Returns

FeatureCollection<Point>