radius property

int? radius
final

The distance (in meters) within which to return place results. Note that setting a radius biases results to the indicated area, but may not fully restrict results to the specified area.

If this value is provided, location must be provided aswell.

See Location Biasing and Location Restrict in the documentation.

Implementation

final int? radius;