|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LatLongProvider
This interface is implemented by classes that provide Latitude and Longitude data.
Method Summary | |
---|---|
LatLong |
getLatLong()
|
LatLong |
getLatLongNoWait()
This is just like getLatLong() except that it returns an empty
instance of LatLong if the data has not been retrieved yet. |
Method Detail |
---|
LatLong getLatLong()
LatLong getLatLongNoWait()
getLatLong()
except that it returns an empty
instance of LatLong
if the data has not been retrieved yet. As a
side effect, it immediately schedules a Job
to retrieve the data.
As such, a future call might produce a fully populated result.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |