Hello, Thank you very much. The problem I'm having now is that I would like to be able to save the map or go back to it but an error message appears when I try to save it and the URL takes me back to the map with default pins. Is it possible to get around this? Thank you!
Rosie Roger Trias Sanz <[email protected]> Sent by: [email protected] 27/07/09 14:55 Please respond to [email protected] To [email protected] cc Subject Re: Discussion on chart-types-for-map-pins Hi, The Google Maps API lets you choose which image should be used for a marker, in http://code.google.com/apis/maps/documentation/reference.html#GMarkerOptions http://code.google.com/apis/maps/documentation/reference.html#GIcon you just need to give, as URL for the image, a URL that follows the examples in http://groups.google.com/group/google-chart-api/web/chart-types-for-map-pins , for example http://www.google.com/chart?chst=d_map_pin_icon&chld=home|FFFF00 3-digit numbers will not fit in the normal map pins, but you can use a resizable pin, like http://www.google.com/chart?chst=d_map_spin&chld=1.0|0|FFFF88|14|_|123, or use something other than numbers inside the pin. On Mon, Jul 27, 2009 at 12:51, rp<[email protected]> wrote: > > I'm new to this and I don't understand how you can call back the > customised pins through the browser using the API. I need to mark > around a 100 sites in a single city and I will need to revisit the map > over the course of a few weeks. I was hoping to number them. Does this > sound realistic? Thanks in advance for any help! > > On Jul 18, 3:40 pm, karmakong <[email protected]> wrote: >> Natalia - the whole point is that you don't NEED to save any of them. >> you call them back dynamically through the browser using the API >> described here. > > > -- *Google Switzerland GmbH - Identifikationsnummer: CH-020.4.028.116-1 *** ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Chart 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-chart-api?hl=en -~----------~----~----~----~------~----~------~--~---
