capacitor-community / google-maps

Capacitor Plugin using native Google Maps SDK for Android and iOS.
https://capacitor-community.github.io/google-maps/
MIT License
153 stars 64 forks source link

Localizaiton #214

Closed betim closed 1 year ago

betim commented 1 year ago

Is your feature request related to a problem? Please describe. Wouldn't it be great if we could specify a locale?

Does this feature exist in the Google Maps SDK for android and iOS? Please link the documentation for this feature. https://developers.google.com/maps/documentation/javascript/localization

Describe the solution you'd like It can be set on the GoogleMap.create({locale: ""})

tafelnl commented 1 year ago

This feature does not seem to exist on both the Android and iOS SDK. Therefore it's not possible to implement this. I think google takes care of the localization on these platforms out of the box.