Using the Google Maps API v3
Links to examples of various useful things and documentation
- V3 Documentation
- Google Maps API V3 discussion group
- google.maps namespace scanner(by Esa)
- little red "ride finder" markers
- little different colored "ride finder" markers
- normal sized colored markers
- 3D version of different colored "ride finder" markers
- custom markers with infowindows (v2 infowindow behavior)
- normal sized colored markers with infowindows (v2 infowindow behavior)
- different colored markers available from google
- styling the infowindow with CSS
- Convex Hull example on set of random points
- Mike Williams' tutorial The Basics - Part 1: Markers with info windows translated to v3
- Mike Williams' tutorial The Basics - Part 2: Adding a clickable sidebar translated to v3
- Mike Williams' tutorial The Basics - Part 3: Loading the data from an XML file
- Mike Williams' tutorial The Basics - Part 4: Getting Directions translated to v3
- Mike Williams' tutorial More advanced stuff - Part 26: Get directions on your own map translated to v3
- Mike Williams' tutorial The Basics - Lots of sidebar entries (4. Select box example) translated to v3
- Mike Williams' tutorial More advanced stuff - Part 25 Marker Categories translated to v3
- Toggle Group example from StackOverflow (modified to use the same data as the "Mike Williams" example)
- Modified Mike Williams' example that changes the marker icons on mouseover/mouseout (v3) (his example for v2 is from this page [Sidebar mouseovers] of his tutorial).
- Add marker with open infowindow on map click
- Mike Williams' tutorial More advanced stuff - Part 20 Passing and receiving parameters translated to v3
- Mike Williams' tutorial More advanced stuff - Part 20 Passing and receiving parameters
- Mike Williams' tutorial Third Party Extensions - Part 15 Using EShapes - draws standard shapes translated to v3
- Add markers from coordinates in text box
- Geocoding/Directions Test Page - Geocode the start and end, then get directions
- Geographic Editing tool Based off of Blitz-GMap-Editor (which in turn is based off the Google Maps API v3 DrawingManager) - allows geographic objects to be edited (Polygons, Polylines, Markers, Circles, Rectangles), exported as KML or JSON, also imports JSON and Polygons from encoded strings.
- Directions examples
- Geocoder examples
- Places API examples
- Elevation examples
- Polygon examples
- Polyline examples
- Bounds examples
- Tabbed InfoWindows
- geoxml-v3 example(s) (Lance Dyas' port of GeoXml from v2 to v3; GeoXml based off of Mike Williams' EGeoxml)
- geoxml3 examples & test cases (testing kmz implementation)
- geoxml3 examples & test cases (testing polyline & polygon implementation)
- show/hide markers (US state capitols)
- another marker test case
- show/hide markers - Kml with polyline and markers
- Load KML_Samples.kml
- Global Volcanism Program Weekly Report
- Simple Network Link Test - complete URL
- Simple Network Link Test - local file
- KML with Polygons
- KML Polygon with holes (now depends on winding direction, as of April 2011)
- Polygon winding calculation (very computationaly intensive on complicated polygons)
- KML winding reversal tool - before
- point in polygon example - same map, using Fusion Tables instead of geoxml3
- Access individual polygons
- State of Hawaii from KML (compare to kmlLayer)
- State of Alaska from KML (compare to kmlLayer) (complex KML, usual warnings apply with IE)
- US states w/ sidebar (complex KML, usual warnings apply with IE)
- Polygons w/sidebar
- highligh individual polygons return to original color
- Highlight individual polygons (complex KML, usual warnings apply with IE)
- Custom parse function, manage "map" infowindow example
- Custom createMarker function to add button to infowindow
- Projected Overlay test page> from John Coryat (www.usnaviguide.com)
- Highlight polylines on mouseover
- Google "CTA" example
- Dynamic sidebar of polygons in view (complex KML, usual warnings apply with IE)
- link to example
- Google "CTA" example (with highlighting and sidebar)
- Ground overlay - UN Map of Israel
- Map of Israel, Ground Overlay, Polygons
- Map of Georgia, Ground Overlay, Polygons
- Map of Africa with capitols
- multiple kml files (complex KML, may require large amounts of memory and time to render)
- two kml files
- five kml files
- six kml files
- another example with six kml files
- icons in the sidebar
- categories from kml styleID
- StyleMap rollover icon support example
- StyleMap rollover icon in KML_Samples
- StyleMap rollover polygon (multigeometry) support example
- suppressInfoWindow test
- Kml name and description on mouseover
- geoxml3 parsed kml, clustered with MarkerClusterer
- Fusion Tables
- Fusion Tables Users Group - Developers Guide - Reference
- Generic GeoJSON parsing for Fusion Tables v1.0 API examples:
(rudimentary, under development)
- gviz example code
- Fusion Tables Map (started with this kml:Map of Africa with capitols)
- Fusion Tables Map with sidebar
- Capitals of the World Fusion Tables based map
- Playing with Fusion Tables - Natural Earth dataset and sidebars (and a modified version of geoxml3)
Italy - Greece - Albania - Georgia - UK - Russia - Israel - USA
- Fusion Tables/Natural Earth Data Country Browser
- Select Multiple Countries
- Fusion Tables Map with sidebar
- Fusion Tables Map with sidebar, w/ polygon sidebar entries clickable
- Fusion Tables map with custom markers (specified by the load of the layer)
- two layer map, one infowindow - (original example, fusion tables removed)
- three fusion layers, selected by checkboxes
- Zoom to results of query (markers) (using GViz)
- Zoom to results of query (kml) (using GViz)
- Zoom to results of query (kml), multiple rows returned by query, multiple types of placemarks (using GViz)
- Panto results of query (kml), single marker (using GViz, geoxml3)
- Zip code labels on polygons (using GViz)
- Point in polygon examples
- Fusion Table w/ Directions (based off this google example, and this example table (ficticious data)
- Center initial map on data
- create polyline from coordinates in FusionTable
- create circles around coordinates retrieved from FusionTable
- combine multiple rows into table in infowindow
- Combine multiple rows, select row with dropdown (by date)
- Filter set by radioboxes
- clickable world map from FusionTables/NaturalEarthDataset
- clickable world map from FusionTables/NaturalEarthDataset, KmlLayer for zoom level 0,1 so no "dots" - clickable world map using KmlLayer
clickable US map using KmlLayer
- ORDER BY workaround using GViz
- ORDER BY workaround with custom (numbered) icons
- Mouseovers on polygons from FusionTables (using GViz)
- Interactive MBTA (Boston "T") map using FusionTables
Using the Google Maps API V2
Links to examples of various useful things and documentation