java - Which API to use to find Geofence Breach in the direction from start to end -


i have used google direction api calculate duration , distance start end destination. how find device has come closer destination without looking @ distance. how know device has breached geofence in 200 meters radius. how achieve without using android sdk. want calculate distance , beep once device breaches geofence.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -