AdLayerManager class abstract

Implementers
Annotations

Constructors

AdLayerManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
layerIDs List<String>
added layer ids
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visible bool
current visibility
no setter

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