distanceMeters property

int? distanceMeters
final

distanceMeters contains an integer indicating the straight-line distance between the predicted place, and the specified origin point, in meters. This field is only returned when the origin point is specified in the request. This field is not returned in predictions of type route.

Implementation

final int? distanceMeters;