summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/MarkerViewOptions.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[android] - infer nullity"tobrun2018-10-231-6/+3
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-121-3/+6
|
* [android] - deprecate MarkerViewTobrun Van Nuland2017-09-271-0/+3
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-127/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* cherry-picked 7013 into master (#7247)Cameron Mace2016-12-011-2/+45
|
* [android] #5631 - add a concrete java exception when creating a marker ↵Tobrun2016-07-141-0/+5
| | | | | | without the required position field. [android] #5631 - updated test cases to handle invalid position on a Marker
* [android] #5279 - expose MarkerView alphaTobrun Van Nuland2016-06-141-0/+3
|
* [android] #5241 -float rotation on markerviewTobrun Van Nuland2016-06-061-2/+2
|
* [android] #5076 - fixed update marker for MarkerView, rewrite update marker ↵Tobrun2016-06-061-4/+0
| | | | jni, cleanup animation api
* [android] #5171 - introduce new select/deselect animation system for view ↵Tobrun Van Nuland2016-06-051-2/+0
| | | | markers
* [android] #5113 - added javadoc to the MarkerView APITobrun Van Nuland2016-05-271-0/+6
|
* [android] #5079 - add anchor and InfoWindowAnchor to MarkerViewTobrun Van Nuland2016-05-251-8/+8
|
* [android] #5115 - add visible integration to MarkerViewTobrun Van Nuland2016-05-251-5/+5
|
* [android] #5081 - added rotation to View MarkerTobrun2016-05-201-36/+3
|
* [android] #3276 - introduced separate methods for GL markers versus View markersTobrun2016-05-201-2/+2
|
* [android] #3276 - View Marker model integrationTobrun2016-05-201-0/+142