public class SnappedPoint
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and 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 and Description |
---|
SnappedPoint() |
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