Package-level declarations

Types

Link copied to clipboard
typealias GpsLocation = Location
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun <A, B> nonNullGetOrDefault(map: Map<A, B>, key: A?, defaultValue: B): B

Helper to return a defaultValue when getting maybe null keys from a map.