To find out if current point presents in certain geofences use the command resource/get_zones_by_point:
svc=resource/get_zones_by_point¶ms={"spec": { "zoneId":{ "<long>":[<long>], ... }, "lat":<double>, "lon":<double> }}
| Name | Description |
|---|---|
| zoneId | list of geofences descriptions: format: {resId1: [], resId2: [zId1, zId2, …], …} resN - resource ID, zIdN - geofence ID |
| lat | latitude |
| lon | longitude |
{ <text>:[<uint>], /* resource ID: list of geofences IDs*/ ... }
|