function initialize() {
    var myLatlng = new google.maps.LatLng(your_lat, your_lot);
    var myOptions = {
      zoom: 18,
      center: myLatlng,
      mapTypeId: google.maps.MapTypeId.ROADMAP
    }
    var map = new
google.maps.Map(document.getElementById("map_canvas"), myOptions);

On Sep 20, 5:34 pm, YeeFung Man <[email protected]> wrote:
> hi!
>       i just would like to know that how to change the code
> '''var newMap = new GMapType(G_NORMAL_MAP.getTileLayers(), new
> dituProjection(xOffset,yOffset)' from v2 to v3?
>       thx!

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