On May 25, 11:13 am, vardump <[email protected]> wrote: > > At the moment I'm building a community. In it, anyone can > specify their current location. Is it possible to represent these > locations in the form of dots on a single map? How can the > Google Map show the information? > > I'm looking forward to your answers.
It is possible. Depending on the number of markers, you can do so in a variety of ways -- for smaller numbers using GMarkers (using a custom "dot" marker); or by constructing custom tiles to overlay on the map if you have a large number. What is important is to start small and build up functionality in a map. Read the first few lines at http://econym.org.uk/gmap/ carefully, and use the examples Mike gives to gain experience in using the API. You do need to be confident with Javascript. -- 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.
