Render Options
Represents configuration options for rendering behavior in a map view. This includes options such as the type of rendered surface, debug settings, and performance-specific parameters.
Parameters
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.
Sets the color displayed in the foreground while the map is initializing.
Sets whether debug overlays are shown.
Specifies the maximum frame rate for rendering the map view. The value is limited by the device's hardware capabilities.
Configures platform-specific map rendering options.
The companion object provides some presets available from common code, but fine-grained customization on multiple platforms requires configuring these options in expect/actual code.
Parameters
The maximum frame rate at which the map view is rendered. It can't exceed the ability of device hardware.
Options for enabling debugging features.
Parameters
Options for enabling debugging features.