Android Question OSM Droid MyLocationOverlay1.LocationUpdateMinTime

PaulD

Member
Licensed User
Longtime User
I am trying to set the MylocationOverlay to "refresh" at a set time interval... however when first loading the app it gets stuck in a loop and refreshes every few seconds preventing the rest of the app from loading or even the map to draw.

B4X:
    Dim DefaultZoom, DefaultLocationUpdateMinTime As Int
    '300,000ms = 5min
    DefaultZoom = 11 : DefaultLocationUpdateMinTime = 50000

The complete project is here (http://redtagapp.com/wp-content/uploads/2013/12/RTV-maptest.zip)

Any thoughts or documentation that would steer me in the right direction??
 
Top