MapboxStyleInternal class

Implemented types
Annotations

Constructors

MapboxStyleInternal(bool debugPrintable, StyleManager? style)

Properties

debugPrintable bool
getter/setter pairoverride-getter
hashCode int
The hash code for this object.
no setterinherited
pme PMEManager?
event log for sdk logs
getter/setter pairoverride-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style ↔ StyleManager?
getter/setter pair

Methods

addGeoJSONSource(Object data, String sourceID) → dynamic
add GeoJSON source to style
override
addLayer(Object layer, String? belowID) → dynamic
add layer to style
override
addSource(Object source, String id) → dynamic
add source to style
override
addSymbolLayer(String sourceID, String layerID, String? sourceLayerID, String? belowLayerID, StylePropertyInternal styleProperty) → dynamic
add symbol layer to style
override
applyPromotedPinStyle(String layerId, Object layer, StylePropertyInternal prop) → dynamic
apply promoted pin style
override
fullyLoaded() Future<bool>
override
getLayer(String id) Future<Layer?>
fetch layer added to style
override
getSource(String id) Future<Source?>
fetch source added to style
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → dynamic
reset style
override
removeLayer(String id) → dynamic
remove layer from style
override
removeSource(String id) → dynamic
remove source from style
override
safeAddImage(Uint8List image, String id) → dynamic
add image to style
override
safeAddImages(Map<String, Uint8List> images) → dynamic
add images to style
override
safeImage(String id) Future<MbxImage?>
override
toString() String
A string representation of this object.
inherited
updateSelectedFontStyle(String layerID, MapboxAd? promotion, String propertyKey, bool selected) → dynamic
update selected font style
override
updateVisibility(String id, bool visible) → dynamic
update layer visibility
override
visible(String id) Future<bool>
fetch layer visibility
override

Operators

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