All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.osmdroid.views.overlay.compass.IOrientationProvider Maven / Gradle / Ivy

There is a newer version: 6.1.20
Show newest version
package org.osmdroid.views.overlay.compass;


public interface IOrientationProvider
{
    boolean startOrientationProvider(IOrientationConsumer orientationConsumer);

    void stopOrientationProvider();

    float getLastKnownOrientation();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy