/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.search/FetchLocationsParameters
FetchLocationsParameters
\ @Value.Immutable
abstract class FetchLocationsParameters
Constructors
FetchLocationsParameters | constructor() |
Types
Name | Summary |
---|---|
Builder | interface Builder |
Functions
Name | Summary |
---|---|
builder | open fun builder(): FetchLocationsParameters.Builder |
nearbyLat | abstract fun nearbyLat(): Double |
nearbyLon | abstract fun nearbyLon(): Double |
northeastLat | abstract fun northeastLat(): Double |
northeastLon | abstract fun northeastLon(): Double |
southwestLat | abstract fun southwestLat(): Double |
southwestLon | abstract fun southwestLon(): Double |
term | abstract fun term(): String |