Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Loading...
Searching...
No Matches
zone_event.dart
Go to the documentation of this file.
1
import
'dart:ffi'
;
2
import
'package:navigine_sdk/com/_library_context.dart'
as __lib;
3
import
'package:navigine_sdk/com/builtin_types__conversion.dart'
;
4
import
'package:navigine_sdk/com/navigine/idl/zone_event_type.dart'
;
5
6
part
'zone_event.impl.dart'
;
20
class
ZoneEvent
{
22
ZoneEvent
(this.
type
, this.
locationId
, this.
sublocationId
, this.
id
, this.
name
, this.
alias
);
26
ZoneEventType
type
;
30
int
locationId
;
34
int
sublocationId
;
38
int
id
;
42
String
name
;
46
String
alias
;
47
}
com
navigine
idl
zone_event.dart
Generated on Thu May 29 2025 21:18:52 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2