-
Undocumented
Declaration
Swift
func setStyleImage(image: UIImage, with identifier: String, sdf: Bool, stretchX: [ImageStretches], stretchY: [ImageStretches], scale: CGFloat, imageContent: ImageContent?) -> Result<Bool, ImageError>
-
Undocumented
Declaration
Swift
func getStyleImage(with identifier: String) -> Image?
-
Undocumented
Declaration
Swift
func addSource<T: Source>(source: T, identifier: String) -> Result<Bool, SourceError>
-
Undocumented
Declaration
Swift
func updateSourceProperty(id: String, property: String, value: [String: Any]) -> Result<Bool, SourceError>
-
Undocumented
Declaration
Swift
func addLayer<T: Layer>(layer: T, layerPosition: LayerPosition?) -> Result<Bool, LayerError>