MapDisplayInfrastructure
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Constructs a MapDisplayInfrastructure instance with a tileInfrastructure and configure applied.
fun MapDisplayInfrastructure(sdkContext: SdkContext, configure: MapDisplayInfrastructure.Mutable.() -> Unit = {}): MapDisplayInfrastructure
Constructs a MapDisplayInfrastructure instance based on the sdkContext and with configure applied.
Short-hand for:
MapDisplayInfrastructure(
tileInfrastructure = MapTileInfrastructure(tileStore = sdkContext.tileStore)
)Content copied to clipboard