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

com.mapbox.mapboxsdk.geometry.ILatLng Maven / Gradle / Ivy

There is a newer version: 9.2.1
Show newest version
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