public class GeocodeResult extends Object
| Constructor and Description | 
|---|
| GeocodeResult() | 
| GeocodeResult(String address,
             LatLng latLng) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAddress() | 
| LatLng | getLatLng() | 
| void | setAddress(String address) | 
| void | setLatLng(LatLng latLng) | 
Copyright © 2020. All rights reserved.