This sample demonstrates the rendering of normal geometry type shapes on the map. We have rendered normal geometry type shapes to represent the bus seat selection layout. Available, booked, and selected seats will be displayed in different colors.
In this example, you can see how to render the normal geometry type shapes on the map. Selection is enabled in this sample. You can use the fill
, width
, and color
properties in the selectionSettings
to customize the appearance of the shapes after selection.
Injecting Module
Maps component features are segregated into individual feature-wise modules. To use the selection, inject the Selection
module using the Maps.Inject(Selection)
method.