Stations Count Response
The CountType structure is the top-level element in the responses to requests against the stations/count resource. The name of the top-level element in an XML response is CountResult.
| Element | Data Type | Required | Description |
|---|---|---|---|
count | Integer | Required | Number of EV charging stations found in the area specified in request. |
The following example is an example in JSON:
{
"count": 3
}The following example is an example in XML:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ev:countResult xmlns:ev="http://www.here.com/2014/02/ACS-EV" xmlns:common="http://www.here.com/2014/02/ACS-Common" xmlns:error="http://www.navteq.com/APND/Error/v2.0">
<count>555</count>
</ev:countResult>Updated 2 days ago