Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
query-planner
SemanticGrpcGeometry
Type Alias SemanticGrpcGeometry
Experimental
Semantic
Grpc
Geometry
:
|
{
point
:
SemanticGrpcCoordinate
;
}
|
{
multiPoint
:
{
points
:
readonly
SemanticGrpcCoordinate
[]
;
}
;
}
|
{
polyline
:
{
paths
:
readonly
SemanticGrpcCoordinateSequence
[]
;
}
;
}
|
{
polygon
:
{
rings
:
readonly
SemanticGrpcCoordinateSequence
[]
;
}
;
}
|
{
multiPolygon
:
{
polygons
:
readonly
{
rings
:
readonly
SemanticGrpcCoordinateSequence
[]
;
}
[]
;
}
;
}
Protobuf-free JSON pre-image of honua.v1.Geometry.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@honua/sdk-js
Loading...
Protobuf-free JSON pre-image of honua.v1.Geometry.