eg.com.espace.wenear.client
Class WeNearClient.UserLocationService.TGpsLocation

java.lang.Object
  extended by eg.com.espace.wenear.client.WeNearClient.UserLocationService.TGpsLocation
Enclosing class:
WeNearClient.UserLocationService

public static class WeNearClient.UserLocationService.TGpsLocation
extends java.lang.Object


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

Constructor Detail

WeNearClient.UserLocationService.TGpsLocation

public WeNearClient.UserLocationService.TGpsLocation(double accuracy,
                                                     double latitude,
                                                     double longitude)
Method Detail

getAccuracy

public double getAccuracy()

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()