mapbox_gl white screen

Viewed 91

I need to use map-box i am sure that all the configurations are fine. but when i run the app the output of the map is like this:

enter image description here

The Map Widget is:

MapboxMap(
          accessToken: MAP_BOX_ACCESS_TOKEN,
          initialCameraPosition: CameraPosition(
            target: LatLng(34.123456789, 34.123456789),
          ),
          onMapCreated: (_) {},
          onStyleLoadedCallback: () {},
          styleString: MAP_BOX_URL,
        ),

I am using the library: mapbox_gl

0 Answers
Related