menu
yandex_maps_mapkit package
documentation
mapkit.dart
XYPoint
XYPoint const constructor
XYPoint const constructor
dark_mode
light_mode
XYPoint
constructor
const
XYPoint
(
{
required
double
x
,
required
double
y
,
})
Implementation
const XYPoint({ required this.x, required this.y, });
yandex_maps_mapkit package
documentation
mapkit
XYPoint
XYPoint const constructor
XYPoint class