Android Java Veery class Current Geolocation stopLocationUpdate
Type to start searching
    roofstreet.io
    roofstreet.io
    • Welcome
      • Register to Veery
      • Android (Java)
      • iOS (Swift)
      • React Native (IOS)
      • React Native (Android)
      • Releases
        • Overview
        • Veery (constructor)
        • setApiKeySecret
        • serviceConnect
        • serviceDisconnect
        • serviceResume
        • servicePause
        • activate
        • activateWithOptin
        • setFirebaseToken
        • firebaseMessageHandler
        • getStatus
        • systemAuthorization
        • userAgreedPurpose
        • userAgreement
        • userAgreementAge
        • Overview
        • getCurrentLocation
        • getCurrentLocationAge
        • requestLocationUpdate
        • stopLocationUpdate
          • stopLocationUpdate()
            • Parameters
            • Returns
            • Usage / Example
            • User interaction
            • See also
              • requestLocationUpdate(LocationUpdate callback)
              • onLocationUpdate(Location loc, long age)
        • LocationUpdate.onlocationupdate
        • Overview
        • getLocationHistory
        • countLocationHistory
        • requestRouteMatch
        • stopRouteMatch
        • Locations.toArray
        • Locations.toGeoJSON
        • Locations.toGeoJSONArray
        • Locations.getBoundingBox
        • RouteMatch.onRouteMatch
        • Overview
        • getPois
        • requestPoiUpdate
        • stopPoiUpdate
        • Pois.toArray
        • Pois.toGeoJSONArray
        • Pois.count
        • Pois.getWeight
        • PoiUpdate.onPoiUpdate
        • Overview
        • getNextTrip
        • requestPredictionUpdate
        • stopPredictionUpdate
        • Predictions.isOK
        • Predictions.isOutdated
        • Predictions.getProbability
        • Predictions.getDestinationLongitude
        • Predictions.getDestinationLatitude
        • Predictions.getTrip
        • Predictions.toGeojson
        • Predictions.toLocations
        • Predictions.getStartTrip
        • Predictions.getStartTime
        • Predictions.getStartName
        • Predictions.getArrivalTime
        • Predictions.getArrivalTimeUTC
        • Predictions.getArrivalName
        • PredictionUpdate.onPredictionUpdate
        • Overview
        • registerNotification
        • unregisterNotification
        • Overview
        • setTags
        • getTags
        • unsetTags
        • Overview
        • resetLocalHistory
        • resetBackendHistory
        • resetGeoProfileHistory
        • Overview
        • getBoundingBox
      • Releases
        • Overview
        • Veery (constructor)
        • setApiKeySecret
        • serviceConnect
        • activate
        • activateWithOptin
        • setAPNSToken
        • apnsMessageHandler
        • getStatus
        • systemAuthorization
        • userAgreedPurpose
        • userAgreement
        • userAgreementAge
        • Overview
        • getCurrentLocation
        • requestLocationUpdate
        • stopLocationUpdate
        • veeryDidReceiveNewLocation
        • Overview
        • getLocationHistory
        • requestRouteMatch
        • stopRouteMatch
        • Locations.toArray
        • Locations.toGeoJSON
        • Locations.toGeoJSONArray
        • Locations.getBoundingBox
        • veeryRouteMatch
        • Overview
        • getPois
        • requestPoiUpdate
        • stopPoiUpdate
        • Pois.toArray
        • Pois.toGeoJSONArray
        • Pois.count
        • Pois.getWeight
        • veeryPoiUpdate
        • Overview
        • getNextTrip
        • requestPredictionUpdate
        • stopPredictionUpdate
        • Predictions.isOK
        • Predictions.isOutdated
        • Predictions.getProbability
        • Predictions.getNextDestination
        • Predictions.toGeojson
        • Predictions.toLocations
        • Predictions.toLocationCoordinate2D
        • Predictions.getStartTrip
        • Predictions.getStartTime
        • Predictions.getStartName
        • Predictions.getArrivalTime
        • Predictions.getArrivalName
        • veeryPredictionUpdate
        • Overview
        • registerNotification
        • unregisterNotification
        • Overview
        • setTags
        • getTags
        • unsetTags
        • Overview
        • resetLocalHistory
        • resetBackendHistory
        • resetGeoProfileHistory
        • Overview
        • getBoundingBox
      • Releases
        • Overview
        • Veery (Native Module)
        • setApiKeySecret
        • serviceConnect
        • activate
        • activateWithOptin
        • setVeeryToken
        • VeeryNotificationHandler
        • getStatus
        • systemAuthorization
        • userAgreedPurpose
        • userAgreement
        • userAgreementAge
        • Overview
        • getCurrentLocation
        • getCurrentLocationAge
        • requestLocationUpdate
        • stopLocationUpdate
        • veeryLocationUpdate
        • Overview
        • getLocationHistory
        • requestRouteMatch
        • stopRouteMatch
        • Locations.toArray
        • Locations.toGeoJSON
        • Locations.toGeoJSONArray
        • Locations.getBoundingBox
        • veeryRouteMatch
        • Overview
        • getPois
        • requestPoiUpdate
        • stopPoiUpdate
        • Pois.toArray
        • Pois.toGeoJSONArray
        • Pois.count
        • Pois.getWeight
        • veeryPoiUpdate
        • Overview
        • getNextTrip
        • requestPredictionUpdate
        • stopPredictionUpdate
        • Predictions.isOK
        • Predictions.isOutdated
        • Predictions.getProbability
        • Predictions.getDestinationLongitude
        • Predictions.getDestinationLatitude
        • Predictions.getTrip
        • Predictions.toGeojson
        • Predictions.toLocations
        • Predictions.getStartTrip
        • Predictions.getStartTime
        • Predictions.getStartName
        • Predictions.getArrivalTime
        • Predictions.getArrivalTimeUTC
        • Predictions.getArrivalName
        • veeryPredictionUpdate
        • Overview
        • registerNotification
        • unregisterNotification
        • Overview
        • setTags
        • getTags
        • unsetTags
        • Overview
        • resetLocalHistory
        • resetBackendHistory
        • resetGeoProfileHistory
    • About
    • stopLocationUpdate()
      • Parameters
      • Returns
      • Usage / Example
      • User interaction
      • See also
        • requestLocationUpdate(LocationUpdate callback)
        • onLocationUpdate(Location loc, long age)

    Class Veery

    stopLocationUpdate()

    Cancel the call to requestLocationUpdate.

    Parameters

    none

    Returns

    void

    Usage / Example

    Full example : requestLocationUpdate

    User interaction

    none

    See also

    requestLocationUpdate(LocationUpdate callback)

    Start receiving events (callback) when the location has changed.

    onLocationUpdate(Location loc, long age)

    Callback triggered every time a new geolocation is known.

    Previous requestLocationUpdate
    Next LocationUpdate.onlocationupdate
    Copyright © 2017 Roofstreet.io
    powered by MkDocs and Material for MkDocs