java.io.Serializablepublic class SnappedPoint
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field | Description | 
|---|---|---|
LatLng | 
location | 
 A latitude/longitude value representing the snapped location. 
 | 
int | 
originalIndex | 
 The index of the corresponding value in the original request. 
 | 
java.lang.String | 
placeId | 
 A unique identifier for a place. 
 | 
| Constructor | Description | 
|---|---|
SnappedPoint() | 
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
toString() | 
public LatLng location
public int originalIndex
A point that was not on the original path, or when interpolate=false, will have an originalIndex of -1.
public java.lang.String placeId