|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AddressInfo | |
---|---|
javax.microedition.location | Contains the basic classes needed to request and get a location result. |
javax.microedition.location.services | Contains the classes and interfaces related to location based services. |
Uses of AddressInfo in javax.microedition.location |
---|
Methods in javax.microedition.location that return AddressInfo | |
---|---|
AddressInfo |
Location.getAddressInfo()
Returns the AddressInfo associated with this
Location object. |
AddressInfo |
Landmark.getAddressInfo()
Gets the AddressInfo of the landmark. |
Methods in javax.microedition.location with parameters of type AddressInfo | |
---|---|
Landmark[] |
LandmarkStore.getLandmarks(GeographicArea areaFilter,
AddressInfo addrFilter,
java.lang.String nameFilter,
java.lang.String descFilter,
java.lang.String authorFilter,
java.lang.String catFilter,
Coordinates distFrom,
int maxResults,
int sortOrder,
int sortBy)
With this method an application can search landmarks in the store using filters. |
void |
Landmark.setAddressInfo(AddressInfo addressInfo)
Sets the AddressInfo of the landmark. |
Constructors in javax.microedition.location with parameters of type AddressInfo | |
---|---|
Landmark(java.lang.String name,
java.lang.String description,
QualifiedCoordinates coordinates,
AddressInfo addressInfo)
Constructs a new Landmark object with the values specified. |
|
Landmark(java.lang.String name,
java.lang.String description,
QualifiedCoordinates coordinates,
AddressInfo addressInfo,
int identifier,
GeographicArea area,
java.lang.String author,
java.lang.String[][] urls,
java.lang.String[] extraInfo)
Constructs a new Landmark object with the values specified. |
Uses of AddressInfo in javax.microedition.location.services |
---|
Methods in javax.microedition.location.services with parameters of type AddressInfo | |
---|---|
Landmark[] |
GeocodingServiceProvider.geocode(AddressInfo address,
GeographicArea locationHint,
GeocodingServicePreferences preferences)
Requests a geocoding service from a geocoding service provider. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |