LocationState

@Stable
class LocationState

The state of the location of the map view.

See also

Functions

Link copied to clipboard

Returns the latest available (last known) GeoLocation of the device. The value may be null when the LocationProvider has never updated the current location. For example, it may be caused by an invalid GPS Fix being delivered to the device.

Link copied to clipboard

Returns whether the current location marker is located within the visible area of the screen.

Link copied to clipboard
open override fun toString(): String