Google Maps SDK for iOS localization

戏子无情 提交于 2019-12-31 02:14:31

问题


I have an app that supports only german & english languages and I need to force a map (or even more - geocoder) to be in one of those languages.

While using REST API we can easily set language so all responses, error messages etc are returned properly translated, but I'm worried that REST limits (2500 requests per IP) will not be enough.

Does anyone know if we can set specific language for Google Maps iOS SDK?


回答1:


Google Maps iOS SDK uses the system region/language settings but doesn't expose any way to manually force any particular language. Geocoding responses (using the SDK classes) and the map labels both reflect these device settings, thankfully.

(Current as of 1.9.2, released February 2015.)



来源:https://stackoverflow.com/questions/22596087/google-maps-sdk-for-ios-localization

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