Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Toggle main menu visibility
Documentation
SDK API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
n
Variables
Typedefs
Enumerations
Enumerator
n
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Modules
Pages
Loading...
Searching...
No Matches
GlobalPoint.java
Go to the documentation of this file.
1
package
com.navigine.idl.java;
2
16
public
final
class
GlobalPoint
{
17
18
19
/*package*/
final
double
latitude;
20
21
/*package*/
final
double
longitude;
22
26
public
GlobalPoint
(
27
double
latitude,
28
double
longitude) {
29
this.latitude = latitude;
30
this.longitude = longitude;
31
}
26
public
GlobalPoint
( {
…
}
32
36
public
double
getLatitude
() {
37
return
latitude;
38
}
36
public
double
getLatitude
() {
…
}
39
43
public
double
getLongitude
() {
44
return
longitude;
45
}
43
public
double
getLongitude
() {
…
}
46
47
@Override
48
public
String
toString
() {
49
return
"GlobalPoint{"
+
50
"latitude="
+ latitude +
51
","
+
"longitude="
+ longitude +
52
"}"
;
53
}
48
public
String
toString
() {
…
}
54
55
}
16
public
final
class
GlobalPoint
{
…
};
java
com
navigine
idl
java
GlobalPoint.java
Generated on Mon Jun 16 2025 12:48:30 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2