If you go through the tutorials on the main reference site: http://code.google.com/apis/maps/documentation/javascript/reference.html
<http://code.google.com/apis/maps/documentation/javascript/reference.html>You should gradually walk yourself through implementing your own custom map and understanding the API. There are links on the left hand side that give you examples and step you through everything you would need to know about the API. Once you have your base map running, if you want more functionality to that map, you would need to implement the marker manager and marker clusterer parts to get the housing information he had displayed there: the circle markers with numbers showing how many are clustered there. That will get you everything you need to know. On Thu, Aug 26, 2010 at 3:47 PM, ScoutFor <[email protected]> wrote: > Please Can some one give me directions for creating a custom google > map for my website? > > something similar to this: > > http://www.zoocasa.com/en/search/properties?search%5Blocation%5D=&search%5Bprice_min%5D=0&search%5Bprice_max%5D=600000&search%5Bbedrooms%5D=2%2B&search%5Bbathrooms%5D=1%2B > > Thanks > > -- > 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]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- 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.
