πLocation
class Location(
public val coordinates: Coordinates,
public val accuracy: Double,
public val azimuth: Azimuth?,
public val speed: Speed?,
public val altitude: Altitude?,
public val timestampMillis: Long,
)Detailed location data
val location: Location = geolocator.current(Priority.HighAccuracy)Last updated
Was this helpful?