开发者

xcode Search Locations on MapKit

开发者 https://www.devze.com 2023-04-07 18:11 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消