Style
public class Style
extension Style: NativeBase
extension Style: Hashable
A style that defines the visual appearance of map rendered features.
A Style can be created using a JsonStyleFactory.
Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.
-
Updates this style with content from another style. Only style definitions update is curently supported.
Declaration
Swift
public func update(_ style: Style)Parameters
styleStyle used as source to update the current style.