Protocols
The following protocols are available globally.
-
The base GeoJSON object. https://tools.ietf.org/html/rfc7946#section-3 The GeoJSON specification also allows foreign members (https://tools.ietf.org/html/rfc7946#section-6.1) Developers should use “&” type in TypeScript or extend the interface to add these foreign members.
See moreDeclaration
Swift
public protocol GeoJsonObject
-
Base interface for a sensor hardware-level IO control. Provides the basic read and write functionality according to the given parameters.
See moreDeclaration
Swift
public protocol ISensorIo