Hey! I am building plugin for capturing geofence alerts. Basically I am sending drone COT xml and have circle setup on wintak and activated geofence monitoring. I somehow ended up getting geofence uid. I am going to use below class:
WinTak.Common.Geofence.GeofenceAlertMessage.GeofenceAlertMessage | ( | MapObjectBase | mapObject,
| | string | fenceUid,
| | bool | entered
| ) |
Not sure what is the 1st argument(MapObjectBase ). could anyone please help me on this?
Thanks in advance!
Hey! I am building plugin for capturing geofence alerts. Basically I am sending drone COT xml and have circle setup on wintak and activated geofence monitoring. I somehow ended up getting geofence uid. I am going to use below class:
WinTak.Common.Geofence.GeofenceAlertMessage.GeofenceAlertMessage | ( | MapObjectBase | mapObject,
| | string | fenceUid,
| | bool | entered
| ) |
Not sure what is the 1st argument(MapObjectBase ). could anyone please help me on this?
Thanks in advance!