Home
last modified time | relevance | path

Searched defs:LngLatAlt (Results 1 – 1 of 1) sorted by relevance

/external/geojson-jackson/src/main/java/org/geojson/
DLngLatAlt.java13 public class LngLatAlt implements Serializable{ class
20 public LngLatAlt() { in LngLatAlt() method in LngLatAlt
23 public LngLatAlt(double longitude, double latitude) { in LngLatAlt() method in LngLatAlt
28 public LngLatAlt(double longitude, double latitude, double altitude) { in LngLatAlt() method in LngLatAlt
43 …public LngLatAlt(double longitude, double latitude, double altitude, double... additionalElements)… in LngLatAlt() method in LngLatAlt