SygicEngine

Use this interface to set mandatory authentication credentials. You have to set the app-key in order to use the APIs contained within this SDK. Some APIs may appear to work without valid credentials but they may stop functioning in the near future when server side configurations change, so please always obtain and use valid credentials.

Types

Link copied to clipboard
class JsonConfigBuilder @JvmOverloads constructor(jsonConfig: String? = null)

Builder class for creating json configuration String used to initialize SygicEngine.

Functions

Link copied to clipboard
fun initialize(context: Context, tracking: Tracking?, logConnector: LogConnector?, jsonConfig: String, callback: SygicEngine.OnInitCallback?)
Link copied to clipboard

Opens Gps connection manually after location permission was granted