MapLayer class

Layer for VectorMap.

Constructors

MapLayer({int? id, required MapDataSource dataSource, MapTheme? theme, MapHighlightTheme? highlightTheme, String? name})

Properties

dataSource MapDataSource
final
hashCode int
The hash code for this object.
no setteroverride
highlightTheme MapHighlightTheme?
final
hoverDrawable bool
Indicates if the hover is drawable, if there is any highlight theme and if it has a set value.
no setter
id int
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme MapTheme
final

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.
override