Ruben2112

Results 7 comments of Ruben2112

@jdzuri thanks, that fixed it for me as well!

This is one of the last dependencies in our project that still needs to be migrated to maven. Any updates?

I am using 1.2.2, he says it's fixed in that version, but I'm still getting the same error.

@cowgp Thanks man! I rewrote it for Android! ``` java private ArrayList polygonCircleForCoordinate(LatLng location, double radius){ int degreesBetweenPoints = 8; //45 sides int numberOfPoints = (int) Math.floor(360 / degreesBetweenPoints); double...

We are also running into this issue. Hope it gets fixed soon.

@Qwin care to elaborate? I'm having the same issue but your solution doesn't seem to work for us.