Skip to content Skip to sidebar Skip to footer

Dynamically Drawing Polygons In Google Map

I am new to android. I've been trying to apply a field of view to my current location in google map. The image shows a FOV on Google map in iOS. So basically I did a similar thing

Solution 1:

https://developers.google.com/maps/documentation/android/shapes

According to the Google documentation above.

You shall update the shape by calling Polygon.setPoints Link

rather than remove/add.

Hope this would help

Post a Comment for "Dynamically Drawing Polygons In Google Map"