On Oct 22, 5:29 am, UKAndy <[EMAIL PROTECTED]> wrote: > I am wanting to create a site similar to housingmaps.com because this > site has pretty much everything I am looking for functionality wise. > > What I would like to know is, how much of this site is Google powered, > and how much has been manually written?
The map is an API map; the data doesn't come from Google. You may need to define your question better, but all the API does is provide a map and methods for manipulating it like placing markers. You need to write the code which drives what the map looks like/does. > Where is the best place to > start for creating something similar? One place frequently and highly recommended is http://econym.org.uk/gmap/ -- the bold sentence starting "Using the Google Map API" is particularly important. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
