-
- All Implemented Interfaces:
public final class CurrentLocation
Data class containing the current/last known location and user state the matched geofences a user has broken into.
-
-
Field Summary
Fields Modifier and Type Field Description private final Visit
currentPlace
private final List<GeofenceEvent>
matchedGeofences
-
Method Summary
Modifier and Type Method Description final Visit
getCurrentPlace()
final List<GeofenceEvent>
getMatchedGeofences()
-
-
Method Detail
-
getCurrentPlace
final Visit getCurrentPlace()
-
getMatchedGeofences
final List<GeofenceEvent> getMatchedGeofences()
-
-
-
-