I\'m starting a new app which uses the coreLocation and the mapkit frameworks.
My problem is trying to get the current speed always returns me a negative value, i ha
Usually, you get negative altitude and speed if the used location detection mechanism doesn't support it. For instance, when Wi-Fi or cell triangulation is used. Are you sure, you're getting GPS updates, so are you testing under the free sky? Even then, you'll still receive WiFi and cell tower location updates so you've to filter them out.
65 m horizontal accuracy is typical for Wi-Fi location updates.