KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > location > Location

javax.microedition.location
Class Location

java.lang.Object
  extended byjavax.microedition.location.Location

public AddressInfo getAddressInfo()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getCourse()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.lang.String getExtraInfo(java.lang.String mimetype)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getLocationMethod()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public QualifiedCoordinates getQualifiedCoordinates()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getSpeed()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long getTimestamp()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isValid()
See Also:
getExtraInfo(String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Location()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MTA_ASSISTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MTA_UNASSISTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MTE_ANGLEOFARRIVAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MTE_CELLID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MTE_SATELLITE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MTE_SHORTRANGE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MTE_TIMEDIFFERENCE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MTE_TIMEOFARRIVAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MTY_NETWORKBASED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MTY_TERMINALBASED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags