I have web application with google maps api v3/ i make map like:

var myOptions = {
                        zoom: 5,
                       center: new google.maps.LatLng(60.397,59.644),
                        mapTypeId: google.maps.MapTypeId.HYBRID
                        };
var map = new google.maps.Map($('photoimg'), myOptions);

And for ofter task i need back div ( $('photoimg') ) . How destroy
map ?

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