Google Maps Question Re: Image Overlays

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
volomike
Forum Regular
Posts: 633
Joined: Wed Jan 16, 2008 9:04 am
Location: Myrtle Beach, South Carolina, USA

Google Maps Question Re: Image Overlays

Post by volomike »

Does Google Maps support a way for me to overlay a graphic image on top of it? For instance, let's say I want to show a storm pattern. I could have PHP draw the storm pattern and then overlay the image on top. Or, even cooler is if I could have Google Maps draw it for me.
User avatar
volomike
Forum Regular
Posts: 633
Joined: Wed Jan 16, 2008 9:04 am
Location: Myrtle Beach, South Carolina, USA

[RESOLVED] Google Maps Question Re: Image Overlays

Post by volomike »

josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Google Maps Question Re: Image Overlays

Post by josh »

GPolyline & GGroundOverlay
This guy used it for "routes" on the marinas.com map (http://marinas.com/map/)
http://code.google.com/apis/maps/docume ... rence.html
Post Reply