fromUrl

fun fromUrl(url: Resource, options: MVTDataProvider.Companion.FromUrlOptions? = definedExternally)(source)

Creates an MVTDataProvider from the specified URL template and options.

Parameters

url

URL template, containing {z}, {x}, and {y} placeholders.

options

Provider options.

See also


fun fromUrl(url: String, options: MVTDataProvider.Companion.FromUrlOptions? = definedExternally)(source)