MapState.kt 105 Bytes
package application.model

enum class MapState {
    ALL_MESSAGES,
    CLUSTERED_MESSAGES,
    HEAT_MAP
}