com.mapbox.mapboxsdk.api.ILatLng Maven / Gradle / Ivy
package com.mapbox.mapboxsdk.api;
/**
* A Latitude, Longitude point.
*/
public interface ILatLng {
double getLatitude();
double getLongitude();
double getAltitude();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy