I'm using OpenLayers map and I don't think I'm using a default map
type with the v3 api. Here is a snippet of the code, but I think
you've already looked at it

            map = new OpenLayers.Map('map');
            map.addControl(new OpenLayers.Control.LayerSwitcher());

            var gphy = new OpenLayers.Layer.Google(
                "Google Physical",
                {type: google.maps.MapTypeId.TERRAIN}
            );
            map.addLayers([gphy]);

            map.setCenter(new OpenLayers.LonLat(10.2, 48.9), 5);

So I am using the TERRAIN map, but then again, if you say the api is
loading correctly I guess this problem has more to do with the
OpenLayers end of things.

Thank you.

On Mar 30, 8:15 pm, Esa <[email protected]> wrote:
> On Mar 26, 6:04 pm, Tómas Guðmundsson <[email protected]> wrote:
>
> > However I think this has something todo with the Authentication
> > service on Google's v3 api service. I believe this domain has
> > requested and been granted api keys for version 2 but I have yet to
> > find out how one is granted access to v3.
>
> Api script seems to load correctly.
>
> V3 does not have a default map type. If you want ROADMAP, you have to
> set it.

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