All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desktopMain.ovh.plrapps.mapcompose.utils.Id.desktop.kt Maven / Gradle / Ivy

Go to download

A Compose Multiplatform library to display tiled maps, with support for markers, paths, and rotation

The newest version!
package ovh.plrapps.mapcompose.utils

import java.util.UUID

actual fun generateId(): String = UUID.randomUUID().toString()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy