GET apioauth/matrixv2/pois
Get all pois
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MatrixV2PoiResponseName | Description | Type | Additional information |
---|---|---|---|
PoiDetails |
A collection of poi details |
Collection of MatrixV2PoiDetails |
None. |
Response Formats
application/json, text/json
Sample:
{ "PoiDetails": [ { "Id": 1, "Name": "sample string 2", "RadiusMetres": 3.1, "Latitude": 4.1, "Longitude": 5.1, "Street": "sample string 6", "Town": "sample string 7", "Country": "sample string 8", "Postcode": "sample string 9", "PolygonPoints": [ { "Order": 1, "Latitude": 2.1, "Longitude": 3.1 }, { "Order": 1, "Latitude": 2.1, "Longitude": 3.1 } ] }, { "Id": 1, "Name": "sample string 2", "RadiusMetres": 3.1, "Latitude": 4.1, "Longitude": 5.1, "Street": "sample string 6", "Town": "sample string 7", "Country": "sample string 8", "Postcode": "sample string 9", "PolygonPoints": [ { "Order": 1, "Latitude": 2.1, "Longitude": 3.1 }, { "Order": 1, "Latitude": 2.1, "Longitude": 3.1 } ] } ] }
application/xml, text/xml
Sample:
<MatrixV2PoiResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PoiDetails> <MatrixV2PoiDetails> <Id>1</Id> <Name>sample string 2</Name> <RadiusMetres>3.1</RadiusMetres> <Latitude>4.1</Latitude> <Longitude>5.1</Longitude> <Street>sample string 6</Street> <Town>sample string 7</Town> <Country>sample string 8</Country> <Postcode>sample string 9</Postcode> <PolygonPoints> <MatrixV2PolygonPoint> <Order>1</Order> <Latitude>2.1</Latitude> <Longitude>3.1</Longitude> </MatrixV2PolygonPoint> <MatrixV2PolygonPoint> <Order>1</Order> <Latitude>2.1</Latitude> <Longitude>3.1</Longitude> </MatrixV2PolygonPoint> </PolygonPoints> </MatrixV2PoiDetails> <MatrixV2PoiDetails> <Id>1</Id> <Name>sample string 2</Name> <RadiusMetres>3.1</RadiusMetres> <Latitude>4.1</Latitude> <Longitude>5.1</Longitude> <Street>sample string 6</Street> <Town>sample string 7</Town> <Country>sample string 8</Country> <Postcode>sample string 9</Postcode> <PolygonPoints> <MatrixV2PolygonPoint> <Order>1</Order> <Latitude>2.1</Latitude> <Longitude>3.1</Longitude> </MatrixV2PolygonPoint> <MatrixV2PolygonPoint> <Order>1</Order> <Latitude>2.1</Latitude> <Longitude>3.1</Longitude> </MatrixV2PolygonPoint> </PolygonPoints> </MatrixV2PoiDetails> </PoiDetails> </MatrixV2PoiResponse>