public class Location extends Object
double
lat
lng
Location(double lat, double lng)
Location(String latLong)
boolean
equals(Object o)
getLat()
getLng()
int
hashCode()
Location
normalize()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final double lat
public final double lng
public Location(String latLong)
public Location(double lat, double lng)
public String toString()
toString
Object
public double getLat()
public double getLng()
public Location normalize()
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2015 Atlassian. All rights reserved.