Hi everyone!

I need a little help with gmap.
I have several geothermal map picture from Hungary and I would like to
put it on the map somehow. Could you lent me some examples, how could
i use the overlayes property and how can I set opacity? Also need to
have buttons for it, to change between this map overlays. I'm a
biginer in the coding of the map, so be patient with the newbie :)
Thx for your help!

I tryed this way but it isn't work well:

var boundaries = new GLatLngBounds(new GLatLng(45.859412,16.040039),
new GLatLng(48.603858,22.939453));
var oldmap = new GGroundOverlay("http://www.fagyottvilag.hu/geo/
map1.jpg", boundaries);
oldmap.opacity = 0.5;
map.addOverlay(oldmap);

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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-api?hl=en.

Reply via email to