Hey, Its pretty easy to use Elabels3.js
New Code for usage label = new ELabel(map, map.getCenter(), '<canvas id="arrowCanvas" width="32" height="32"><\/canvas>',null,new google.maps.Size(-16,16)); label.setMap(map); First parameter map is added in v3. In v3 addOverlay is replaced with setMap. addOverlay was method of map where setMap is method of individual components. Thanks and Regards, MSquareLive On Thursday, 30 June 2011 02:21:10 UTC+5:30, Gareth Mann wrote: > > This would be great if i could get it to work. Could you post an example > showing it working? > > To place the Elabels in the old V2 Java API, you could use > "map.addOverlay()". But "addOverlay" is no longer a method of map, so how > does one go about doing it now? > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/UCxI_uifBLEJ. 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.
