Sygic Engine
object SygicEngine
Content copied to clipboard
Use this interface to set mandatory authentication credentials. You have to set authentication credentials (Api key and App Secret code) 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 obtain and use valid credentials.
Types
JsonConfigBuilder
Link copied to clipboard
OnInitCallback
Link copied to clipboard
interface OnInitCallback : CoreInitCallback<SygicContext> , NativeMethodsReceiver.NativeListener
Content copied to clipboard
Functions
initialize
Link copied to clipboard
fun initialize(request: SygicContextInitRequest, callback: SygicEngine.OnInitCallback?)
Content copied to clipboard
fun initialize(context: Context, tracking: Tracking?, logConnector: LogConnector?, jsonConfig: String, callback: SygicEngine.OnInitCallback?)
Content copied to clipboard
openGpsConnection
Link copied to clipboard
fun openGpsConnection()
Content copied to clipboard