summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-10-08 13:22:28 +1100
committerLeith Bade <leith@mapbox.com>2015-10-22 20:00:43 +1100
commit927b4c6dbe6c81aa4df0f662044ec3c9e55a8458 (patch)
treee215a141b3fd9222e1d25acaf5a12cd146f3dcff /include
parent8b79a8d6e63c6ae927dc32770ffeadd58be023e7 (diff)
downloadqtlocation-mapboxgl-927b4c6dbe6c81aa4df0f662044ec3c9e55a8458.tar.gz
[android] Refactor annotations API
Remove unimplemented properties. Correct defintions of equals() and hasCode(). Add setOnInfoWindowClickListener and remove old method from Marker. Refactor showInfoWindow() to remove need for exposing internal method. Make select/deselectMarker public. Add getSelectedMarker. Fix bug where you couldn't reselect a closed info window. Add empty constructor to LatLng and LatLngZoom. Fixes #2546 Fixes #2631 Fixes #2448
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/android/jni.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mbgl/android/jni.hpp b/include/mbgl/android/jni.hpp
index 8759e0f03b..89bda3c7ed 100644
--- a/include/mbgl/android/jni.hpp
+++ b/include/mbgl/android/jni.hpp
@@ -59,19 +59,15 @@ extern jfieldID markerIconId;
extern jclass polylineClass;
extern jfieldID polylineAlphaId;
-extern jfieldID polylineVisibleId;
extern jfieldID polylineColorId;
extern jfieldID polylineWidthId;
extern jfieldID polylinePointsId;
extern jclass polygonClass;
extern jfieldID polygonAlphaId;
-extern jfieldID polygonVisibleId;
extern jfieldID polygonFillColorId;
extern jfieldID polygonStrokeColorId;
-extern jfieldID polygonStrokeWidthId;
extern jfieldID polygonPointsId;
-extern jfieldID polygonHolesId;
extern jclass runtimeExceptionClass;
extern jclass nullPointerExceptionClass;