GetLocationPlainArgs

data class GetLocationPlainArgs(val locationCode: String) : ConvertibleToJava<GetLocationPlainArgs>

A collection of arguments for invoking getLocation.

Constructors

Link copied to clipboard
constructor(locationCode: String)

Properties

Link copied to clipboard

Code for the location to retrieve.

Functions

Link copied to clipboard
open override fun toJava(): GetLocationPlainArgs