I have a map loaded with Mapbox but I can not find a way to change the default style. Bring a street map, here it is in the xml code of the view:
<com.mapbox.mapboxsdk.maps.MapView
android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
mapbox:mapbox_cameraTargetLat="40.73581"
mapbox:mapbox_cameraTargetLng="-73.99155"
mapbox:mapbox_styleUrl="mapbox://styles/mapbox/streets-v10"
mapbox:mapbox_cameraZoom="11" />
I would think it's styleUrl but I can not find it in the documentation to change it for satellite type, for example