-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Projection + VisibleRegion #3758
Comments
Projection:
VisibleRegion:
|
While implementing this, I'm not sure why there is a separate class for VisibleRegion instead of using LatLngBounds instead.. As long as I don't see a need for this I'm going to implement that method with following signature: |
There is actually no way of writing unit tests for these except for a sanity check, this is because all 3 methods from Projection are using the underlying native library. |
Rotation and tilt? |
@jfirebaugh Yes, that makes a lot of sense! will add that |
Today I will add
|
Damn it, shooting myself in the foot here with |
[android] #3758 - add VisibleRegion + unit tests, removed boundingbox, cleanup jni, cleanup test app, renamed CoordinateSpan to LatLng.
We should introduce the
Projection
class for the4.0.0
release.The first and last method are currently implemented in
MapboxMap
,VisibleRegion model + implementation should be added.
write unit testsVisibleRegion
The text was updated successfully, but these errors were encountered: