navit  0.5.3-trunk
search_houseno_interpol.h File Reference

Go to the source code of this file.

Data Structures

struct  house_number_interpolation
 

Enumerations

enum  include_end_nodes { end_nodes_yes , end_nodes_no }
 

Functions

void house_number_interpolation_clear_current (struct house_number_interpolation *inter)
 
void house_number_interpolation_clear_all (struct house_number_interpolation *inter)
 
char * search_next_interpolated_house_number (struct item *item, struct house_number_interpolation *inter, char *inter_match, int inter_partial)
 
struct pcoordsearch_house_number_coordinate (struct item *item, struct house_number_interpolation *inter)
 

Enumeration Type Documentation

◆ include_end_nodes

Navit, a modular navigation system. Copyright (C) 2005-2008 Navit Team

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,

Boston, MA 02110-1301, USA.

Enumerator
end_nodes_yes 
end_nodes_no 

Function Documentation

◆ house_number_interpolation_clear_all()

◆ house_number_interpolation_clear_current()

◆ search_house_number_coordinate()

◆ search_next_interpolated_house_number()

char* search_next_interpolated_house_number ( struct item item,
struct house_number_interpolation inter,
char *  inter_match,
int  inter_partial 
)