Constructors
StyleManager ({BinaryMessenger ? binaryMessenger } )
Constructor for StyleManager . The binaryMessenger named argument is
available for dependency injection. If it is left null, the default
BinaryMessenger will be used which routes to the host platform.
Properties
hashCode
→ int
The hash code for this object.
read-only inherited
runtimeType
→ Type
A representation of the runtime type of the object.
read-only inherited
Methods
addPersistentStyleLayer (String arg_properties , LayerPosition ? arg_layerPosition )
→ Future <void >
addStyleImage (String arg_imageId , double arg_scale , MbxImage arg_image , bool arg_sdf , List <ImageStretches ? > arg_stretchX , List <ImageStretches ? > arg_stretchY , ImageContent ? arg_content )
→ Future <void >
addStyleLayer (String arg_properties , LayerPosition ? arg_layerPosition )
→ Future <void >
addStyleSource (String arg_sourceId , String arg_properties )
→ Future <void >
getProjection ()
→ Future <String >
getStyleDefaultCamera ()
→ Future <CameraOptions >
getStyleImage (String arg_imageId )
→ Future <MbxImage ? >
getStyleJSON ()
→ Future <String >
getStyleLayerProperties (String arg_layerId )
→ Future <String >
getStyleLayerProperty (String arg_layerId , String arg_property )
→ Future <StylePropertyValue >
getStyleLayers ()
→ Future <List <StyleObjectInfo ? > >
getStyleLightProperty (String arg_property )
→ Future <StylePropertyValue >
getStyleSourceProperties (String arg_sourceId )
→ Future <String >
getStyleSourceProperty (String arg_sourceId , String arg_property )
→ Future <StylePropertyValue >
getStyleSources ()
→ Future <List <StyleObjectInfo ? > >
getStyleTerrainProperty (String arg_property )
→ Future <StylePropertyValue >
getStyleTransition ()
→ Future <TransitionOptions >
getStyleURI ()
→ Future <String >
hasStyleImage (String arg_imageId )
→ Future <bool >
invalidateStyleCustomGeometrySourceRegion (String arg_sourceId , CoordinateBounds arg_bounds )
→ Future <void >
invalidateStyleCustomGeometrySourceTile (String arg_sourceId , CanonicalTileID arg_tileId )
→ Future <void >
isStyleLayerPersistent (String arg_layerId )
→ Future <bool >
isStyleLoaded ()
→ Future <bool >
localizeLabels (String arg_locale , List <String ? > ? arg_layerIds )
→ Future <void >
moveStyleLayer (String arg_layerId , LayerPosition ? arg_layerPosition )
→ Future <void >
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a non-existent method or property is accessed.
inherited
removeStyleImage (String arg_imageId )
→ Future <void >
removeStyleLayer (String arg_layerId )
→ Future <void >
removeStyleSource (String arg_sourceId )
→ Future <void >
setProjection (String arg_projection )
→ Future <void >
setStyleJSON (String arg_json )
→ Future <void >
setStyleLayerProperties (String arg_layerId , String arg_properties )
→ Future <void >
setStyleLayerProperty (String arg_layerId , String arg_property , Object arg_value )
→ Future <void >
setStyleLight (String arg_properties )
→ Future <void >
setStyleLightProperty (String arg_property , Object arg_value )
→ Future <void >
setStyleSourceProperties (String arg_sourceId , String arg_properties )
→ Future <void >
setStyleSourceProperty (String arg_sourceId , String arg_property , Object arg_value )
→ Future <void >
setStyleTerrain (String arg_properties )
→ Future <void >
setStyleTerrainProperty (String arg_property , Object arg_value )
→ Future <void >
setStyleTransition (TransitionOptions arg_transitionOptions )
→ Future <void >
setStyleURI (String arg_uri )
→ Future <void >
styleLayerExists (String arg_layerId )
→ Future <bool >
styleSourceExists (String arg_sourceId )
→ Future <bool >
toString ()
→ String
A string representation of this object.
inherited
updateStyleImageSourceImage (String arg_sourceId , MbxImage arg_image )
→ Future <void >
mapbox_maps_flutter
0.4.3