TKTripGoGeocoder

public class TKTripGoGeocoder : NSObject
extension TKTripGoGeocoder: TKGeocoding
extension TKTripGoGeocoder: TKAutocompleting

An autocompleter and geocoder for transport-related POIs in supported TripGo regions

Implements TKAutocompleting, providing instances of TKNamedCoordinate in object. It also implements TKGeocoding, returning also a list of TKNamedCoordinate. These search results can be of the subclass TKStopCoordinate for public transport stops matching the search.

This geocoder is a wrapper around the geocode.json endpoint of the TripGo API.