]> err.no Git - mapper/commitdiff
Add osm_check_location()
authorKaj-Michael Lang <milang@tal.org>
Wed, 9 Apr 2008 08:38:25 +0000 (11:38 +0300)
committerKaj-Michael Lang <milang@tal.org>
Wed, 9 Apr 2008 08:38:25 +0000 (11:38 +0300)
src/osm-db.h

index c3c0cc9c061ec89e355ecd7b1893cbae86d9efc9..38c608703e32d19cb15309089cab63961f2d0a68 100644 (file)
@@ -74,6 +74,7 @@ gboolean osm_way_distance(gint lat, gint lon, osm_way_node *f, osm_way_node *t,
 gboolean osm_place_search(gdouble lat, gdouble lon, gchar *text, GtkListStore **store);
 gboolean osm_place_get(guint32 id, gint lat, gint lon, osm_place **nr);
 
+gboolean osm_check_location(osm_location *map_loc, gint lat, gint lon);
 gboolean osm_get_location_data(gint lat, gint lon, gfloat heading, osm_location *map_loc);
 
 osm_way_node *osm_way_node_new(guint id, gint lat, gint lon, gint flags);