diff options
author | Keith Packard <keithp@keithp.com> | 2015-06-22 20:08:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-06-22 21:04:43 -0700 |
commit | 0f56903774d9e8bb033dfc0af6945e8ddc1d3065 (patch) | |
tree | eac0d0900286d80253670738381e4de73481b4e0 /altoslib/AltosMapInterface.java | |
parent | a959c1926048d1b96a06aa291131afd7c8e771c7 (diff) |
altosdroid: Select tracker by clicking on map
This lets you pick a tracker from the map, rather than having to use
the menu.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosMapInterface.java')
-rw-r--r-- | altoslib/AltosMapInterface.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altoslib/AltosMapInterface.java b/altoslib/AltosMapInterface.java index e6cb5971..7e8dd236 100644 --- a/altoslib/AltosMapInterface.java +++ b/altoslib/AltosMapInterface.java @@ -42,4 +42,6 @@ public interface AltosMapInterface { public abstract void set_zoom_label(String label); public abstract void debug(String format, Object ... arguments); + + public abstract void select_object(AltosLatLon latlon); } |