wicket.contrib.gmap.api
Class GPoint
java.lang.Object
wicket.contrib.gmap.api.GPoint
- All Implemented Interfaces:
- Serializable, GValue
public class GPoint
- extends Object
- implements GValue
Represents an Maps API's GPoint that contains x and y coordinates.
- Author:
- Iulian-Corneliu Costan
- See Also:
- Serialized Form
|
Constructor Summary |
GPoint(float longitude,
float latitude)
|
GPoint
public GPoint(float longitude,
float latitude)
getLongitude
public float getLongitude()
getLatitude
public float getLatitude()
getJSconstructor
public String getJSconstructor()
- Specified by:
getJSconstructor in interface GValue
- Returns:
- A JavaScript constructor that represents this element.
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.