Skip to content

Commit

Permalink
Fix MapLibre with mapbox maps
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreuer95 authored and mfazekas committed Mar 21, 2022
1 parent db2de71 commit 75a4245
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

import android.content.Context;
import com.mapbox.mapboxsdk.Mapbox;
import com.mapbox.mapboxsdk.WellKnownTileServer;

public class InstanceManagerImpl {
public static void getInstance(Context context, String accessToken) {
Mapbox.getInstance(context);
Mapbox.getInstance(context, accessToken, WellKnownTileServer.Mapbox);
}

public static String getAccessToken() {
Expand Down

0 comments on commit 75a4245

Please sign in to comment.