-
- All Implemented Interfaces:
public final class GeofenceSelectionFragment.WrappedGeofence
-
-
Constructor Summary
Constructors Constructor Description GeofenceSelectionFragment.WrappedGeofence(Boolean isEnter)
-
Method Summary
Modifier and Type Method Description final Geofence
getGeofence()
final Unit
setGeofence(Geofence geofence)
final Poi
getPoi()
final Unit
setPoi(Poi poi)
final Boolean
getIsEnter()
final Boolean
isPoi()
final Boolean
isGeofence()
String
toString()
-
-
Constructor Detail
-
GeofenceSelectionFragment.WrappedGeofence
GeofenceSelectionFragment.WrappedGeofence(Boolean isEnter)
-
-
Method Detail
-
getGeofence
final Geofence getGeofence()
-
setGeofence
final Unit setGeofence(Geofence geofence)
-
getIsEnter
final Boolean getIsEnter()
-
isGeofence
final Boolean isGeofence()
-
-
-
-