Back to project page advanced-tourist-map.
The source code is released under:
GNU General Public License
If you think the Android project advanced-tourist-map 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 org.muxe.advancedtouristmap.overlay; // w w w . j av a 2 s . c om import android.content.Context; public class PositionOverlayItem extends GenericOverlayItem { @Override public void onTap(Context context) { } }