Routo Style
class RoutoStyle
The general class to interact with Styles in the Modular Mapbox Maps SDK for Android. It exposes the entry point for all methods related to the Style. You cannot instantiate Style object directly, rather, you must obtain one from the getStyle(onStyleLoaded) method on MapboxMap.
Note: Similar to a View object, a Style should only be read and modified from the main thread.
Types
Link copied to clipboard
object Companion
A convenience object to access the style ID strings of the professionally-designed map styles made by Mapbox.
Link copied to clipboard
Callback to be invoked when a style has finished loading.