Please enable JavaScript.
Coggle requires JavaScript to display documents.
CoreLocation (CLGeocoder (how to search a position (using a CLGeocoder…
CoreLocation
CLGeocoder
-
reverseGeocodeLocation:
Submits a reverse-geocoding request for the specified location and locale. The result will get by using callback
geocodeAddressString:
Submits a forward-geocoding requesting using the specified address string and locale information (nil for current)
-
CLLocation
process anything relate to location like:
current location, update location, ...
-
notes when use
request permission
plist.info add: add "Privacy - Location When In Use Usage Description" on "Main storyboard file base name"
-
MapKit
used to handle everything
relate tomap: display map, route, ...
How to get routes
-
set source, destination, transport type, ...
-
-
-
-