org.osmdroid.views.overlay.compass.IOrientationConsumer 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 IOrientationConsumer
{
void onOrientationChanged(float orientation, IOrientationProvider source);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy