02-16-2019
02:47
- last edited on
02-18-2019
05:23
by
MarreFitbit
02-16-2019
02:47
- last edited on
02-18-2019
05:23
by
MarreFitbit
There’s no Google Maps or anything but I’d just like to know if there’s a map app on Ionic where you can download an area map and just see your location on the map without a phone being present.
thanks!
Moderator edit: updated subject for clarity & added label
02-16-2019 05:37
02-16-2019 05:37
I believe there are a couple in the App Store if you search “map” that allow you to do this.
02-18-2019 05:22 - edited 04-22-2024 05:56
02-18-2019 05:22 - edited 04-22-2024 05:56
Hi there @SunsetRunner, it's nice to see you around here! My friend @RatedE is right. To install an app:
See the ones I found:
Was my post helpful? Give it a thumbs up to show your appreciation! Of course, if this was the answer you were looking for, don't forget to make it the Best Answer! Als...
08-05-2019 17:50 - edited 08-05-2019 17:55
08-05-2019 17:50 - edited 08-05-2019 17:55
Re-animating this thread. Is there a map app that actually WORKS? Ie one that works with the Ionic and will actually properly display your location in Google maps or similar, without being tethered to the phone? I mean, a large part of why I got this Ionic was that promised onboard GPS but so far I can't get it to work properly on any app. Tried Map but it's garbage and never loaded. Trying NavBuddy now and it's equally garbage. Why even put a fitness tracker on market--and make it a flagship item no less--if it doesn't support native GPS mapping? EDIT: Maps by Terry seems to work in my apartment; let me see how well it works outside and away from my home WiFi. But seriously, FitBit should support a native app with position marking, etc.
08-07-2019 17:57
08-07-2019 17:57
There is no app yet to my knowledge. This is because it is not possible to use a cellular connection on any of Fitbit's devices. The GPS function on the Ionic just gives you your coordinates and not where you are on a map. Also, storing a map on the watch is worthless, because Fitbit only allows 64mb of additional memory for each app. Even a 250 square mile map (which sounds like a lot but in reality is only roughly 15 by 15 miles) takes up over 100mb.
08-08-2019 23:35
08-08-2019 23:35
@Threemoons wrote:EDIT: Maps by Terry seems to work in my apartment; let me see how well it works outside and away from my home WiFi. But seriously, FitBit should support a native app with position marking, etc.
Map by Terry uses HERE maps by Microsoft/Nokia not Google.
It downloads map tiles from the Internet which is sent to the Ionic/Versa over the watch's Bluetooth connection not the watch's wifi connection, which it can't use.
If it works well over wifi and not over cellular it might mean your phone's cellular connection is too slow. If you are on 2G or 3G it will be worse.
Even if your cellular/wifi connection is super fast, the bluetooth connection is slow and each tile takes a second or up to 4 seconds to transfer to the watch from the phone.
Since each tile is 256 by 256 pixels large which is smaller than the screen dimension of (300x300 or 250x348) so logically at any one point the screen will be showing a minimum of 4 tiles and a maximum of 9 tiles.
Map will cache the last 15 tiles on the watch. So if you don't zoom around and just rely on panning around the immediate vicinity, it won't need to get new tiles from the Internet and will work offline for a short while.
Source:
Map is open source and listed on Fitbit's Github repo.