Back to project page Flight-Computer-Android-Flightradar24.
The source code is released under:
GNU General Public License
If you think the Android project Flight-Computer-Android-Flightradar24 listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.nutiteq.utils; /*from w w w. ja v a2 s . co m*/ import java.util.Map; import com.nutiteq.components.MapTile; import com.nutiteq.components.MutableMapPos; public interface UtfGridLayerInterface { Map<String, String> getUtfGridTooltips(MapTile clickedTile, MutableMapPos tilePos, String template); }