Skip to content

Commit

Permalink
Update MapboxMapBuilder.java
Browse files Browse the repository at this point in the history
This fix was from this issue forum:
flutter-mapbox-gl#954
  • Loading branch information
mayouf authored Jun 23, 2022
1 parent 3496907 commit 8831da9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class MapboxMapBuilder implements MapboxMapOptionsSink {
public final String TAG = getClass().getSimpleName();
private final MapboxMapOptions options = new MapboxMapOptions().attributionEnabled(true);
private final MapboxMapOptions options = new MapboxMapOptions().textureMode(true).attributionEnabled(true);
private boolean trackCameraPosition = false;
private boolean myLocationEnabled = false;
private boolean dragEnabled = true;
Expand Down

0 comments on commit 8831da9

Please sign in to comment.