CalculateIsolineResponseType
The Routing API v7 returns a top-level element, CalculateIsolineResponse
, as the answer to a CalculateIsolineRequest
.
Element | Description |
---|---|
MetaInfo | RouteResponseMetaInfoType Provides details about the request itself, such as the time at which it was processed, a request id, or the map version on which the calculation was based. |
Center | GeoCoordinateType Center of the resulting isolines. The center is the coordinate representation in the routing network of the start or destination waypoint defined in the request. This is supported only if the Start/Destination in a request is defined by GeoWaypointType or one LinkID. Otherwise 0 (zero) is returned. This parameter is deprecated, please use start and destination instead. |
Isoline | IsolineType Represents reached area. |
Start | WaypointType Start waypoint of the resulting isolines. It is returned only if start parameter was provided in the request. |
Destination | WaypointType Destination waypoint of the resulting isolines. It is returned only if destination parameter was provided in the request. |