Skip to content

Releases: AR-js-org/locar.js

0.1.4

Choose a tag to compare

@nickw1 nickw1 released this 16 Nov 12:28

Adds getLastKnownLocation() method of LocAR which returns the last known location as an object of type LonLat.

Useful if we want to obtain the location after we have already received a gpsupdate event.

0.1.2

Choose a tag to compare

@nickw1 nickw1 released this 08 Nov 20:22

Implements TypeScript types for locar.js, thanks to @coopbri.

0.1.1

Choose a tag to compare

@nickw1 nickw1 released this 11 Oct 14:10

Allow inline styling of the iOS permission dialogs for device orientation, as well as providing a more iOS-native style by default (PR #22).

Thanks to Luigi Mannoni for this.

0.1.0

Choose a tag to compare

@nickw1 nickw1 released this 23 Aug 15:59

Improved device orientation controls handling on iOS thanks to @darianwwu.

Improved event handling system, fixing issue #10.

Some other API changes.