Search
-
Undocumented
See moreDeclaration
Swift
public class TKAppleGeocoder : NSObject
extension TKAppleGeocoder: TKGeocoding
extension TKAppleGeocoder: TKAutocompleting
-
Undocumented
See moreDeclaration
Swift
public class TKCalendarManager : NSObject
extension TKCalendarManager: TKAutocompleting
extension TKCalendarManager: TKPermissionManager
-
Undocumented
See moreDeclaration
Swift
public class TKContactsManager : NSObject, TKPermissionManager
extension TKContactsManager: TKAutocompleting
extension TKContactsManager: TKGeocoding
-
An autocompleter and geocoder powered by a Pelias backend
Implements
TKAutocompleting
, providing instances ofTKNamedCoordinate
inobject
. It also implementsTKGeocoding
, returning also a list ofTKNamedCoordinate
.This geocoder hits the Pelias instance hosted by SkedGo at
See morehttps://pelias.tripgo.com
.Declaration
Swift
public class TKPeliasGeocoder : NSObject
extension TKPeliasGeocoder: TKGeocoding
extension TKPeliasGeocoder: TKAutocompleting
-
An autocompleter for cities in supported TripGo regions
Implements
See moreTKAutocompleting
, providing instances ofCity
inobject
.Declaration
Swift
public class TKRegionAutocompleter : TKAutocompleting
-
An autocompleter for public transport routes in supported TripGo regions
Implements
TKAutocompleting
, providing instances ofRoute
inobject
.Warning
These autocompletion results cannot be turned into anMKAnnotation
, and the implementation ofannotation(for:completion:)
will therefore call its completion handler withnil
.Declaration
Swift
public class TKRouteAutocompleter : TKAutocompleting
-
An autocompleter and geocoder for transport-related POIs in supported TripGo regions
Implements
TKAutocompleting
, providing instances ofTKNamedCoordinate
inobject
. It also implementsTKGeocoding
, returning also a list ofTKNamedCoordinate
. These search results can be of the subclassTKStopCoordinate
for public transport stops matching the search.This geocoder is a wrapper around the
See moregeocode.json
endpoint of the TripGo API.Declaration
Swift
public class TKTripGoGeocoder : NSObject
extension TKTripGoGeocoder: TKGeocoding
extension TKTripGoGeocoder: TKAutocompleting
-
Undocumented
See moreDeclaration