On Nov 26, 9:32 am, Yellowstone <[email protected]> wrote: > Hi all! > > I've been trying to find a good guide for this, and I've been fiddling > around with code but I can't seem to find a simple way to do this with > V3 (some info on V2 available, but I'd like to do this in V3). Has > anybody done this before? Can anybody give me some sample code? > > Here's what I want to do: > I want a regular map canvas that a user can drag around and zoom. > Simultaneously, (uneditable) HTML form fields below the map canvas > should display the current coordinates (map canvas center) AND the zoom > level, updating each time the user drags the map or zooms. > > I'm sure there HAS to be some very simple solution using a few lines of > javascript code. > Can anybody help me here?
Have you seem the demo gallery? http://code.google.com/apis/maps/documentation/javascript/demogallery.html This example from there may help ( it is not a form, but...) http://gmaps-samples-v3.googlecode.com/svn/trunk/draggable-markers/draggable-markers.html -- Larry > > Thanks! :) > Yellowstone -- 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.
