This class is the base for all annotation layer classes like MarkerLayer.
- Implementers
- Annotations
Properties
Methods
-
createStyleLayer(
int index) → StyleLayer - Add the annotation layer to the map.
-
getLayerId(
int index) → String - Get a unique layer id.
-
getLayout(
) → Map< String, Object> - Build the layout properties.
-
getPaint(
) → Map< String, Object> - Build the paint properties.
-
getSourceId(
int index) → String - Get a unique source id.
-
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