TransportEvent
Represents a duration of the time when the user was in transport.
TransportEvent API
getDistanceInMeters()
()Returns the distance travelled during the transport in meters. If distance cannot be computed then returns null.
@Nullable Integer getDistanceInMeters();getOccupantRole()
getOccupantRole()Returns the detected user occupant role. See OccupantRole.
OccupantRole getOccupantRole();getTransportMode()
getTransportMode()Returns the mode of transportation.
TransportMode getTransportMode();getTags()
getTags()Returns the set of tags that you have previously set (if any) for this transport. See setTransportTags.
Map<String, String> getTags();getWaypoints()
getWaypoints()Returns the waypoints collected during the transport, as Waypoint.
List<Waypoint> getWaypoints();Last updated