Geo-fencing In-Out Logic

AnandaGB 6 years ago

Hi, I am novice about the Traccar. I have read all documents. But I need Geo-Fencing (Entry-Exit) logic. I need a sample of code. Please help me out.

Thanks !

Tony Shelver 6 years ago

If you want to do anything with Traccar, you need to become familiar with GitHub and Java.

https://github.com/traccar/traccar/tree/master/src/main/java/org/traccar/geofence is the link to the code where the geofences are created AFAIK.

You can browse the repository for other code. Anton has laid it out very logically.

AnandaGB 6 years ago

Thanks a lot :)
Hope I will found out.