Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaExtentResponse
Interface HonuaExtentResponse
Response from an extent-only query (
returnExtentOnly=true
).
interface
HonuaExtentResponse
{
count
?:
string
|
number
;
extent
:
HonuaExtent
;
}
Index
Properties
count?
extent
Properties
Optional
count
count
?:
string
|
number
extent
extent
:
HonuaExtent
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
extent
@honua/sdk-js
Loading...
Response from an extent-only query (
returnExtentOnly=true).