Connect with Map Maker users

Discussion Group
Discuss with other 
map makers

Maps API

So you've mapped your heart out and created an awesome map. What next?

Here are a couple ways to use your map:
API syntax
Use G_MAPMAKER_NORMAL_MAP and G_MAPMAKER_HYBRID_MAP in lieu of the normal map and hybrid types to show mapmaker map tiles and hybrid tiles respectively. Remember that these serve maps only the countries being edited in Map Maker, not all the countries available in maps.google.com

Static Maps API syntax
Users can embed mapmaker tiles in any web page or blog using 'maptype'  values of "mapmaker-roadmap" or "mapmaker-hybrid"
e.g.
http://maps.google.com/staticmap?center=12.974408,77.599654&zoom=16&size=512x512&maptype=mapmaker-roadmap\
&key=MAPS_API_KEY&sensor=false

Mapplet
Even simpler than implementing a Maps API is to view the tiles on Google Maps using the Google Map Maker Mapplet:
http://code.google.com/apis/maps/articles/mashupmapplet.html