Application

GpsLogger_1.1

created by koolatron on October 20th, 2007

App Image
  • 4 Comments
  • 1318 views / 549 downloads
  • public
  • Average Rating Rating_fullRating_fullRating_fullRating_fullRating_full
    (2 votes)

An updated version of GPSlogger by finsprings. Currently under heavy development!

Recent changes:
- Map now pans to keep GPS location in center of display.
- Map now tiles itself to fill all available area.
- Interactive zoom control (buttons 1 and 2)
- Typos fixed (works with SDK 248)
- Now gives visual indication of heading

4 Comments

kgilmer

Bug Labs team kgilmer said on November 13th, 2007 09:24:51 PM

This looks very cool! Perhapse the PositionHelper class looks like a good candidate for it's own "GPSUtils" bundle...

bobgrimste

bobgrimste said on February 1st, 2008 12:58:55 AM

where do you get the map(s) from? THis is really cool!!! How do I adapt it to work some place else

akravets

Bug Labs team akravets said on March 27th, 2008 01:18:23 PM

Hey Koolatron, We've been using your cool application for testing SDK and noticed that timer in GPSLoggerApp is not being disposed of after IPositionProvider service goes away. You have a method GPSLoggerApp.dispose() that does that, it just needs to be called from GpsLoggerServiceTracker.stop() to clean up. Did I say it was a nice app? :)

koolatron

koolatron said on April 29th, 2008 11:23:50 AM

bobgrimste: The app retrieves its gmaps data directly from the servers, provided there's a network connection available. I've got plans to buffer that information in case the network disappears, but I haven't gotten around to it yet.
akravets: Thanks for the kudos! I'll roll that into the next revision once I'm back up and running with my meatspace BUG.

Login to add a comment.