In the V3 API, the map size is determined by the element that contains it. So if you want a map of specific size, you'd use a div like:
<div id="map_canvas" style="width: 254px; height: 314px"><div> Chad Killingsworth On Feb 26, 4:29 am, Cyril Sanjay <[email protected]> wrote: > Is there a way to setup the size of gmap like in gmap V2. > ex: var map = new GMap2(document.getElementById("map_canvas"),{ size: > new GSize(254, 314) }); > > You can check it here:http://testcy.mayavaram.com/fancy.html > > Thanks > ~Cyril > > On Feb 25, 9:03 pm, Marcelo <[email protected]> wrote: > > > On Feb 25, 3:08 pm, Cyril Sanjay <[email protected]> wrote: > > > > Please help. > > > How? > > > Either get rid of the fancy plugin or read and follow the group's > > posting > > guidelines:http://groups.google.com/group/google-maps-js-api-v3/browse_thread/th...... > > > -- > > Marcelo -http://maps.forum.nu > > -- > > > > Regards, > > > ~Cyril -- 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.
