menu
yandex_maps_mapkit package
documentation
mapkit.dart
Geometry
asBoundingBox method
asBoundingBox method
dark_mode
light_mode
asBoundingBox
method
BoundingBox
?
asBoundingBox
(
)
Implementation
BoundingBox? asBoundingBox() { if (_value is BoundingBox) { return _value; } return null; }
yandex_maps_mapkit package
documentation
mapkit
Geometry
asBoundingBox method
Geometry class