On Mar 8, 11:32 am, Spatdoc <[email protected]> wrote: > Heres what I want to do: > > 1. I have a google map opened in front of me on my webpage. > 2. On that map, I want to insert a drop-down menu. > 3. I want the content of that menu to be a list of 10 local areas > within my map area such that if I choose any area, it automatically > zooms to it. > 4. For each of the ten areas, I have a list of their latitudes and > longitudes i.e. their coordinates.
That's nice. > > I'm a novice to all this so I'll appreciate if anyone can just help me > with the full code including the definitions of the functions e.t.c. > so that I can just insert the latitudes and longitudes for each of the > ten areas. > > I have been told that this is a java stuff and some of the key words I > need to get this up and running include: > 1. map.setCenter > 2. map.setZoom > 3. map.getZoom > > Anyone that can just help me with the full code will be greatly > appreciated so that I can just paste it on my website. > This is a group of volunteers, many of us were novices when we started and have developed our skills through this group and using the Google Maps API. We don't tend to provide cut and past solutions. There are tutorials and lots of information to help you put together any application you would like. If you want to try and do it yourself, we can provide guidance. If you want someone to write your code for you, you probably need to hire someone (or make the problem interesting enough that one of us might be intrigued enough to try it). But thats just my 2 cents... -- Larry -- 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.
