Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Loading...
Searching...
No Matches
BoundingBox.java
Go to the documentation of this file.
1
package
com.navigine.idl.java;
2
22
public
final
class
BoundingBox
{
23
24
25
/*package*/
final
Point
bottomLeft;
26
27
/*package*/
final
Point
topRight;
28
32
public
BoundingBox
(
33
Point
bottomLeft,
34
Point
topRight) {
35
this.bottomLeft = bottomLeft;
36
this.topRight = topRight;
37
}
38
51
public
Point
getBottomLeft
() {
52
return
bottomLeft;
53
}
54
67
public
Point
getTopRight
() {
68
return
topRight;
69
}
70
71
@Override
72
public
String
toString
() {
73
return
"BoundingBox{"
+
74
"bottomLeft="
+ bottomLeft +
75
","
+
"topRight="
+ topRight +
76
"}"
;
77
}
78
79
}
java
com
navigine
idl
java
BoundingBox.java
Generated on Mon Dec 8 2025 13:17:53 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2