/tripkit/TripKitDomain/com.skedgo.tripkit.configuration/Key

Key

sealed class Key

Inheritors

ApiKey

Types

Name Summary
ApiKey [jvm]
data class ApiKey(val value: String) : Key
An API key is necessary to use TripKit's services, such as A-2-B routing, and all-day routing. In order to obtain an API key, you can sign up here.
FourSquareKey [jvm]
data class FourSquareKey(val clientId: String, val clientSecret: String)