Skip to content

Commit

Permalink
interface to allow RapidGPSLock to work with both ShowMeHillsActivity…
Browse files Browse the repository at this point in the history
… and MapOverlay
  • Loading branch information
nikcain committed Jul 17, 2012
1 parent 79037ca commit 9d5b1b2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ShowMe/ShowMeX/src/com/showmehills/IShowMeHillsActivity.java
@@ -0,0 +1,10 @@
package com.showmehills;

import android.location.LocationManager;

public interface IShowMeHillsActivity {


public void UpdateMarkers();
LocationManager GetLocationManager();
}

0 comments on commit 9d5b1b2

Please sign in to comment.