If you switch the order and add a zoom level

        map.setCenter(point,15);
        map.addOverlay(marker);

Then you can delete the initial

        map.setCenter(new GLatLng(54.188155,-4.555893), 15);

The order needs to be switched because the map must be centred before
you can add overlays. The unsmoothness comes from there being two
setCenter() calls.

-- 
Mike Williams
http://econym.org.uk/gmap


--

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.


Reply via email to