org.osmdroid.tileprovider.modules.INetworkAvailablityCheck 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.tileprovider.modules;
public interface INetworkAvailablityCheck {
boolean getNetworkAvailable();
boolean getWiFiNetworkAvailable();
boolean getCellularDataNetworkAvailable();
boolean getRouteToPathExists(int hostAddress);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy