Render Options
constructor(renderMode: RenderOptions.RenderMode = RenderMode.SurfaceView, foregroundLoadColor: Color = Color.Transparent, isDebugEnabled: Boolean = false, maximumFps: Int? = null)(source)
Parameters
render Mode
Determines the type of graphical surface to use for rendering. Options include RenderMode.SurfaceView for higher performance or RenderMode.TextureView for improved compatibility with certain transformations, at a significant performance cost.
foreground Load Color
Sets the color displayed in the foreground while the map is initializing.
is Debug Enabled
Sets whether debug overlays are shown.
maximum Fps
Specifies the maximum frame rate for rendering the map view. The value is limited by the device's hardware capabilities.
constructor(maximumFps: Int? = null, debugSettings: RenderOptions.DebugSettings = DebugSettings())(source)
Parameters
maximum Fps
The maximum frame rate at which the map view is rendered. It can't exceed the ability of device hardware.
debug Settings
Options for enabling debugging features.
Parameters
debug Settings
Options for enabling debugging features.