menu
yandex_maps_navikit package
documentation
mapkit.dart
XYPointImpl
fromNative static method
fromNative static method
dark_mode
light_mode
fromNative
static method
XYPoint
fromNative
(
XYPointNative
native
)
Implementation
static XYPoint fromNative(XYPointNative native) { return XYPoint(x: native.x, y: native.y); }
yandex_maps_navikit package
documentation
mapkit
XYPointImpl
fromNative static method
XYPointImpl extension on
XYPoint