menu
yandex_maps_navikit package
documentation
mapkit.dart
ScreenPointImpl
toNative static method
toNative static method
dark_mode
light_mode
toNative
static method
ScreenPointNative
toNative
(
ScreenPoint
obj
)
Implementation
static ScreenPointNative toNative(ScreenPoint obj) { return _ScreenPointNativeInit(obj.x, obj.y); }
yandex_maps_navikit package
documentation
mapkit
ScreenPointImpl
toNative static method
ScreenPointImpl extension on
ScreenPoint