【发布时间】:2015-02-09 12:37:14
【问题描述】:
通过使用:
[[NSUserDefaults standardUserDefaults] setObject:@[language] forKey:@"AppleLanguages"];
我可以设置GMSGeocoder reverseGeocodeCoordinate的响应语言。
但是当我想在应用程序运行时更改响应语言时,设置:
[[NSUserDefaults standardUserDefaults] setObject:@[theOtherLanguage] forKey:@"AppleLanguages"];
再次不起作用。
我看到this solution 用于 Javascript 的 Google Maps API,谁知道 iOS 版本的类似解决方案?
【问题讨论】:
标签: ios google-maps google-maps-sdk-ios reverse-geocoding google-geocoding-api