com.mapbox.mapboxsdk.geometry.ILatLng Maven / Gradle / Ivy
package com.mapbox.mapboxsdk.geometry;
/**
* Describes a latitude, longitude point.
*/
public interface ILatLng {
double getLatitude();
double getLongitude();
double getAltitude();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy