isCoordinatesInterpolated property - Place class - search library - Dart API
isCoordinatesInterpolated
isCoordinatesInterpolated property
A property that says whether the coordinates of the house number were interpolated or not. This property is valid only for house number results retrieved using online search. When false, it means Place.geoCoordinates point to an accurate position of the house. Otherwise coordinates are slightly less accurate, but are based on a highly optimized interpolation algorithm. Gets the flag saying whether the coordinates of the house number were interpolated or not.
Implementation
bool get isCoordinatesInterpolated;