Operating mode of the location view. More...
Public Attributes | |
| INDOOR_ONLY | |
| Indoor floors only (no outdoor vector basemap). Camera stick-to-border / centering apply to the active floor plan. | |
| OUTDOOR | |
| Outdoor vector basemap only (OSM MVT). | |
| OUTDOOR_INDOOR | |
| Outdoor vector basemap plus indoor building floor overlays. | |
Operating mode of the location view.
Controls whether the view shows indoor floors only, an outdoor vector basemap, or outdoor basemap with indoor building overlays.
Definition at line 19 of file operating_mode.dart.
| OperatingMode.INDOOR_ONLY |
Indoor floors only (no outdoor vector basemap). Camera stick-to-border / centering apply to the active floor plan.
Dart code snippet:
Definition at line 30 of file operating_mode.dart.
| OperatingMode.OUTDOOR |
Outdoor vector basemap only (OSM MVT).
Definition at line 34 of file operating_mode.dart.
| OperatingMode.OUTDOOR_INDOOR |
Outdoor vector basemap plus indoor building floor overlays.
Definition at line 38 of file operating_mode.dart.