StyleInternal class abstract

Implementers
Annotations

Constructors

StyleInternal()

Properties

debugPrintable bool
no setter
hashCode int
The hash code for this object.
no setterinherited
pme PMEManager?
event log for sdk logs
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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