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

org.osmdroid.api.IGeoPoint Maven / Gradle / Ivy

There is a newer version: 6.1.20
Show newest version
package org.osmdroid.api;

import org.osmdroid.util.GeoPoint;

/**
 * An interface that resembles the Google Maps API GeoPoint class
 * and is implemented by the osmdroid {@link GeoPoint} class.
 *
 * @author Neil Boyd
 *
 */
public interface IGeoPoint {
	int getLatitudeE6();
	int getLongitudeE6();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy