removed default lat/long for map

This commit is contained in:
Jackson Rosenthal 2022-02-05 21:30:12 -05:00
parent 9d5066bf9d
commit 79ef308eac

View file

@ -5,6 +5,4 @@
android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
mapbox:mapbox_cameraTargetLat="40.7128"
mapbox:mapbox_cameraTargetLng="-74.0060"
mapbox:mapbox_cameraZoom="9.0" />