GeoDataClient.BoundsMode | Doclava
public static abstract @interface

GeoDataClient.BoundsMode

implements Annotation
com.google.android.gms.location.places.GeoDataClient.BoundsMode

Class Overview

Bounds restriction to be applied to Autocomplete predictions.

Summary

Constants
int BIAS Returned predictions will be biased towards the supplied bounds, but may not necessarily be within the bounds.
int STRICT Return predictions will be contained by the supplied bounds.
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int BIAS

Returned predictions will be biased towards the supplied bounds, but may not necessarily be within the bounds.

Constant Value: 1 (0x00000001)

public static final int STRICT

Return predictions will be contained by the supplied bounds.

Constant Value: 2 (0x00000002)