Created
January 26, 2017 12:01
-
-
Save here-devblog-gists/dcf49c3a9368336bb0f097393fbeb7f4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// activate positioning indicator | |
mapView.positionIndicator.isVisible = true | |
// activate accuracy halo | |
mapView.positionIndicator.isAccuracyIndicatorVisible = true | |
// start positioning | |
NMAPositioningManager.shared().startPositioning() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment