Skip to content

features-0.1.1

Compare
Choose a tag to compare
@rahul27 rahul27 released this 28 Oct 20:35
· 6 commits to main since this release
d6c04cf

This is version 0.1.1 of the Moonsense Android Features SDK.

This release includes better representation of the feature within a Bundle. The features are represented by <sensor_type>-<feature-name> and the values are represented as a map for e.g. { x: 1.0, y: 2.0, z: 3.0}.

Adds a DoubleMap representation of a Feature.

See Feature Generation for more details.