org.osmdroid.views.overlay.compass.IOrientationProvider 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.compass;
public interface IOrientationProvider
{
boolean startOrientationProvider(IOrientationConsumer orientationConsumer);
void stopOrientationProvider();
float getLastKnownOrientation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy