On Jun 1, 5:03 am, Pil <[email protected]> wrote: > "Error: map.mapTypes is not a function" it's a property which can be accessed directly, for example to get the current MapType
var currentMapType = map.mapTypes[map.getMapTypeId()]; there doesn't seem to be any similar method getMapTypes() on the MapTypeRegistry, and the registry contains other objects besides the MapTypes, so there would need to be a function like this: http://www.william-map.com/20100601/1/map.htm ... -- 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.
