Nativescript Doc
Preparing search index...
The search index is not available
@nativescript-community/ui-carto
@nativescript-community/ui-carto
projections
IProjection
Interface IProjection
interface
IProjection
{
duringInit
:
boolean
;
native
:
any
;
options
:
any
;
createNative
(
options
:
any
)
:
any
;
dispose
()
:
void
;
fromLatLong
<
U
=
any
>
(
lat
:
any
,
lon
:
any
)
:
GenericMapPos
<
U
>
;
fromWgs84
<
U
=
any
>
(
position
:
GenericMapPos
<
U
>
)
:
GenericMapPos
<
U
>
;
getNative
()
:
any
;
initNativeView
(
native
:
any
,
options
:
any
)
:
void
;
toLatLong
<
U
=
any
>
(
x
:
any
,
y
:
any
)
:
GenericMapPos
<
U
>
;
toWgs84
<
U
=
any
>
(
position
:
GenericMapPos
<
U
>
)
:
GenericMapPos
<
U
>
;
}
Hierarchy (
View Summary
)
ProjectionClass
<
any
,
any
,
any
>
IProjection
Index
Properties
during
Init
native
options
Methods
create
Native
dispose
from
Lat
Long
from
Wgs84
get
Native
init
Native
View
to
Lat
Long
to
Wgs84
Properties
Protected
during
Init
duringInit
:
boolean
native
native
:
any
options
options
:
any
Methods
create
Native
createNative
(
options
:
any
)
:
any
Parameters
options
:
any
Returns
any
dispose
dispose
()
:
void
Returns
void
from
Lat
Long
fromLatLong
<
U
=
any
>
(
lat
:
any
,
lon
:
any
)
:
GenericMapPos
<
U
>
Type Parameters
U
=
any
Parameters
lat
:
any
lon
:
any
Returns
GenericMapPos
<
U
>
from
Wgs84
fromWgs84
<
U
=
any
>
(
position
:
GenericMapPos
<
U
>
)
:
GenericMapPos
<
U
>
Type Parameters
U
=
any
Parameters
position
:
GenericMapPos
<
U
>
Returns
GenericMapPos
<
U
>
get
Native
getNative
()
:
any
Returns
any
init
Native
View
initNativeView
(
native
:
any
,
options
:
any
)
:
void
Parameters
native
:
any
options
:
any
Returns
void
to
Lat
Long
toLatLong
<
U
=
any
>
(
x
:
any
,
y
:
any
)
:
GenericMapPos
<
U
>
Type Parameters
U
=
any
Parameters
x
:
any
y
:
any
Returns
GenericMapPos
<
U
>
to
Wgs84
toWgs84
<
U
=
any
>
(
position
:
GenericMapPos
<
U
>
)
:
GenericMapPos
<
U
>
Type Parameters
U
=
any
Parameters
position
:
GenericMapPos
<
U
>
Returns
GenericMapPos
<
U
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
during
Init
native
options
Methods
create
Native
dispose
from
Lat
Long
from
Wgs84
get
Native
init
Native
View
to
Lat
Long
to
Wgs84
Nativescript Doc
@nativescript-community/ui-carto
Loading...