Anish-Gupta / android-maps-extensions

Automatically exported from code.google.com/p/android-maps-extensions
0 stars 0 forks source link

Add circle.getBounds() -> LatLngBounds #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am attempting to show user location and let them choose their location, 
within their accuracy range, but its non-trivial to zoom to show their accuracy 
at the most detailed level.

There is no easy method to zoom to a circle, while showing the entire circle, 
especially near the poles. 

Original issue reported on code.google.com by curtis.r...@gmail.com on 18 Jun 2013 at 11:50

GoogleCodeExporter commented 9 years ago
Hello,

Can you try function in this answer on StackOverflow:
http://stackoverflow.com/questions/6224671/mkcoordinateregionmakewithdistance-eq
uvivalent-in-android/16417396#16417396 ?

Just put center and radius multiplied by 2 as parameters.

Original comment by maciek.g...@gmail.com on 19 Jun 2013 at 7:17

GoogleCodeExporter commented 9 years ago
Related topic: http://code.google.com/p/gmaps-api-issues/issues/detail?id=5704

Original comment by maciek.g...@gmail.com on 9 Aug 2013 at 10:32

GoogleCodeExporter commented 9 years ago
If you still need it, see suggestions in comments on gmaps-api-issues.

Original comment by maciek.g...@gmail.com on 23 Feb 2014 at 12:14