rememberOpenMap

actual fun rememberOpenMap(): (latitude: Double, longitude: Double, label: String) -> Unit(source)
expect fun rememberOpenMap(): (latitude: Double, longitude: Double, label: String) -> Unit(source)

Returns a function to open the platform's map application at the given coordinates.

actual fun rememberOpenMap(): (latitude: Double, longitude: Double, label: String) -> Unit(source)

JVM stub — map opening is not available on Desktop.