Errai 3.0.1-SNAPSHOT

org.jboss.errai.location.client.shared
Class GeoLocationEvent

java.lang.Object
  extended by org.jboss.errai.location.client.shared.GeoLocationEvent

@Portable
public class GeoLocationEvent
extends Object

Author:
edewit

Constructor Summary
GeoLocationEvent(double latitude, double longitude, double accuracy)
           
 
Method Summary
 double getAccuracy()
           
 double getLatitude()
           
 double getLongitude()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeoLocationEvent

public GeoLocationEvent(double latitude,
                        double longitude,
                        double accuracy)
Method Detail

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()

getAccuracy

public double getAccuracy()

toString

public String toString()
Overrides:
toString in class Object

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.