Ticket Created
over 5 years ago

WERETECH-8118

Sim issue with saveWaypoints

In the sim using 3.1.5, the following sometimes doesn't work.

Toybox.PersistedContent.saveWaypoint(location, {:name => name});

It works fine in the device (a real 1030).

Parents
  • That's about right.

    Though, the devices can store many more locations than 16.

    ======================

    When you download a course, you get a handle to the course object created.

    saveWaypoint should return a handle to the location object.

    And one should be able to get the name and the lat/lon coordinates from the object.

Comment
  • That's about right.

    Though, the devices can store many more locations than 16.

    ======================

    When you download a course, you get a handle to the course object created.

    saveWaypoint should return a handle to the location object.

    And one should be able to get the name and the lat/lon coordinates from the object.

Children
No Data