WebPoi class

Constructors

WebPoi(String id, String layerId, {required int currentLevel, required String? text, required String styleId, void onClick()?})

Properties

badge Map<String, WebPoiBadge>
final
currentLevel int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
final
layerId String
final
onClick ↔ void Function()?
getter/setter pair
overlay WebCustomOverlay
latefinal
preEncodedImage Map<int, String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareTransformPoi List<WebPoi>
final
styleId String
getter/setter pair
text String?
getter/setter pair

Methods

getContent() → Element
getMap() WebMapController
getPosition() WebLatLng
getVisible() bool
getZIndex() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setContent(Element content) → void
setMap(WebMapController? map) → void
setPosition(WebLatLng position) → void
setVisible(bool visible) → void
setZIndex(int zIndex) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited