Package com.navmii.sdk.geofence
Interface GeofenceManager.GeofenceListener
-
- Enclosing class:
- GeofenceManager
public static interface GeofenceManager.GeofenceListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onGeofenceEnter(java.lang.String id, java.lang.String tag)
void
onGeofenceExit(java.lang.String id, java.lang.String tag)
-