AddressDescriptor

public abstract class AddressDescriptor implements Parcelable


A relational description of a location. Includes a ranked set of nearby landmarks, precise containing areas and their relationship to the target location.

Summary

Nested types

public abstract class AddressDescriptor.Builder

A builder to create instances of AddressDescriptor.

Public constructors

Public methods

static AddressDescriptor.Builder

Returns a new instance of Builder.

abstract @Nullable List<Area>

A ranked list of containing or adjacent areas.

abstract @Nullable List<Landmark>

A ranked list of nearby landmarks.

Inherited Constants

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

Inherited methods

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

Public constructors

AddressDescriptor

public AddressDescriptor()

Public methods

builder

public static AddressDescriptor.Builder builder()

Returns a new instance of Builder.

getAreas

public abstract @Nullable List<AreagetAreas()

A ranked list of containing or adjacent areas. The most recognizable and precise areas are ranked first.

getLandmarks

public abstract @Nullable List<LandmarkgetLandmarks()

A ranked list of nearby landmarks. The most recognizable and nearby landmarks are ranked first.