Summary

data class Summary(val queryTime: Duration)

Summary information about the reverse geocoding that was performed.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

queryTime

The time taken to resolve the query.

Constructors

Link copied to clipboard
fun Summary(queryTime: Duration)

Properties

Link copied to clipboard