On Feb 20, 9:58 am, peteski <[email protected]> wrote: > > Is it possible to use a custom icon for a marker when only using a > direct link (iframe) to google maps rather than creating an instance > of the google map on your page and adding markers yourself?
You want to use a custom marker in Google Maps (not the API)? I don't think so; but then this isn't the right group for Google Maps questions. > As an aside, if it is not possible; then is it possible to have the > "get directions" link as part of your infoHTML if you create a custom > marker with latitude/longitude - as far as I am aware, I can't geocode > a postcode from the UK using Googlemaps. Yes. GDirections works with addresses (which it geocodes) or points you have already geocoded. In the latter case you can do things like to: The place you want to go to @51.2345,0.1234 and the text before the @ will be used in the directions, with the lat and lng after the @ as the location. 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 -~----------~----~----~----~------~----~------~--~---
