Mapiconmaker is valuable in that you Can create dynamically generated markers. Check it out!
* Sent from my iPhone * Scott Sheck ([email protected]) On Nov 24, 2009, at 10:13 PM, Nhat Minh <[email protected]> wrote: > I think this Example from Google may be useful (Map API Version 3): > var image = 'beachflag.png'; > > var myLatLng = new google.maps.LatLng(-33.890542, 151.274856); > > var beachMarker = new google.maps.Marker({ > > position: myLatLng, > map: map, > > icon: image > }); > I use 'beachflag.png' in an directory where I put my index file. > You can find it here. > Good luck! > > On Tue, Nov 24, 2009 at 7:05 AM, Susannah (Google Employee) > <[email protected] > > wrote: > MapIconMaker currently only supports v2. It should be fairly simple > to port to v3, though it'll need to return separate MarkerImage > objects for the icon and the shadow. > > Take a look at these relevant documents: > contributing to the v3 library: > http://code.google.com/p/google-maps-utility-library-v3/wiki/HowToContribute > v2 version: > http://gmaps-utility-library.googlecode.com/svn/trunk/mapiconmaker/1.0/docs/examples.html > v3 MarkerImage: > http://code.google.com/apis/maps/documentation/v3/reference.html#MarkerImage > > I'd port this for you, but I'm going to work on all those feature > requests today :). > -Susannah > > -- > > You received this message because you are subscribed to the Google > Groups "Google Maps JavaScript API v3" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected] > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl= > . > > > > -- > > You received this message because you are subscribed to the Google > Groups "Google Maps JavaScript API v3" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected] > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en > . -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
