summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/geometry/LatLng.java
Commit message (Collapse)AuthorAgeFilesLines
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-201-12/+104
| | | | | | | | | | * [android] - revisit public API javadoc * [android] fix javadoc minor mistakes and typos * grammar tweak * add missing public javadoc
* [android] Preflight argument validity before constructing LatLngJohn Firebaugh2017-04-061-8/+20
|
* [android] - wrap longitude values from core (#7852)Tobrun2017-02-041-7/+2
|
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-2/+2
| | | | | | * [android] add the mapbox-android-telemetry module dependency. * update javadoc
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-179/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* 6453 restore tilt after orientation (#6491)Tobrun2016-09-291-7/+4
| | | | | | | | * [android] - correct tilt value when restoring activity or creating from xml * correct values requesting camera position adhoc * updated logic change in unit tests
* [android] #4475 - Only wrapping when needed in LatLng.wrap(). Making Javadoc ↵Brad Leege2016-03-251-1/+4
| | | | more clear. Making tests consistent.
* [android] #4475 - Introducing LatLng.wrap() and removing usage of wrap() in ↵Brad Leege2016-03-251-0/+12
| | | | JNI's nativeLatLngForPixel()
* [android] #4444 - Wrapping all LatLng from nativeLatLngForPixel() to solve ↵Brad Leege2016-03-241-1/+1
| | | | problem and mirror Android Google Maps API
* [android] #3503 - remove serialisable interface from classes in geometry ↵Tobrun2016-01-191-1/+1
| | | | package, implemented parcable on CoordinateBounds, CoordinateRegion and CoordinateSpan. Enforced Android code conventions on those classes.
* [android] #3338 - add javadoc annotations packageTobrun2016-01-191-2/+3
|
* [android] #3556 - Added test to trigger NaN value on same point, updated ↵Tobrun2016-01-181-1/+4
| | | | LatLng model to handle calls for distance calls of same point
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-161-0/+187