Skip to content

Commit

Permalink
Don't require destination when stopping wayfinding. (#39)
Browse files Browse the repository at this point in the history
Fixes #41
  • Loading branch information
gitjuba authored and matti-ida committed Feb 11, 2020
1 parent 574fc93 commit 9779714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/IndoorAtlas.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function IndoorAtlas() {
}

function stopWayfinding() {
native('removeWayfindingUpdates', [destination.latitude, destination.longitude, destination.floor]);
native('removeWayfindingUpdates', []);
}

function requestGeofenceUpdates() {
Expand Down

0 comments on commit 9779714

Please sign in to comment.