Set default language inside Google Maps -


i want set property using google maps api dynamically set specific language display.

i have following script:

<iframe src="https://www.google.com/maps/embed"></iframe> 

i set language such ru. tried this:

 <iframe src="https://www.google.com/maps/embed&language=ru-ru"></iframe> 

it still not work. can me?

from the documentation:

language defines language use ui elements , display of labels on map tiles. note parameter supported country tiles; if specific language requested not supported tile set, default language tileset used. default, visitors see map in own language.

there aren't tiles in russian new york city, if pan russia, see russian tiles.

example map


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -