Archive: Google
-
Jul 23, 2009
No CommentsGet Latitude and Longitude Of User From Simple Javascript!
I am a big fan of Latitude and Longitude, as you all might know, I have other post related to Latitude and Longitude and Google Maps. I came across one of the greatest feature of Mozilla Firefox 3.5, and that was to get the latitude and Longitude of user using simple Javascript. No API to use,...
-
Dec 30, 2008
6 CommentsGoogling “Google” On Google
Have you ever tried searching for “Google” on Google? You might have or not, I don’t know, but when I asked to one of my friend he gave me a very humorous answer. He said it would go into a “infinite loop“. Mathematically speaking R=G(G), here R is Result and G stands for searching in Google,...
-
Jul 16, 2008
No CommentsTabbed Infowindow in Google Maps
I wanted to show different categories of information on one GMarker. That is I wanted to show different types of information on a Infowindow for a point on Google Maps. For that I used a tabbed info window, which helped me to show different data on each tabs. Here is the code of what I...
-
Jul 11, 2008
24 CommentsMapping The IP Address to Latitude and Longitude In Google Maps
At last I found hostip.info provides a service for getting the latitude and longitude of a place on the basis of the user’s ip address. Its light weight and free, rather than downloading bulky database and getting paid services, for getting latitude and longitude on the basis of IP. Here is the simplest way to do...
-
Jun 18, 2008
6 CommentsLatitude and Longitude Of a Place in Google Maps Using Zip Code
I have already posted similar post for finding out the latitude and longitude of a place using Google maps, but when I studied the traffic details and found out that when people visit that post, they sometime come with keywords like zipcode+latitude and longitudes, so I thought it would be better to them to post...
-
May 20, 2008
17 CommentsHow To Get Latitude and Longitude of a Place Using Google Maps
I was so frustrated during one project where I need to find out the geological latitude and longitude of the place, with the help of Google Maps. So I googled a lot and came up with a function function (overlay,point).On calling this function on mouse click event the latitude and longitude are returned as point.lat()...
-
May 17, 2008
No CommentsGoogle Map With Zoom and Map Type
To get a simple Google Map for you website its, pretty easy actually. Just go to http://maps.google.com/maps/api_signup and input the necessary details then you will get a sample code for a simple google map. The Sample code is just like...