Add a new polyline to a mapdata
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
The "verticesAsJsonString" parameter must be a stringified JsonArray object containing the polyline vertices.
These vertices must be JsonArray objects too, and must contain the latitude first and the longitude second in the WGS84 projection.
Therefore, the latitude value must be between -85 and +85 and the longitude one must be between -180 and +180.
You need at least 2 vertices to make a polyline.
You can see an example of a valid "verticesAsJsonString" parameter for a polyline in the above parameters description.
Date Type Attribute if add a geometry with a date type attribute. Date value format : dd-MM-yyyy (example 12-02-2016)
If successful, this method adds a polyline to the mapdata defined by the "mapdataName" parameter and returns a 200 HTTP response containing the newly added polyline key.
