MPMapStyle class
- Inheritance
-
- Object
- MapsIndoorsObject
- MPMapStyle
Properties
- displayName → String
-
The name of the style
final
- folder → String
-
The folder the style is saved in
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the MPMapStyle to a JSON representation that can be parsed by the MapsIndoors Platform SDK
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromJson(
dynamic json) → MPMapStyle? - Attempts to build a MPMapStyle from a JSON object, this method will decode the object if needed