HereMapOptions class
Options used for initialization of map view
Constructors
- HereMapOptions()
- Creates a new instance.
Properties
- hashCode → int
-
The hash code for this object.
no setter
- initialBackgroundColor ↔ Color?
-
Initial loading background color that will be shown .
getter/setter pair
- projection ↔ MapProjection
-
Projection of map
getter/setter pair
- renderMode ↔ MapRenderMode
-
For Android only: specifies whether the
SurfaceVieworTextureViewis used for map rendering. Defaults to MapRenderMode.surface.getter/setter pair - 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.