Code very simple;
        var myOptions = {
                zoom: 14,
                center: new google.maps.LatLng( 60.123858,24.440453 ),
                disableDefaultUI: false,
                mapTypeId: google.maps.MapTypeId.ROADMAP,
                mapTypeControl: false,
                scaleControl: false,
            navigationControl: true,
        navigationControlOptions: {
                style: google.maps.NavigationControlStyle.ZOOM_PAN,
                position: google.maps.ControlPosition.TOP_LEFT
        }
                };
        var mapdiv = document.getElementById("map");
        map = new google.maps.Map(mapdiv, myOptions);


And HTML;
        <body onload="javacript:init();">
            <div id="map" class="mapcanvas" style="border:0px">
            </div>
        </body>


On 14 huhti, 17:25, Esa <[email protected]> wrote:
> Sorry, I had a wrong idea about Symbian WRT widgets. So it is based on
> the browser. S60 browser is not on the list of officially supported
> browsers. Being WebKit based, you should have good chances.
>
> Please post some material when you have.

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