LocationRestriction

public interface LocationRestriction extends Parcelable

Known direct subclasses
CircularBounds

Represents a circular-shaped bounds around a geographical area, defined by the latitude-longitude coordinates of the center and a radius.

RectangularBounds

Represents a rectangle-shaped bounds around a geographical area, defined by the latitude-longitude coordinates of the southwest and northeast corners.


Defines geographical location restrictions.

Any API using LocationRestriction will restrict results to those within the specified geographical bounds.

Summary

Inherited Constants

From android.os.Parcelable
default static final int
default static final int
default static final int
default static final int

Inherited methods

From android.os.Parcelable
abstract int
default int
abstract void
writeToParcel(Parcel p, int p1)