MapOptions class
the map configuration
Constructors
- MapOptions({required int mapID, required String token, required Environment environment, LocationSource locationSource = LocationSource.GPS, bool offlineMode = false, String? offlineZipFileName = ""})
Properties
- baseURL ↔ String
-
getter/setter pair
- environment → Environment
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- locationSource → LocationSource
-
what location source (provider) to choose
final
- mapID → int
-
the map identifier
final
- offlineMode → bool
-
whether or not use the Offline mode
final
- offlineZipFileName → String?
-
the zip file name contains map data for offline mode
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String
-
the map token
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited