Questions tagged as 'mapbox'

1
answer

Differing Priorities of Mapbox Location on Android

To get positions with the control mapbox we use LocationEngine I see that you can specify the priority, ie the sampling of location data. locationEngine = LocationSource.getLocationEngine(this); locationEngine.setPriority(Locatio...
asked by 30.05.2017 / 09:51
1
answer

Change the map style using MapBox on Android

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="mat...
asked by 15.11.2018 / 22:02
0
answers

Error "can not read property 'setFilter' of undefined" with mapbox js 3.1.1

The code below captures when the user zooms in on the map, when it reaches 13 it should hide layer privLayer but does not recognize the function that filters the results. I already tried with privLayer.setFilter(function() { return...
asked by 18.07.2018 / 20:55