open fun getSizesAsync(options: Map<String, Any> = HashMap()): Deferred<Map<String, Any>?>
Provides a list of all the available size scales. This can be used to know what scales are available for size conversions.
options
- A map with options to configure the request.
Return
A Deferred that will be completed with the sizes map.