org.jboss.errai.location.client.shared
Class GeoLocationEvent
java.lang.Object
org.jboss.errai.location.client.shared.GeoLocationEvent
@Portable
public class GeoLocationEvent
- extends Object
- Author:
- edewit
Constructor Summary |
GeoLocationEvent(double latitude,
double longitude,
double accuracy)
|
GeoLocationEvent
public GeoLocationEvent(double latitude,
double longitude,
double accuracy)
getLatitude
public double getLatitude()
getLongitude
public double getLongitude()
getAccuracy
public double getAccuracy()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.