radius property

num? radius
final

Defines the distance (in meters) within which to return place results. You may bias results to a specified circle by passing a location and a radius parameter.

Doing so instructs the Places service to prefer showing results within that circle; results outside of the defined area may still be displayed.

See autocomplete docs.

Implementation

final num? radius;