user1271930
user1271930

Reputation: 341

Can I highlight area borders with Google Maps API 3?

Let's start with an example: if I search for Alaska in maps.google.com it gives a map of Alaska with red borders.

How can I get similar results with Google Maps Api 3?

I understand that it is possible with overlays and KML data, but "the google way" would be better and more accurate.

Upvotes: 1

Views: 844

Answers (1)

Mano Marks
Mano Marks

Reputation: 8819

There currently isn't a way to do this in the Maps API. You would have to do it with an overlay.

Upvotes: 1

Related Questions