tripkit-android / com.skedgo.tripkit.ui.search / FetchLocations
FetchLocations
interface FetchLocations
Functions
Name | Summary |
---|---|
getLocations | abstract fun getLocations(parameters: FetchLocationsParameters ): Observable< List < GCResultInterface >> |
Inheritors
Name | Summary |
---|---|
FetchFoursquareLocations | interface FetchFoursquareLocations : FetchLocations |
FetchGoogleLocations | interface FetchGoogleLocations : FetchLocations |
FetchLocalLocations | interface FetchLocalLocations : FetchLocations |
FetchTripGoLocations | interface FetchTripGoLocations : FetchLocations |