public class LocationUpdate
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
LocationUpdate.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
java.lang.Long |
getAnimationDuration() |
|
java.util.List<android.location.Location> |
getIntermediatePoints() |
|
android.location.Location |
getLocation() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
@NonNull public android.location.Location getLocation()
@NonNull public java.util.List<android.location.Location> getIntermediatePoints()
@Nullable public java.lang.Long getAnimationDuration()
LocationComponentOptions.Builder.trackingAnimationDurationMultiplier(float)
is ignored if this value is provided.
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object