Categories
AJAX
Blogging
File Management
Gadgets
Internet Marketing
Internet Telephony
New Media
New Technologies
Privacy and Security
Real Estate
Search Engines
Social Networking
Subscription Models
Travel
Web 2.0
Web 3.0
Web based email
Website Reviews
Website Traffic Analysis
Back to Bhopu ArchivePosted On Feb 13, 2008
Google Maps Various Implementation Ideas
in Web 2.0![]()
Have you ever imagined how your house, office building, school, playground and neighbourhood appear to the little birdie in the sky? Try visualizing it. Don’t worry if you can’t……visit Google maps!!! Google maps (henceforth Gmaps) makes it possible to have a “bird’s eye view” of our own earth and its neighbours in space- moon & mars. Before I fly to further features of Google maps, here’s Lord’s Cricket Ground as seen on Google maps.
So, what is Google Maps?
The Map view consists of topographical images and displays the continents, countries, cities etc down to the street level, labeling the roads and crossroads. As the name suggests,Satellite view makes use of images taken from satellite together with aerial images.
Hybrid view is a combination of the Map View superimposed upon Satellite View.
Points are displayed using Markers.
Lines are displayed using Polylines (representing a collection of points).
Areas on the map are displayed as polygons.
Another overlay- the info window is a special kind of overlay that can contain descriptive text/HTML about other overlays.
GOOGLE MAPS API
It’s an Application Programming Interface provided by Google that exposes objects and methods that allows developers to embed Gmaps in websites programmatically. One needs to register for an API key using his/her Gmail account. The service is free for websites that are free for consumers. Once registered, you will be directed to a page that will provide sample code to embed Gmaps in your page. More on this can be read at the sign up page-http://www.google.com/apis/maps/signup.html.
When I began anew with Gmaps, I thought it would be tough understanding and implementing Gmaps with the API. Soon, I discovered that Javascript, Ajax, XML and JSON are the technologies underlying Google maps and these were very familiar names to me (I hope you’ve heard of them too). A Map constitutes collection of Tiles (images). These images are downloaded when the user drags or pans the map out of the current view port. This downloading takes place in the background i.e. the page won’t post back. I as a user of the API find it to be very simple to implement.
What does Gmaps has in store?
The red (
), green (
) and blue(
) markers tell us about the member’s business type.
-
The sphere member is discriminated from the sphere-network member using encircled dots (
) for the first one and encircled triangles (
) for the other. -
The numbers (
) depict the presence of more than one member at the same place.
The proper use of Google maps depends on ones ingenuity and requirements.


Points are displayed using Markers.
Lines are displayed using Polylines (representing a collection of points).
Areas on the map are displayed as polygons.