Barry, Thanks! that's exactly what I need. Sounds like I need to figure out a way to render my addresses collection in kml format, then use the url example you've provided - awesome.
Thanks again, Jason On Thu, Jun 24, 2010 at 5:39 AM, Barry Hunter <[email protected]> wrote: > The only way to render multiple locations really is to use KML files. > > http://maps.google.com/maps?q=http://example.com/path/to/122323.kml > > That KML would contain the same data as your map. Your application > would have to interact with your server to create the KML file. > code.google.com/apis/kml/ > > > On 24 June 2010 01:28, chewmanfoo <[email protected]> wrote: >> Guys, >> >> I'm using geocoding and GMap and GMarker to show a map of my customers >> sites. Each site has an address, so I use geocoding to get the >> address latitude and longitude, and add a GMarker for the address on >> the GMap. Then I render the GMap on my website in a window which is >> 400x300. I want to put a link under the map which opens the same >> locations (GMarkers if possible) in http://maps.google.com. Is there >> a url I can use, like this: >> >> <a href="http://maps.google.com? >> center_lat=101.1928734¢er_long=-198.9082763&...">Larger map on >> maps.google.com</a> >> >> Is that possible? If now, how would you do it? >> >> Thanks in advance, >> >> -- >> 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. >> >> > > > > -- > Barry > > - www.nearby.org.uk - www.geograph.org.uk - > > -- > 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. > > -- 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.
