On Nov 2, 10:27 pm, Luke Mahé <[email protected]> wrote:
> Hey Brian,
>
> You're best approach is a custom overlay by using the OverlayView. You can
> find out more info in the docs 
> -http://code.google.com/apis/maps/documentation/javascript/overlays.ht...
>
> -- Luke

I believe the defaultUI will inhibit mouse events from reaching the
"overlayLayer" pane.

I use:

    { ... streetViewControl:false , useStaticMap:false ... }

to receive mouse events & to improve performance if tiles are already
contained in the browser cache.

CANVAS does support scaled images but the API may not.

I have several static map demos with scaled CANVAS markers.

    http://home.provide.net/~bratliff/cities
    http://home.provide.net/~bratliff/harbor
    http://home.provide.net/~bratliff/hawaii

-- 
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.

Reply via email to