How to get the GPS coordinates.
After opening one of the destinations, it will open in Google maps. At the top of the page in Google maps, you will see a series of numbers.

 

 

The numbers at the top of the screen are the Latitude and Longitude coordinates.

loc:35.50962720173752 139.472457965447

loc: means Location. This is not needed.

the first number (35.50962720173752) is the latitude and the number after the space (139.472457965447) is the longitude. You don't need to use the full number, at least 4 numbers after the (.) (35.5096)

Put these two numbers into your GPS and it should take you where you want to go.

 

Back to list.