location Resource
suspend fun locationResource(name: String, block: suspend LocationResourceBuilder.() -> Unit): Location
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for Location.
The unique name of the resulting resource.
Builder for Location.