profile property

String? profile
final

A String that specifies the selected profile name for configuring the MapView with its corresponding remote settings.

When you set this attribute, the MapView will load the configuration associated with the provided profile name. This allows your application to dynamically adjust the MapView’s appearance and behavior based on predefined profiles.

Alternatively you can pass a buildingIdentifier, profile will be prioritized.

Implementation

final String? profile;