Closed bssandeshbs closed 4 years ago
you can change the color to another with:
mapboxMapOptions.foregroundLoadColor(int color)
we try to mask that the glsurfaceview has loaded but we don't have any content to render as we are still loading the style definition. instead of loading resources, having them offline will also improve the UX.
Mapbox Mapview shows a white screen flash before the Mapview is rendered. The flash stays for like 500ms after which the map is displayed. I am adding Mapview dynamically to my FrameLayout((addView()) at run time. Below is the code snippet. Please help !
Is there any property that needs to be specifically set for mapview
Platform: Android Mapbox SDK version: 9.0.0
Steps to trigger behavior
Expected behavior : white screen should not be shown before rendering maps
Actual behavior : white screen shown before rendering the maps