Go to documentation repository
...
Parameter | Description |
---|---|
<layer> group parameters | |
geo_h | Height mark (see Configuring map binding to coordinate grid) |
height | Layer substrate height in pixels |
width | Layer substrate width in pixels |
id | Layer ID |
lat_bl | Latitude: bottom left corner |
lat_br | Latitude: bottom right corner |
lat_c | Latitude: center |
lat_tl | Latitude: top left corner |
lat_tr | Latitude: top right corner |
lon_bl | Longitude: bottom left corner |
lon_br | Longitude: bottom right corner |
lon_c | Longitude: center |
lon_tl | Longitude: top left corner |
lon_tr | Longitude: top right corner |
mapId | Map ID |
name | Layer name |
points | List of points on the layer |
zoomDef | Default scale |
zoomMax | Minimum scale |
zoomMin | Maximum scale |
zoomStep | Scale |
<point> group parameters | |
id | Object type and ID in the format TYPE:ID |
layerId | Layer ID |
mapId | Map ID |
angle | Object icon rotation angle |
geo_angle | Viewing angle (for camera, see Configuring the camera viewing angle display on the Map) |
latitude | Latitude (point coordinate) The parameter has non-zero value if:
|
longitude | Longitude (point coordinate) The parameter has non-zero value if:
|
x | The coordinate of the point relative to the substrate along the X axis |
y | The coordinate of the point relative to the substrate along the Y axis |
...