TileAdLayerManager class

Inheritance
Annotations

Constructors

TileAdLayerManager(MapInternal _map, MapboxAdRootConfiguration _config, String? _belowLayerID)

Properties

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

Methods

clearCache() → dynamic
clear internal cache
override
deinit() → dynamic
remove all layers
destroy() → dynamic
remove all layers
override
loadBannerImage(MapboxAd promotion) Future<Uint8List>
load banner image
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTappedPin(MapboxAd? mapboxAd, bool selected) → dynamic
called when pins are tapped
override
reload() → dynamic
remove layers and add layers
override
renderFeatures(Map<String, Object> properties) → dynamic
render feature properties and show pins, etc.
override
toString() String
A string representation of this object.
inherited
updateVisibility(bool visible) → dynamic
update layer's visibility
override

Operators

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