On May 21, 3:35 am, Valerii Sverdlik <[email protected]>
wrote:
> Hi,
>
> On our site we need to have a textbox with autosuggest and google map. When
> the name of the city is typed in textbox it should be highlighted on the
> map. What are the best practices for doing that?
> What tools from the API can be used for that?

The typical way is to use a polygon (or a KmlLayer or a
FusionTablesLayer).


>How can we get the list of the coordinates of the city?

Those are not available via the API, you need to get them from some
other data source, how easy that is will depend on the country of
interest.

BTW this is the deprecated V2 API, you should be using V3 for new
maps:

http://groups.google.com/group/google-maps-js-api-v3

  -- Larry

> Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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