|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServicePreferences | |
---|---|
javax.microedition.location.services | Contains the classes and interfaces related to location based services. |
Uses of ServicePreferences in javax.microedition.location.services |
---|
Subclasses of ServicePreferences in javax.microedition.location.services | |
---|---|
class |
GeocodingServicePreferences
This class captures the preferences related to geocoding service provider. |
class |
MapServicePreferences
This class captures the preferences related to map service provider. |
class |
NavigationServicePreferences
This class encapsulates the preferences that are used when requesting routing services from a navigation service provider. |
Methods in javax.microedition.location.services that return ServicePreferences | |
---|---|
ServicePreferences |
ServiceProvider.getServicePreferences(boolean defaultValues)
Returns the service preferences for this service provider. |
Methods in javax.microedition.location.services with parameters of type ServicePreferences | |
---|---|
void |
ServiceListener.configurationCompleted(ServiceProvider provider,
ServicePreferences preferences)
Called by the API implementation or service provider when the configuration UI has been completed. |
void |
ServiceProvider.showConfigurationUI(ServiceListener listener,
ServicePreferences preferences)
With this method the application can request the service provider to show it's configuration to the user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |