org.osmdroid.views.overlay.mylocation.IMyLocationProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of osmdroid-android Show documentation
Show all versions of osmdroid-android Show documentation
An Android library to display OpenStreetMap views.
package org.osmdroid.views.overlay.mylocation;
import android.location.Location;
public interface IMyLocationProvider
{
boolean startLocationProvider(IMyLocationConsumer myLocationConsumer);
void stopLocationProvider();
Location getLastKnownLocation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy