summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/BaseMarkerOptions.java
Commit message (Collapse)AuthorAgeFilesLines
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-93/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0/+58
|
* [android] Create Wrappers for CordovaBrad Leege2016-06-161-0/+16
| | | | Fixes #4761
* [android] #3276 - View Marker model integrationTobrun2016-05-201-9/+0
|
* [android] #3276 - View annotation integration in MarkerTobrun2016-05-201-0/+9
|
* [android] #5014 - Removing malformed HTML from Javadocsandroid-v4.0.1Brad Leege2016-05-121-2/+2
|
* [android] #3749 - added javadocTobrun2016-03-121-0/+8
|
* [android] #3756 - unit test annotations integration in MapboxMapTobrun2016-02-151-0/+38
[android] #3756 - unit tests fixes [android] #3756 - allow using inheritance Marker, added example to WindowAdapterActivity