package org.androad.sys.ors.views.overlay; import org.osmdroid.util.GeoPoint; import org.androad.R; import android.content.Context; import android.graphics.Color; public class FoxyTagPoint extends CircleItem { // =========================================================== // Constants // =========================================================== // =========================================================== // Fields // =========================================================== // =========================================================== // Constructors // =========================================================== public FoxyTagPoint(final GeoPoint aCenter, final Context ctx) { super(aCenter, ctx, Color.MAGENTA, "FoxyTag Speed Camera"); } // =========================================================== // Getter & Setter // =========================================================== // =========================================================== // Methods from SuperClass/Interfaces // =========================================================== // =========================================================== // Methods // =========================================================== // =========================================================== // Inner and Anonymous Classes // =========================================================== }