xcode Search Locations on MapKit
I want to search places like google map in my app with using MKMapView. I searched and find that i should use webview with integrating google map api. However, i don't want t开发者_StackOverflowhat. Is there any service that i can send place name as input and it returns appropriate results with locations,names,address etc. When i look for google map service, i think it is not free , thus i can not use it.
For example:
I send boston university as input it will return Boston University lat:xxxxx lng:xxxxx Address:xxxxxx
Thanks
Check out BSForwardGeocoder
it makes the process incredibly easy.
https://github.com/bjornsallarp/BSForwardGeocoder
精彩评论