22#ifndef __NAVIT_GAR2NAVIT__
23#define __NAVIT_GAR2NAVIT__
41#define G2N_KIND_MASK 0xF0000000
42#define G2N_KIND_SHIFT 28
43#define G2N_RGN1 (GROUP_RGN1 << 29)
44#define G2N_RGN2 (GROUP_RGN2 << 29)
enum item_type g2n_get_type(struct gar2nav_conv *c, unsigned int type, unsigned short id)
Definition gar2navit.c:152
char * g2n_get_descr(struct gar2nav_conv *c, int type, unsigned short id)
Definition gar2navit.c:184
struct gar2nav_conv * g2n_conv_load(char *file)
Definition gar2navit.c:136
struct gar2nav_conv * g2n_default_conv(void)
char type[3]
Definition garmin_img.c:2
item_type
Definition item_type_def.h:8
Definition gar2navit.h:46
struct gar2navit * polygons
Definition gar2navit.h:49
struct gar2navit * polylines
Definition gar2navit.h:48
struct gar2navit * points
Definition gar2navit.h:47
Definition gar2navit.h:29
struct gar2navit * next
Definition gar2navit.h:35
char * descr
Definition gar2navit.h:34
unsigned short maxid
Definition gar2navit.h:31
unsigned short id
Definition gar2navit.h:30
unsigned group
Definition gar2navit.h:33
enum item_type ntype
Definition gar2navit.h:32