KickJava   Java API By Example, From Geeks To Geeks.

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

javax.microedition.location
Class AddressInfo

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

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


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


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


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


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


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


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


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


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


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


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


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


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


public java.lang.String getField(int field)
See Also:
setField(int, java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public void setField(int field,
                     java.lang.String value)
See Also:
getField(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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

Popular Tags