org.primefaces.model.map
Class LatLng

java.lang.Object
  extended by org.primefaces.model.map.LatLng
All Implemented Interfaces:
Serializable

public class LatLng
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LatLng(double lat, double lng)
           
 
Method Summary
 boolean equals(Object obj)
           
 double getLat()
           
 double getLng()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LatLng

public LatLng(double lat,
              double lng)
Method Detail

getLat

public double getLat()

getLng

public double getLng()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.