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

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

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


Constructor Summary
WeNearClient.UserLocationService.TGsmLocation(double accuracy, java.lang.String cellId, java.lang.String locationAreaCode, java.lang.String mobileCountryCode, java.lang.String mobileNetworkCode)
           
 
Method Summary
 double getAccuracy()
           
 java.lang.String getCellId()
           
 java.lang.String getLocationAreaCode()
           
 java.lang.String getMobileCountryCode()
           
 java.lang.String getMobileNetworkCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeNearClient.UserLocationService.TGsmLocation

public WeNearClient.UserLocationService.TGsmLocation(double accuracy,
                                                     java.lang.String cellId,
                                                     java.lang.String locationAreaCode,
                                                     java.lang.String mobileCountryCode,
                                                     java.lang.String mobileNetworkCode)
Method Detail

getAccuracy

public double getAccuracy()

getCellId

public java.lang.String getCellId()

getLocationAreaCode

public java.lang.String getLocationAreaCode()

getMobileCountryCode

public java.lang.String getMobileCountryCode()

getMobileNetworkCode

public java.lang.String getMobileNetworkCode()