v1
latestSwagger 2.02026-07-1384122135.6 KBGets the places that lie within a geographic region. The geographic region of interest can either be specified by using a lat/lon geo-point and a radius in metres to return places within the locus defined by the lat/lon of its centre or alternatively, by the use of a bounding box defined by the lat/lon of its north-west and south-east corners. Optionally filters on type and can strip properties for a smaller payload.
Query parameters
The radius of the bounding circle in metres when only lat/lon are specified.
An optional list of comma separated property categories to return in the Place's property bag. If null or empty, all categories of property are returned. Pass the keyword "none" to return no properties (a valid list of categories can be obtained from the /Place/Meta/categories endpoint)
Defaults to false. If true child places e.g. individual charging stations at a charge point while be included, otherwise just the URLs of any child places will be returned
Place types to filter on, or null to return all types
An optional parameter to limit the results to active records only (Currently only the 'VariableMessageSign' place type is supported)
If specified, limits the number of returned places equal to the given value
Response
OK