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