Following is a list of articles part of the Google Maps Javascript API series.
Basic Examples 😀 😀
- Simple Map - Example to display a basic map using Google Maps API v3
- Simple Marker - Example to display a simple marker on your Google Map
- Marker Animation - Example to display a simple animation for the marker on the Google Map
- Custom Markers - Example to display a custom marker on your Google Map
- Multiple Markers - Example to display multiple markers on your Google Map
- Marker with an Infowindow - Example to display your first Info-window
- Infowindows only - Example to display info-windows on your Google Map without any marker
- Markers & Infowindows - Example to display markers on the map with their corresponding info windows displaying the lat-long at that point on the Google map
- Form Infowindow - Example to display a form in the info window on your Google Map. This is the first step to create a application using PHP and MySQL as database
- Retrieving co-ordinates - Example to retrieve lat-long of a particular point and display them into a text box on your web page
- Simple Polyline - Example to display a simple polyline on your Google Map
- On-click polyline - Example to display a polyline on your Google Map dynamically
- Geodesic Polyline - Example to display a geodesic polyline on your Google Map
- On-click Geodesic Polyline - Example to display a geoddesic polyline on your Google Map dynamically
- Simple Polygon - Example to display a simple polygon on your Google Map
- On-click polygon - Example to create a dynamic polygon on your Google Map
- Geodesic, Draggable On-click Polygon - Example to display a geodesic, draggable dynamic polygon
- Circle or Spherical Cap - Example to display a simple circle on your Google Map
- Removing overlays - Example to remove the overlays (markers, polyline and polygon) from your Google Map
- Complex Overlays Example - Example that involves a bit of complexity
- KML Layer - Example to display a KML layer on top of your Google Map
- Google Fusion Table Layer - Example to display a Google Fusion Table data on your Google Map as a layer
- Google Fusion Table - Heat map layer - Example to display a Google Fusion Table data as a heat map layer on your Google Map
- GeoRSS Layer - Example to display data from a GeoRSS link as a layer on your Google Map
- Real Time Traffic Layer - Example to display Google’s Real-Time traffic data as a layer on your Google Map
- Bicycling Layer - Example to display Google’s Bicycling routes data as a layer on your Google Map
- Panoramio Layer - Example to display the Panoramio data as a layer on your Google Map
- Tag based search on the Panoramio Layer - Example to search the Panoramio data based on the tags used
- Simple Geocoding - Example to display simple geocoding functionality of the Google Maps
- Reverse Geocoding - Example to display simple reverse geocoding functionality of the Google Maps
- Region based geocoding - Example to display simple geocoding functionality of the Google Maps using the region- biasing method
- Loading over HTTPS - Example to display how Google Maps can be loaded over https using the Google Maps API v3
- Google Map loading - Example to display a loading image before the Google Maps gets loaded completely. Especially useful for slow internet connections
- Browser specific map - Example to display a different Google Map for a different browser
- Playing with the map controls - Example to display how to play around with the Google Maps Controls
- Simple Directions - Example to display simple directions functionality on your Google Map
- Directions to move from one Indian state to another - Example to display how directions can be displayed for a set of dynamic locations
Non- traditional Code Samples 😎 😎
- Google Maps with a dash of Shell Script
- Playing with markers and Infowindows
- Drive Along
- Two maps on the same web page
- Four maps on the same web page
- Google Map within an image
- Google Map Loading
- Browser specific map
- Pan to Indian states using Geocoding
- Directions to move from one Indian state to another
These are undoubtedly the best examples I have come across. Simple and easy to understand. I have found them most helpful. I would be eternally grateful if you could post an example that finds the user's current location and then calculates the route with directions to a fixed location. Thank you and keep up the great work!
ReplyDelete