Peter
Peter

Reputation: 1541

Google Map API 3: dynamic circle with zoom level

In google maps v3, it is possible to have a dynamic circle that based on the zoom level, for example, in zoom level 1, the radius of circle is 5m, while in zoom level, the radius become 20m?

Thanks in advance!

Upvotes: 1

Views: 1603

Answers (1)

Argiropoulos Stavros
Argiropoulos Stavros

Reputation: 9533

if i get this right you have to do it manually.Create a circle in the body of the zoom_change() event of the map everytime the user changes the zoom.The radius of the circle depends on the logic of your application

Upvotes: 2

Related Questions