iOS Functions 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
        • 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
          • stopLocationUpdate()
            • Parameters
            • Usage / Example
            • User interaction
            • See also
              • getCurrentLocation()
              • requestLocationUpdate()
              • stopLocationUpdate()
              • veeryDidReceiveNewLocations
        • 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
      • Usage / Example
      • User interaction
      • See also
        • getCurrentLocation()
        • requestLocationUpdate()
        • stopLocationUpdate()
        • veeryDidReceiveNewLocations

    Class Veery

    stopLocationUpdate()

    Cancel the call to requestLocationUpdate.

    Parameters

    none

    Usage / Example

        veery.stopLocationUpdate()
    

    User interaction

    none

    See also

    getCurrentLocation()

    Get the last known Location collected by Veery.

    requestLocationUpdate()

    Request Veery to be warned when the user has moved.

    stopLocationUpdate()

    Cancel the call to requestLocationUpdate.

    veeryDidReceiveNewLocations

    Delegate triggered when the user has moved.

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