mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 11:05:20 +00:00
try 1
This commit is contained in:
@@ -5,6 +5,7 @@ package com.bitchat.android.geohash
|
||||
* Direct port from iOS implementation for 100% compatibility
|
||||
*/
|
||||
enum class GeohashChannelLevel(val precision: Int, val displayName: String) {
|
||||
BUILDING(8, "Building"), // iOS: precision 8 for building-level (used for Location Notes)
|
||||
BLOCK(7, "Block"),
|
||||
NEIGHBORHOOD(6, "Neighborhood"),
|
||||
CITY(5, "City"),
|
||||
|
||||
Reference in New Issue
Block a user