AdLayerManager class abstract
- Implementers
- Annotations
Constructors
Properties
Methods
-
clearCache(
) → dynamic - clear internal cache
-
destroy(
) → dynamic - remove all layers
-
loadBannerImage(
MapboxAd promotion) → Future< Uint8List> - load banner image
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onTappedPin(
MapboxAd? promotion, bool selected) → dynamic - called when pins are tapped
-
reload(
) → dynamic - remove layers and add layers
-
renderFeatures(
Map< String, Object> properties) → dynamic - render feature properties and show pins, etc.
-
toString(
) → String -
A string representation of this object.
inherited
-
updateVisibility(
bool visible) → dynamic - update layer's visibility
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited