Stores Renderer
class StoresRenderer @JvmOverloads constructor(mapView: MapView? = null, storesStyle: StoresStyle, val startOnBounds: Boolean = true) : ClickableRenderer<OnStoreSelect>
Renderer to draw your assets on a MapView.
Parameters
map View
The MapView onto which to draw.
stores Style
The StoresStyle to apply.
Constructors
Link copied to clipboard
Functions
Link copied to clipboard
Add an action to be triggered when a store gets selected.
Link copied to clipboard
Remove an action that was triggered when a store was selected.
Link copied to clipboard
Change the selected store to one provided by StoresService.