GeofenceServiceImpl constructor

GeofenceServiceImpl(
  1. LocusInterface _instanceProvider()
)

Creates a geofence service with the given Locus interface provider.

Implementation

GeofenceServiceImpl(this._instanceProvider);