LucaPost - Think that is just reverting to v2 as you need to define MapTypeId in v3
<script type="text/javascript" src="http://maps.google.com/maps/api/js? sensor=false"></script> and the viewport (for iPhone, Andriod, Desktop Browser) <meta name="viewport" content="initial-scale=1.0, user-scalable=no" / > * MapTypeId.ROADMAP displays the default road map view * MapTypeId.SATELLITE displays Google Earth satellite images * MapTypeId.HYBRID displays a mixture of normal and satellite views * MapTypeId.TERRAIN displays a physical map based on terrain information. You can change a map's map type by calling the map's set_mapTypeId() method. http://code.google.com/apis/maps/documentation/v3/introduction.html#Loading_the_Maps_API Still there are limited amount of functionality in the NEW version. Mapperz http://mapperz.blogspot.com/ On May 28, 11:14 am, LucaPost <[email protected]> wrote: > Right now using v=3 in my old Maps API pages does not break them, > despite the many changes described in the new docs. > > I am wandering whether v=3 redirects automatically to v=2 when it sees > an API key or others old methods; or it is really loading... > > On 28 Mag, 09:46, mapperzUK <[email protected]> wrote: > > > Version (v3) of the Google Maps API (in Labs) > > > FYI - there is a Brand New Version of the Google Maps API > > > It does not have the full functions of Version 2 but is geared up for > > more light-weight javascript. (iPhone and Android emphasis) > > > Well done Google Map API Team > > > Major Changes: > > > * No API keys required! so can embed in RSS readers > > > * Geocoding API has been overhauled! > > > * Model–view–controller (MVC) based - so faster downloading > > javascript! > > > * New API Group (V3) > > > Official Post ( by Mickey Kataria, Product > > Manager)http://googlegeodevelopers.blogspot.com/2009/05/announcing-google-map... > > >http://code.google.com/apis/maps/documentation/v3/ > > > Mapperzhttp://mapperz.blogspot.com/2009/05/brand-new-google-maps-api-v3.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
