is there any way to add localization settings something like “&language=ja®ion=JP
” for google map api?
Hi you can read [this] (https://developers.google.com/maps/documentation/javascript/localization?hl=es) about regions on google maps sdk you just need to add region
as you see here:
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&language=ja®ion=JP"> </script>
1 Like
Thanks but still showing some of the street names, location names, etc… in English.