supportedMapTypes property

Set<MapType>? supportedMapTypes
getter/setter pair

Allows the respective map provider to declare what underlying map types are supported.

This info can then be used to either cycle through MapTypes with a button on the GUI, or to set the initial Atlas.mapType property.

Implementation

Set<MapType>? supportedMapTypes;