SearchMetadata class abstract final

Additional info for search response;

Inheritance
Implemented types

Constructors

SearchMetadata(int found, SearchDisplayType displayType, BoundingBox? boundingBox, SearchSort? sort, GeoObject? toponym, SearchToponymResultMetadata? toponymResultMetadata, SearchBusinessResultMetadata? businessResultMetadata, String reqid, String context, String requestText, String? correctedRequestText, BoundingBox? requestBoundingBox)
factory

Properties

boundingBox BoundingBox?
Bounding box of the response as a whole.
no setter
businessResultMetadata SearchBusinessResultMetadata?
Additional info for the response from organization search.
no setter
context String
Server-generated request context.
no setter
correctedRequestText String?
Initial request text with correction of spelling mistakes.
no setter
displayType SearchDisplayType
Display type.
no setter
found int
Approximate number of found objects.
no setter
hashCode int
The hash code for this object.
no setteroverride
reqid String
Server-generated request ID.
no setter
requestBoundingBox BoundingBox?
Initial request bounding box.
no setter
requestText String
Initial request text.
no setter
runtimeFactory → StructFactory
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort SearchSort?
Server-chosen sorting.
no setter
toponym GeoObject?
Geocoder response to the toponym part of the query.
no setter
toponymResultMetadata SearchToponymResultMetadata?
Additional info for the response from toponym search.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant SearchMetadata other) bool
The equality operator.
override

Static Properties

factory → StructFactory<SearchMetadata>
final