You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style/ZoomFunctionSymbolLayerActivity.java
+32-7
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
importandroid.os.Bundle;
5
5
importandroid.support.annotation.NonNull;
6
6
importandroid.support.v7.app.AppCompatActivity;
7
+
importandroid.view.Menu;
8
+
importandroid.view.MenuItem;
7
9
8
10
importcom.google.gson.JsonObject;
9
11
importcom.mapbox.mapboxsdk.geometry.LatLng;
@@ -48,6 +50,9 @@ public class ZoomFunctionSymbolLayerActivity extends AppCompatActivity {
48
50
privateMapboxMapmapboxMap;
49
51
privateGeoJsonSourcesource;
50
52
53
+
privatebooleanisInitialPosition = true;
54
+
privatebooleanisSelected = false;
55
+
51
56
@Override
52
57
publicvoidonCreate(BundlesavedInstanceState) {
53
58
super.onCreate(savedInstanceState);
@@ -59,15 +64,15 @@ public void onCreate(Bundle savedInstanceState) {
0 commit comments