summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/exceptions/InvalidMarkerPositionException.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - remove annotationsupstream/tnv-remove-annotationstobrun2019-05-141-16/+0
|
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-201-0/+3
| | | | | | | | | | * [android] - revisit public API javadoc * [android] fix javadoc minor mistakes and typos * grammar tweak * add missing public javadoc
* 8322 javadoc 5.0.0 release (#8438)Tobrun2017-03-171-0/+3
| | | | | | | | * [android] - update javadoc 5.0.0 release * update annotation and sources package javadoc * update javadoc on MapboxMap and MapView
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [android] #5631 - add a concrete java exception when creating a marker ↵Tobrun2016-07-141-0/+10
without the required position field. [android] #5631 - updated test cases to handle invalid position on a Marker