|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LatLngCallback
Used as an argument to
Geocoder.getLatLng(String,LatLngCallback)
.
Method Summary | |
---|---|
void |
onFailure()
Invoked when the geocoding call fails. |
void |
onSuccess(LatLng point)
Invoked when the geocoding call succeeds. |
Method Detail |
---|
void onFailure()
void onSuccess(LatLng point)
point
- the point returned from the Google geocoder server.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |