Map Chart
- Last UpdatedMay 19, 2023
- 1 minute read
|
Description |
The Map Chart type charts the specified tags on a geographic map. Mapped tags must contain geolocation coordinates. |
|
Method |
POST |
|
Required Parameters |
|
|
Optional Parameters |
|
|
Success Response |
Code: 200 |
|
Error Response |
Code: 400 or Code: 500 |
|
Example |
{ "ChartTitle": "Template api Map Chart", "ChartType": "Map Chart", "Version": "1.0", "MapLayer": "Road", "TimeRangeUTC": "2015-09-12T10:13:39.257Z,2015-10-12T10:13:39.257Z", "Tags": [ { "TagName": "Weather.Batna_clouds_value", "Color": "#03A9F4" }, { "TagName": "Weather.Lagos_wind_speed_value", "Color": "#8BC34A" } ] } |