Altitude and vertical accuracy give NaN values (instead of being unset) when using HERE integration

Bug #1372828 reported by Pete Woods
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
location-service (Ubuntu)
New
High
Unassigned

Bug Description

As per the title, we're doing checks like:

if (pos.altitude)
{
     // Do stuff with altitude
}

if (pos.accuracy.vertical)
{
    // Do stuff with vertical accuracy
}

These checks are passing (when really pos.altitude should evaluate to false) when using Nokia HERE integration, and the result is that we're giving out NaN values to clients.

Tags: rtm-14
Pete Woods (pete-woods)
Changed in location-service (Ubuntu):
importance: Undecided → High
tags: added: rtm-14
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.