mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Remove attribution for mapbox
This commit is contained in:
parent
b21d1e3fbb
commit
9fe16501c7
2 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
|
|||
private void setupMapView(Bundle savedInstanceState) {
|
||||
MapboxMapOptions options = new MapboxMapOptions()
|
||||
.styleUrl(Style.OUTDOORS)
|
||||
.logoEnabled(false)
|
||||
.attributionEnabled(false)
|
||||
.camera(new CameraPosition.Builder()
|
||||
.target(new LatLng(curLatLng.getLatitude(), curLatLng.getLongitude()))
|
||||
.zoom(11)
|
||||
|
|
|
|||
BIN
no_attribution.png
Normal file
BIN
no_attribution.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1,014 KiB |
Loading…
Add table
Add a link
Reference in a new issue