MapDisplayInfrastructure

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
fun MapDisplayInfrastructure(tileInfrastructure: MapTileInfrastructure, configure: MapDisplayInfrastructure.Mutable.() -> Unit = {}): MapDisplayInfrastructure

Constructs a MapDisplayInfrastructure instance with a tileInfrastructure and configure applied.


Constructs a MapDisplayInfrastructure instance based on the sdkContext and with configure applied.

Short-hand for:

MapDisplayInfrastructure(
tileInfrastructure = MapTileInfrastructure(tileStore = sdkContext.tileStore)
)