Init
data class Init @JvmOverloads constructor( val clientId: String = "", val clientSecret: String = "", val venue: String = "", val perspective: String? = "Website", val baseUrl: String = "", val noAuth: Boolean = false, val firstMapId: String? = null, val headers: List<MPIHeader>? = null, val useBundle: Boolean? = false, val emitAnalyticsEvents: Boolean? = true)
Content copied to clipboard
This class hold the properties of values to be used when initialzing a map
Constructors
Link copied to clipboard
fun Init( clientId: String = "", clientSecret: String = "", venue: String = "", perspective: String? = "Website", baseUrl: String = "", noAuth: Boolean = false, firstMapId: String? = null, headers: List<MPIHeader>? = null, useBundle: Boolean? = false, emitAnalyticsEvents: Boolean? = true)
Content copied to clipboard