Nativescript Doc
Preparing search index...
The search index is not available
@nativescript-community/ui-carto
@nativescript-community/ui-carto
geometry/writer
GeoJSONGeometryWriter
Class GeoJSONGeometryWriter<T>
Type Parameters
T
=
DefaultLatLonKeys
Hierarchy (
View Summary
)
BaseNative
<
any
,
GeoJSONGeometryWriterOptions
>
GeoJSONGeometryWriter
Index
Constructors
constructor
Properties
during
Init
native
options
target
Projection?
Methods
dispose
get
Native
init
Native
View
write
Feature
Collection
write
Geometry
write
Poses
Constructors
constructor
new
GeoJSONGeometryWriter
<
T
=
DefaultLatLonKeys
>
(
options
?:
GeoJSONGeometryWriterOptions
,
native
?:
any
,
)
:
GeoJSONGeometryWriter
<
T
>
Type Parameters
T
=
DefaultLatLonKeys
Parameters
Optional
options
:
GeoJSONGeometryWriterOptions
Optional
native
:
any
Returns
GeoJSONGeometryWriter
<
T
>
Properties
during
Init
duringInit
:
boolean
native
native
:
any
options
options
:
GeoJSONGeometryWriterOptions
Optional
target
Projection
targetProjection
?:
Projection
Methods
dispose
dispose
()
:
any
Returns
any
get
Native
getNative
()
:
any
Returns
any
init
Native
View
initNativeView
(
native
:
any
,
options
:
GeoJSONGeometryWriterOptions
)
:
void
Parameters
native
:
any
options
:
GeoJSONGeometryWriterOptions
Returns
void
write
Feature
Collection
writeFeatureCollection
(
value
:
FeatureCollection
<
DefaultLatLonKeys
>
)
:
string
Parameters
value
:
FeatureCollection
<
DefaultLatLonKeys
>
Returns
string
write
Geometry
writeGeometry
(
value
:
Geometry
<
T
,
any
>
)
:
any
Parameters
value
:
Geometry
<
T
,
any
>
Returns
any
write
Poses
writePoses
(
value
:
MapPosVector
)
:
string
Parameters
value
:
MapPosVector
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
during
Init
native
options
target
Projection
Methods
dispose
get
Native
init
Native
View
write
Feature
Collection
write
Geometry
write
Poses
Nativescript Doc
@nativescript-community/ui-carto
Loading...