avl_zone_image

To get the image of a geofence, use the following request:

Copied!
http://<host>/avl_poi_image/<rid>/<id>/<max_border>/<any.png>

Parameters

Name Description
rid Resource ID.
id Geofence ID.
max_border Maximum image size (from 16 to 256 pixels, recommended: 32).
v Allow SVG format.
any Any value (optional). Specified if it is necessary to download the image instead of using the cached value.

Response

Returns the image in the PNG or SVG format.

If you find a mistake in the text, please select it and press Ctrl+Enter.