package org.r3pek.pharmacies.utils; import com.google.android.maps.GeoPoint; public interface OnPositionChangeListener { void onLocationChange(GeoPoint currentPos, float accuracy); }