> Is it possible to use the api to controls dropdowns as part of a > custom classifieds search > I.e. Have one called cities and one called suburbs
The Maps API does maps. There is no reason why you shouldn't use maps in conjunction with some drop-down menu scheme, but Maps API won't do that for you. Making drop-down menus is ordinary DHTML/javascript stuff, many tutorials out there for that. You'd also need a source of your cities and suburb names. Maybe you already have that in your 'classifieds' system, or maybe the Geonames service could help with that. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
