MarkerType
Stay organized with collections
Save and categorize content based on your preferences.
Constant Summary
int |
TRIP_DROPOFF_POINT
|
Marker representing the dropoff location of an
active trip during trip monitoring. |
int |
TRIP_INTERMEDIATE_DESTINATION
|
Marker representing an intermediate destination
of an active trip. |
int |
TRIP_PICKUP_POINT
|
Marker representing the pickup location of an
active trip during trip monitoring. |
int |
TRIP_VEHICLE
|
Marker representing the matched vehicle during
trip monitoring. |
Inherited Method Summary
From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation>
|
annotationType()
|
abstract boolean |
|
abstract int |
hashCode()
|
abstract String
|
toString()
|
Constants
public static final int
TRIP_DROPOFF_POINT
Marker representing the dropoff location of an active trip during trip
monitoring.
Constant Value: 3
Marker representing an intermediate destination of an active trip.
Constant Value: 4
public static final int
TRIP_PICKUP_POINT
Marker representing the pickup location of an active trip during trip
monitoring.
Constant Value: 2
public static final int
TRIP_VEHICLE
Marker representing the matched vehicle during trip monitoring.
Constant Value: 1
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-31 UTC."],[[["`MarkerType` is an annotation used to define different types of markers managed by the `ConsumerMapFragment`."],["It includes four predefined constants: `TRIP_DROPOFF_POINT`, `TRIP_INTERMEDIATE_DESTINATION`, `TRIP_PICKUP_POINT`, and `TRIP_VEHICLE`."],["These constants represent markers for the drop-off location, intermediate destinations, pickup location, and vehicle during trip monitoring, respectively."],["The annotation inherits methods from `java.lang.annotation.Annotation`, such as `annotationType()`, `equals()`, `hashCode()`, and `toString()`."]]],[]]