menu
mappable_maps_mapkit package
documentation
mapkit.dart
XYPointImpl
toNative static method
toNative static method
dark_mode
light_mode
toNative
static method
XYPointNative
toNative
(
XYPoint
obj
)
Implementation
static XYPointNative toNative(XYPoint obj) { return _XYPointNativeInit(obj.x, obj.y); }
mappable_maps_mapkit package
documentation
mapkit
XYPointImpl
toNative static method
XYPointImpl extension on
XYPoint