Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import org.owntracks.android.preferences.Preferences
import org.owntracks.android.support.ContactImageBindingAdapter
import org.owntracks.android.ui.map.osm.OSMMapFragment
import timber.log.Timber
import timber.log.Timber.Forest.tag

class GoogleMapFragment
internal constructor(
Expand Down Expand Up @@ -308,7 +307,7 @@ internal constructor(
}

companion object {
private const val MIN_ZOOM_LEVEL: Double = 4.0
private const val MIN_ZOOM_LEVEL: Double = 1.0
private const val MAX_ZOOM_LEVEL: Double = 20.0
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ internal constructor(
}

companion object {
const val MIN_ZOOM_LEVEL: Double = 5.0
const val MIN_ZOOM_LEVEL: Double = 1.0
const val MAX_ZOOM_LEVEL: Double = 21.0
}
}
Loading