/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.map.home/FetchStopParams

FetchStopParams

\ class FetchStopParams(val cellIds: List<String>, val region: Region, val level: Int)

Constructors

FetchStopParams constructor(cellIds: List<String>, region: Region, level: Int)

Properties

Name Summary
cellIds val cellIds: List<String>
level val level: Int
region val region: Region