|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReverseGeocodeProvider
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this ReverseGeocodeProvider |
ReverseGeocode |
getReverseGeocode(GeoPoint gp,
java.lang.String localeStr)
Returns the best address for the specified GeoPoint |
boolean |
isEnabled()
Returns true if this ReverseGeocodeProvider is enabled |
boolean |
isFastOperation()
Returns true if this operation will take less than about 20ms to complete the returned value is used to determine whether the 'getReverseGeocode' operation should be performed immediately, or lazily (ie. |
| Method Detail |
|---|
java.lang.String getName()
boolean isEnabled()
boolean isFastOperation()
ReverseGeocode getReverseGeocode(GeoPoint gp,
java.lang.String localeStr)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||