public class Coordinate extends Object implements Serializable
| Constructor and Description |
|---|
Coordinate(double lat,
double lng) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getLat() |
long |
getLatE6() |
double |
getLng() |
long |
getLngE6() |
int |
hashCode() |
String |
toJSON() |
String |
toString() |
static Coordinate |
valueOf(String json) |
public static Coordinate valueOf(String json)
public String toJSON()
public String toString()
public double getLat()
public double getLng()
public long getLatE6()
public long getLngE6()
public int hashCode()
public boolean equals(Object obj)
Copyright © 2016 iSuper.org. All Rights Reserved.