regions

@JvmName(name = "bxifxmpghvbmyhgo")
suspend fun regions(value: List<String>?)

Parameters

value

Optional, allows control of which region locations are permitted access to Azure Maps REST APIs with the SAS token. Example: "eastus", "westus2". Omitting this parameter will allow all region locations to be accessible.


@JvmName(name = "oulwfquiqdryxmly")
suspend fun regions(vararg values: String)

Parameters

values

Optional, allows control of which region locations are permitted access to Azure Maps REST APIs with the SAS token. Example: "eastus", "westus2". Omitting this parameter will allow all region locations to be accessible.