/tripkit/TripKitAndroidUIDomain/com.skedgo.tripkit.location/UserGeoPointRepository
UserGeoPointRepository
\ interface UserGeoPointRepository
Retrieves GeoPoint which indicates user location.
Functions
Name | Summary |
---|---|
getCurrentGeoPoint | abstract fun getCurrentGeoPoint(): Single<GeoPoint> |
getFirstCurrentGeoPoint | abstract fun getFirstCurrentGeoPoint(): Observable<GeoPoint> |
getPeriodicLocationSample | abstract fun getPeriodicLocationSample(intervalSecs: Long): Observable<LocationSample> |