javascript - Google Maps via Link with Region -


i'm working on site want link "get directions" button google maps (without using js api). important sea of japan labeled east sea. achievable in google maps js api setting "?region=ko" when fetching api js script.

using example link below, query string can append set region korea. otherwise there method can use set region korea keep language in english.

example of link: https://maps.google.com/?saddr=current+location&daddr=brisbane+australia&zoom=14&directionsmode=driving

sea of japan naming issues: http://en.wikipedia.org/wiki/sea_of_japan_naming_dispute

thanks, zac

using korean domain google.co.kr set region setting language ?hl=en appears give "east sea" yet retain english street terminology.

east sea https://www.google.co.kr/maps/@39.6573449,135.6637105,7z?hl=en

sea of japan https://www.google.com/maps/@39.6573449,135.6637105,7z

korean labels https://www.google.co.kr/maps/@-27.4789154,153.0226005,14z

english labels https://www.google.co.kr/maps/@-27.4789154,153.0226005,14z?hl=en


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -