navit  0.5.3-trunk
map_search_priv Struct Reference

Represents a search on a map. This struct represents a search on a map; it is created when starting a search, and is used for retrieving results. More...

Data Fields

struct map_privmap
 
struct map_rect_privmr
 
struct map_rect_privmr_item
 
struct itemitem
 
struct attr search
 
struct map_selection ms
 
GListboundaries
 
int partial
 
int mode
 
struct coord_rect rect_new
 
char * parent_name
 
GHashTable * search_results
 

Detailed Description

Represents a search on a map. This struct represents a search on a map; it is created when starting a search, and is used for retrieving results.

Field Documentation

◆ boundaries

GList* map_search_priv::boundaries

◆ item

struct item* map_search_priv::item

Referenced by binmap_search_new().

◆ map

struct map_priv* map_search_priv::map

Map to search in.

Referenced by binmap_search_new().

◆ mode

int map_search_priv::mode

Referenced by binmap_search_new().

◆ mr

struct map_rect_priv * map_search_priv::mr

Map rectangle to search inside.

Referenced by binmap_search_destroy(), and binmap_search_new().

◆ mr_item

struct map_rect_priv* map_search_priv::mr_item

◆ ms

struct map_selection map_search_priv::ms

Referenced by binmap_search_new().

◆ parent_name

char* map_search_priv::parent_name

◆ partial

int map_search_priv::partial

Find partial matches?

Referenced by binmap_search_new().

◆ rect_new

struct coord_rect map_search_priv::rect_new

Referenced by binmap_search_new().

◆ search

struct attr map_search_priv::search

Attribute specifying what to search for.

Referenced by binmap_search_destroy(), binmap_search_new(), and map_parse_country_binfile().

◆ search_results

GHashTable* map_search_priv::search_results

The documentation for this struct was generated from the following files: