package pl.pwr.smartkill.tools; import android.content.Context; import com.google.android.maps.MapView; import com.google.android.maps.MyLocationOverlay; public class PlayerLocationOverlay extends MyLocationOverlay{ public PlayerLocationOverlay(Context arg0, MapView arg1) { super(arg0, arg1); // TODO Auto-generated constructor stub } void drawLocation(){ } }