NSBundle(FWApplication)
@interface NSBundle (FWApplication)
// 自定义GoogleMaps反解析地址结果语言,为nil时不指定
+ (void)fw_setGoogleMapsLanguage:(nullable NSString *)language NS_REFINED_FOR_SWIFT;
// 自定义GooglePlaces查询地址结果语言,为nil时不指定
+ (void)fw_setGooglePlacesLanguage:(nullable NSString *)language NS_REFINED_FOR_SWIFT;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
+ (void)fw_setGoogleMapsLanguage:(nullable NSString *)language NS_REFINED_FOR_SWIFT;
-
Undocumented
Declaration
Objective-C
+ (void)fw_setGooglePlacesLanguage:(nullable NSString *)language NS_REFINED_FOR_SWIFT;