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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -