Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Loading...
Searching...
No Matches
bounding_box.dart
Go to the documentation of this file.
1
import
'dart:ffi'
;
2
import
'package:ffi/ffi.dart'
;
3
import
'package:navigine_sdk/com/_library_context.dart'
as __lib;
4
import
'package:navigine_sdk/com/navigine/idl/point.dart'
;
5
6
part
'bounding_box.impl.dart'
;
24
class
BoundingBox
{
26
BoundingBox
(this.
bottomLeft
, this.
topRight
);
37
Point
bottomLeft
;
48
Point
topRight
;
49
}
com
navigine
idl
bounding_box.dart
Generated on Tue Jul 28 2026 10:20:58 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2