ISEPackageType Constants Reference
Declared in | ISTypes.h |
---|
ISEPackageType
@enum Enum used to handle INSITEO data packages.
Definition
typedef NS_ENUM(NSInteger, ISEPackageType ) {
ISEPackageTypeUnknown = 0,
ISEPackageTypeMapData,
ISEPackageTypeTiles,
ISEPackageTypeLocation,
ISEPackageTypeItinerary,
ISEPackageTypeGeofencing,
ISEPackageTypeLrrContent,
ISEPackageTypeHrrContent,
ISEPackageTypeFingerprint,
ISEPackageTypeMap3d,
ISEPackageTypeExtras,
};
Constants
ISEPackageTypeUnknown
-
Default NULL package type.
Declared In
ISTypes.h
. ISEPackageTypeMapData
-
The package that contains Map data such as zoom levels and scales.
Declared In
ISTypes.h
. ISEPackageTypeTiles
-
The package that contains Map tiles in .3cm format.
Declared In
ISTypes.h
. ISEPackageTypeLocation
-
The package that contains Location data.
Declared In
ISTypes.h
. ISEPackageTypeItinerary
-
The package that contains Itinerary data.
Declared In
ISTypes.h
. ISEPackageTypeGeofencing
-
The package that contains Geofencing data.
Declared In
ISTypes.h
. ISEPackageTypeLrrContent
-
The package that contains low refresh rate catalog content.
Declared In
ISTypes.h
. ISEPackageTypeHrrContent
-
The package that contains high refresh rate catalog content.
Declared In
ISTypes.h
. ISEPackageTypeFingerprint
-
The package that contains fingerprint configuration files.
Declared In
ISTypes.h
. ISEPackageTypeMap3d
-
The package that contains all 3D files.
Declared In
ISTypes.h
. ISEPackageTypeExtras
-
The package that contains all extras files.
Declared In
ISTypes.h
.
Declared In
ISTypes.h