On Jun 1, 4:38 pm, Pil <[email protected]> wrote: > > In your example you are looking for the > property tileSize to extract the map types. >
the doco for the MapType "object" specification says "This interface defines map type. Immutable", and I first tried "instanceof google.maps.MapType" but this doesn't work because there is no constructor for MapType. This needs further investigation into how google implements concepts like "immutable" and "interface" using javascript. > > Do you know if the mapTypes object will also contain a previously > added additional map type? > yeah I tried it with a Styled Map Type and it was in the list. ... -- 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.
