On Sep 13, 9:03 am, KirAsh4 <[email protected]> wrote:
> On Sep 13, 4:59 am, Rossko <[email protected]> wrote:
>
> > See the documentation
> >    http://code.google.com/apis/maps/documentation/services.html#Geocoding
> > for .setViewport() and .setBaseCountryCode()
>
> > Note this 'biases' the results but does not eliminate results from
> > further away.
> > You can sort those out in your code.
>
> All right, that works ...  I still have to type in a city, but I'll
> deal.
>
> Any ideas on how to change the search result icon?  Right now it's the
> red marker with a letter in it.  Been trying to find that
> documentation ...

Groups search is broken, but this has been discussed before:
This might help:
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/6fc56ee56b4c4d03?hl=en

You have 2 options:
1. do as above, let GDirection load the route and markers, then
replace the markers with the ones that you want (may cause the markers
to "flicker", show the original marker first).
or
2. don't have GDirections load the route and the markers, load them
yourself, changing the markers before you add them.

 -- Larry


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to