MapDataError

class MapDataError(val message: String = "") : StructuredSearchError

The map data is not complete and structured search can not perform correctly.

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

Constructors

Link copied to clipboard
fun MapDataError(message: String = "")

Properties

Link copied to clipboard

Optional error message for this structured search error.