TerminalLocation

public abstract class TerminalLocation extends Location

Represents a single instance of a geographic location and associated terminal point.

Nested Class Summary

class TerminalLocation.Builder Builder for TerminalLocation

Public Constructor Summary

Public Method Summary

static TerminalLocation.Builder
builder(LatLng latLng)
static TerminalLocation
create(LatLng latLng)
abstract String
getAccessPointId()
PlaceId of the access point for this terminal location.
abstract String
getDescription()
Optional, a longer description of location, which may contain direction information.
abstract String
getLabel()
Optional, a short human readable name.
abstract String
getTerminalPointId()
Represents the PlaceId of the LatLng.

Inherited Method Summary

Public Constructors

public TerminalLocation ()

Public Methods

public static TerminalLocation.Builder builder (LatLng latLng)

public static TerminalLocation create (LatLng latLng)

public abstract String getAccessPointId ()

PlaceId of the access point for this terminal location.

public abstract String getDescription ()

Optional, a longer description of location, which may contain direction information.

public abstract String getLabel ()

Optional, a short human readable name.

public abstract String getTerminalPointId ()

Represents the PlaceId of the LatLng.