Thanks for the illustrative example. Ahh ya, mapTypes is an object that also contains a lot of other things besides the map types. In your example you are looking for the property tileSize to extract the map types. It is not documented that the name of these extracted map type objects can be accessed with the property name. There is also no method getName() like in v2.
Do you know if the mapTypes object will also contain a previously added additional map type? I'm asking because the reference seems not clear in this case. Another map property besides mapTypes is mentioned, namely overlayMapTypes. On May 31, 11:44 pm, William <[email protected]> wrote: > 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.
