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.

How to know latitude and longitude of the map

The paper with region drawing cant be called map without border. this same happening with digitalis maps.
Google maps are essential for user to know the the location name but for advance user, it will certainly need a code to do that.

im gonna show how to tackle google maps functionality on latitude and longitude. there are 3 methods to get latitude and longitude out of the maps.



first method is using override functionality using java script. below is the example to override the url browser.


» Click to show Spoiler - click again to hide... «


A little dialog box will pop up displaying the coordinates which can be copied and pasted for use elsewhere. This code can be bookmarked and then used in the future by selecting the bookmark.


second method is using google maps itself. open google maps, and track where you are. 



Right click here you wanna know the coordinates on the maps. you will see something similar like above picture. then click what's new.



and thats you coordinates in the google search box. i hope your enjoy exploiting new 'toys' here.


last method that im developing is this small system. click here to proceed. <----its not an ad.trust me.