Saturday 21 January 2012

How to request google map using coordinate

Getting tired of searching something on Google map? so here are the solution:




  1. using Google maps starred icon. zoom your desired location until you see star icon and click it.
  2. using method url overriding. for example :  javascript:void(prompt('',gApplication.getMap().getCenter()));
  3. Using my kind of method : copy code below and past at url. change the latitude and longitude first.

 http://maps.google.com.my/maps/place?q=<put your coordinate here, must be pair, saparate by comma, ignore the "<" and ">", ok?>

for example:

http://maps.google.com.my/maps/place?q=3.107094,101.608255

The tweak of the day, bye2,enjoy.

No comments:

Post a Comment