Geospatial.State


public final class Geospatial.State


State of Geospatial at a specific point in time.

Summary

Public methods

boolean
equals(Object other)
final @NonNull Geospatial.GeospatialTrackingState

the current GeospatialTrackingState of Geospatial

final @NonNull Geospatial

self-reference to the object that owns this state

int
@NonNull String

Returns a string representation of State for debugging.

Public methods

equals

public boolean equals(Object other)

getGeospatialTrackingState

Added in 1.0.0-beta02
public final @NonNull Geospatial.GeospatialTrackingState getGeospatialTrackingState()

the current GeospatialTrackingState of Geospatial

getOwner

Added in 1.0.0-beta02
public final @NonNull Geospatial getOwner()

self-reference to the object that owns this state

hashCode

public int hashCode()

toString

public @NonNull String toString()

Returns a string representation of State for debugging.

Note: Not intended for production use.