AI-generated Key Takeaways
-
TerminalLocationrepresents a specific geographic location and its associated terminal point, extending theLocationclass. -
It includes details like access point ID, description, label, and terminal point ID.
-
Developers can create a
TerminalLocationinstance using its builder or directly via thecreatemethod. -
It inherits properties and methods from the
Locationclass for handling geographic coordinates. -
The class provides methods to access information about the terminal location, such as its ID, description, and label.
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.