Google Places API Alternative

回眸只為那壹抹淺笑 提交于 2021-02-19 08:05:05

问题


My IOS app (Swift 5) HEAVILY relies on googles places API specifically the Places Autocomplete. I'm using it to get addresses and places to show on the map for users. Is there an alternative for this now that they have stopped supporting it or is there a way to fetch autocompleted places using a string. ANY help is greatly appreciated. It's essential for my app to continue working.


回答1:


Google has not stopped supporting Places Autocomplete. You can migrate to the new Places SDK for IOS following this migration guide. You may also refer to the places autocomplete guide here.

Hope this helps!



来源:https://stackoverflow.com/questions/59771741/google-places-api-alternative

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!