JP2012189463A - Navigation device, navigation method, and program - Google Patents

Navigation device, navigation method, and program Download PDF

Info

Publication number
JP2012189463A
JP2012189463A JP2011053689A JP2011053689A JP2012189463A JP 2012189463 A JP2012189463 A JP 2012189463A JP 2011053689 A JP2011053689 A JP 2011053689A JP 2011053689 A JP2011053689 A JP 2011053689A JP 2012189463 A JP2012189463 A JP 2012189463A
Authority
JP
Japan
Prior art keywords
information
building
route
road
condition
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2011053689A
Other languages
Japanese (ja)
Other versions
JP5734036B2 (en
Inventor
Hitoshi Saito
仁 斉藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Micware Co Ltd
Original Assignee
Micware Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Micware Co Ltd filed Critical Micware Co Ltd
Priority to JP2011053689A priority Critical patent/JP5734036B2/en
Publication of JP2012189463A publication Critical patent/JP2012189463A/en
Application granted granted Critical
Publication of JP5734036B2 publication Critical patent/JP5734036B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a navigation device that performs route searching in consideration of the number of buildings that a user desires.SOLUTION: The navigation device includes: a map information storage section 101 that stores map information which is information on a map and having road information which is information on roads that the map shows; a building-related information storage section 102 that stores building-related information which is information on buildings around each of the roads that the map information shows; a receiving section 103 that receives departure place information which is information indicative of a departure place and destination information which is information indicative of a destination; a condition receiving section 104 that receives building conditions which are conditions of buildings; a route searching section 105 that searches for a route from the departure place indicated by the departure place information to the destination indicated by the destination information, while allowing a route having a large number of buildings therearound which satisfy the building conditions to be easily found, using the road information, the building-related information and the building conditions; and an outputting section 107 that performs outputting according to result of the searching of the searching section.

Description

本発明は、経路を探索するナビゲーション装置等に関するものである。   The present invention relates to a navigation device for searching for a route.

従来、ダイクストラ法(Dijkstra's Algorithm)と呼ばれる最短経路を決定するアルゴリズムがあった(例えば、非特許文献1参照)。ダイクストラ法は、始点から放射状に距離の短い順に距離を計算しながら最短ルートをチェックしていく方法である。また、ダイクストラ法は、目的地点へたどり着いた時点でその経路が最短ルートとなるアルゴリズムである。さらに、ダイクストラ法において、必要なメモリ量と処理時間が、リンクやノードの数に比例して増加する。なお、ここでのノードとは、地図上の地点のことである。リンクとは、ノードとノードを接続する線等である。   Conventionally, there has been an algorithm for determining the shortest path called Dijkstra's Algorithm (see, for example, Non-Patent Document 1). The Dijkstra method is a method in which the shortest route is checked while calculating distances in the order of short distances radially from the starting point. The Dijkstra method is an algorithm in which the route becomes the shortest route when a destination point is reached. Furthermore, in the Dijkstra method, the required memory amount and processing time increase in proportion to the number of links and nodes. The node here is a point on the map. A link is a line or the like connecting nodes.

また、従来、A*アルゴリズムと呼ばれる最短経路を決定するアルゴリズムがあった(例えば、非特許文献2参照)。A*アルゴリズムは、各頂点nからゴールまでの距離の推定値h*(n)を知っていた場合に対して、最短経路問題を効率的に解くアルゴリズムである。A*アルゴリズムは、ダイクストラ法に予測距離を加えた考えで、ダイクストラ法に比べて目的地点までの到達ステップが短くなる。また、A*アルゴリズムにおいて、予測距離が含まれる為、目的地点へたどり着いた時点でその経路が最短ルートとならない可能性がある。また、A*アルゴリズムにおいて、目的地までたどり着く事を優先させ、メモリ容量と処理時間を抑えることができる。   Conventionally, there has been an algorithm for determining the shortest path called an A * algorithm (see, for example, Non-Patent Document 2). The A * algorithm is an algorithm that efficiently solves the shortest path problem when the estimated value h * (n) of the distance from each vertex n to the goal is known. The A * algorithm is an idea in which a predicted distance is added to the Dijkstra method, and the arrival step to the destination point is shorter than the Dijkstra method. Further, in the A * algorithm, since the predicted distance is included, there is a possibility that the route will not be the shortest route when the destination point is reached. In the A * algorithm, priority is given to reaching the destination, and the memory capacity and processing time can be reduced.

"ダイクストラ法(最短経路問題)"、[online]、[平成23年2月17日検索]、インターネット<URL:http://www.deqnotes.net/acmicpc/dijkstra/>"Dijkstra method (shortest path problem)", [online], [searched on February 17, 2011], Internet <URL: http://www.deqnotes.net/acmicpc/dijkstra/> "A*"[online]、[平成23年2月17日検索]、インターネット<URL:http://ja.wikipedia.org/wiki/A*>"A *" [online], [Search February 17, 2011], Internet <URL: http://en.wikipedia.org/wiki/A*>

しかしながら、従来のナビゲーション装置においては、最短経路を探索するものが多く、ユーザの望む建物の数を考慮した経路探索ができないという課題があった。   However, many of the conventional navigation devices search for the shortest route, and there is a problem that the route search considering the number of buildings desired by the user cannot be performed.

例えば、従来のナビゲーション装置においては、ユーザが食料品等の買い物をしながら、目的地まで到達したいと考えても、付近に食料品を販売している店舗がなるべく多くなるように経路を探索することができなかった。また、例えば、ユーザが、目的地に到着するまでの経路の途中で、任意のレストランによって食事をしたいと考えても、付近にレストランがなるべく多くなるような経路を探索することができなかった。   For example, in a conventional navigation device, even when a user wants to reach a destination while shopping for groceries, the route is searched so that there are as many stores selling groceries as possible. I couldn't. In addition, for example, even if the user wants to eat at an arbitrary restaurant in the middle of the route until the destination arrives, a route in which there are as many restaurants as possible cannot be searched.

本発明のナビゲーション装置は、地図に関する情報であって、地図が示す道路に関する情報である道路情報を有する地図情報が格納される地図情報格納部と、地図情報が示す各道路についての、周辺の建物に関する情報である建物関連情報が格納される建物関連情報格納部と、出発地を示す情報である出発地情報と、目的地を示す情報である目的地情報を受け付ける受付部と、建物についての条件である建物条件を受け付ける条件受付部と、道路情報と建物関連情報と建物条件とを用いて、周辺に建物条件を満たす建物が多い経路が探索されやすくなるようにして、出発地情報が示す出発地から、目的地情報が示す目的地までの経路を探索する経路探索部と、探索部の探索結果に応じた出力を行う出力部とを備えたナビゲーション装置である。   The navigation device of the present invention is a map information storage unit that stores map information having road information that is information related to a map and is information related to a road indicated by the map, and surrounding buildings for each road indicated by the map information Building-related information storage unit that stores building-related information that is information about, starting point information that is information indicating the starting point, a receiving unit that receives destination information that is information indicating the destination, and conditions for the building The departure point indicated by the departure point information by using the condition reception unit for receiving the building condition, the road information, the building related information, and the building condition so that it is easy to find a route having many buildings that satisfy the building condition in the vicinity. A navigation device including a route search unit that searches for a route from a place to a destination indicated by destination information, and an output unit that performs output according to a search result of the search unit

かかる構成により、ユーザの望む建物の数を考慮した最適な経路を探索することができる。例えば、建物条件を満たす建物が多い道路の優先度や評価値が、通常の経路探索よりも高くなるようにして、経路探索を行うことができる。   With this configuration, it is possible to search for an optimum route in consideration of the number of buildings desired by the user. For example, the route search can be performed such that the priority and evaluation value of a road with many buildings that satisfy the building condition are higher than those of a normal route search.

また、本発明のナビゲーション装置は、前記ナビゲーション装置において、建物関連情報格納部に格納されている建物関連情報は、地図情報が示す各道路についての、道路周辺のカテゴリーが店舗である建物に関する情報を含んでおり、条件受付部が受け付ける建物条件は、カテゴリーが店舗である建物を指定する条件であり、経路探索部は、カテゴリーが店舗である建物数の多い経路が探索されやすくなるようにして経路を探索するナビゲーション装置である。   Further, in the navigation device of the present invention, in the navigation device, the building related information stored in the building related information storage unit is information on a building whose category around the road is a store for each road indicated by the map information. The building condition received by the condition receiving unit is a condition for designating a building whose category is a store, and the route search unit is configured so that a route having a large number of buildings whose category is a store can be easily searched. It is a navigation device for searching for.

かかる構成により、店舗の数を考慮した最適な経路を探索することができる。   With this configuration, it is possible to search for an optimal route in consideration of the number of stores.

また、本発明のナビゲーション装置は、前記ナビゲーション装置において、建物関連情報格納部に格納されている建物関連情報は、地図情報が示す各道路についての、道路周辺のカテゴリーがレストランである建物に関する情報を含んでおり、条件受付部が受け付ける建物条件は、カテゴリーが店舗である建物を指定する条件であり、経路探索部は、カテゴリーが店舗である建物数の多い経路が探索されやすくなるようにして経路を探索するナビゲーション装置である。   Further, in the navigation device of the present invention, in the navigation device, the building related information stored in the building related information storage unit is information on a building whose category around the road is a restaurant for each road indicated by the map information. The building condition received by the condition receiving unit is a condition for designating a building whose category is a store, and the route search unit is configured so that a route having a large number of buildings whose category is a store can be easily searched. It is a navigation device for searching for.

かかる構成により、レストランの数を考慮した最適な経路を探索することができる。   With this configuration, it is possible to search for an optimum route in consideration of the number of restaurants.

また、本発明のナビゲーション装置は、前記ナビゲーション装置において、建物関連情報格納部に格納されている建物関連情報は、地図情報が示す各道路についての、道路周辺のカテゴリーがショッピングである建物に関する情報を含んでおり、条件受付部が受け付ける建物条件は、カテゴリーがショッピングである建物を指定する条件であり、経路探索部は、カテゴリーがショッピングである建物数の多い経路が探索されやすくなるようにして経路を探索するナビゲーション装置である。   In the navigation device of the present invention, in the navigation device, the building-related information stored in the building-related information storage unit is information on a building whose category around the road is shopping for each road indicated by the map information. The building condition received by the condition receiving unit is a condition for designating a building whose category is shopping, and the route search unit is configured so that a route with a large number of buildings whose category is shopping is easily searched. It is a navigation device for searching for.

かかる構成により、ショッピングに適した建物の数を考慮した最適な経路を探索することができる。   With this configuration, it is possible to search for an optimum route in consideration of the number of buildings suitable for shopping.

また、本発明のナビゲーション装置は、前記ナビゲーション装置において、目的地に到着するまでの予定時間を受け付ける予定時間受付部を更に備え、道路情報は、各道路の移動に要する時間である移動時間を含んでおり、前記経路探索部は、経路に含まれる道路の移動時間を用いて、予定時間受付部が受け付けた予定時間以内の経路を探索するナビゲーション装置である。   In the navigation device of the present invention, the navigation device further includes a scheduled time reception unit that receives a scheduled time until arrival at the destination, and the road information includes a movement time that is a time required for movement of each road. The route search unit is a navigation device that searches for a route within the scheduled time accepted by the scheduled time accepting unit using the travel time of the road included in the route.

かかる構成により、ユーザが指定した予定時間内に目的地に到着可能な経路を出力することができる。これにより、ユーザの要望に添った、いわば寄り道が可能な経路を提示することが可能となる。   With this configuration, it is possible to output a route that can reach the destination within the scheduled time designated by the user. Thereby, it is possible to present a route that can be detoured according to the user's request.

また、本発明のナビゲーション装置は、前記ナビゲーション装置において、建物の利用に要する時間の情報である利用時間が格納されている利用時間格納部を更に備え、経路探索部は、経路に含まれる道路の移動時間と、道路に対応する建物条件を満たす建物の利用時間とを用いて、予定時間受付部が受け付けた予定時間以内の経路を探索するナビゲーション装置である。   In the navigation device of the present invention, the navigation device further includes a usage time storage unit that stores a usage time that is information on a time required to use the building. The navigation device searches for a route within the scheduled time received by the scheduled time reception unit using the travel time and the use time of the building that satisfies the building condition corresponding to the road.

かかる構成により、経路の途中の、建物条件を満たす建物を利用したこと考慮して、予定時間内に到着可能な経路を出力することができる。   With this configuration, it is possible to output a route that can be reached within the scheduled time in consideration of the use of a building that satisfies the building condition in the middle of the route.

本発明によるナビゲーション装置等によれば、ユーザの望む建物の数を考慮した経路探索を行うことができる。   According to the navigation device or the like according to the present invention, it is possible to perform a route search in consideration of the number of buildings desired by the user.

本発明の実施の形態1におけるナビゲーション装置のブロック図The block diagram of the navigation apparatus in Embodiment 1 of this invention. 同ナビゲーション装置の動作の一例を示すフローチャートFlow chart showing an example of operation of the navigation device 同ナビゲーション装置の概念図Conceptual diagram of the navigation device 同ナビゲーション装置の地図図柄情報の一例を示す図The figure which shows an example of the map symbol information of the navigation apparatus 同ナビゲーション装置のノード管理表を示す図The figure which shows the node management table of the same navigation device 同ナビゲーション装置のリンク管理表を示す図The figure which shows the link management table of the navigation device 同ナビゲーション装置のノード及びリンクの一部を地図上に配置した模式図Schematic diagram with some of the nodes and links of the navigation device arranged on the map 建物関連情報格納部に予め格納されている建物関連情報を示す図を示す図The figure which shows the figure which shows the building relevant information previously stored in the building relevant information storage part 同ナビゲーション装置の表示例を示す図を示す図The figure which shows the figure which shows the example of a display of the navigation apparatus 重み付け値格納部に格納されている重み付け値を管理する重み付け値管理情報を示す図The figure which shows the weight value management information which manages the weight value stored in the weight value storage part 同ナビゲーション装置の取得重み付け値管理表を示す図The figure which shows the acquisition weight value management table of the navigation device 同ナビゲーション装置のリンク及びノードと、補正コストとの関係を模式的に示した図A diagram schematically showing the relationship between the correction cost and the links and nodes of the navigation device 同ナビゲーション装置の出力部経路の探索結果の表示例を示す図The figure which shows the example of a display of the search result of the output part path | route of the navigation apparatus 同ナビゲーション装置の建物管理情報の変形例を示す図The figure which shows the modification of the building management information of the navigation apparatus 本発明の実施の形態2におけるナビゲーション装置のブロック図The block diagram of the navigation apparatus in Embodiment 2 of this invention 同ナビゲーション装置の動作の一例を示すフローチャートFlow chart showing an example of operation of the navigation device 同ナビゲーション装置のリンク管理表を示す図The figure which shows the link management table of the navigation device 同ナビゲーション装置の表示例を示す図The figure which shows the example of a display of the navigation apparatus 同ナビゲーション装置が探索した複数の経路を示す図The figure which shows the some path | route which the navigation apparatus searched 同ナビゲーション装置の利用時間管理表を示す図The figure which shows the utilization time management table of the navigation device 同ナビゲーション装置の上限管理表を示す図The figure which shows the upper limit management table of the navigation device 同ナビゲーション装置の表示例を示す図The figure which shows the example of a display of the navigation apparatus 同ナビゲーション装置の表示例を示す図The figure which shows the example of a display of the navigation apparatus 本発明の各実施の形態におけるコンピュータシステムの外観の一例を示す図The figure which shows an example of the external appearance of the computer system in each embodiment of this invention 同コンピュータシステムの構成の一例を示す図The figure which shows an example of a structure of the computer system

以下、ナビゲーション装置等の実施形態について図面を参照して説明する。なお、実施の形態において同じ符号を付した構成要素は同様の動作を行うので、再度の説明を省略する場合がある。   Hereinafter, embodiments of a navigation device and the like will be described with reference to the drawings. In addition, since the component which attached | subjected the same code | symbol in embodiment performs the same operation | movement, description may be abbreviate | omitted again.

(実施の形態1)
図1は、本実施の形態におけるナビゲーション装置1のブロック図である。
(Embodiment 1)
FIG. 1 is a block diagram of a navigation device 1 in the present embodiment.

ナビゲーション装置1は、地図情報格納部101、建物関連情報格納部102、受付部103、条件受付部104、経路探索部105、重み付け値格納部106、出力部107を備える。   The navigation device 1 includes a map information storage unit 101, a building related information storage unit 102, a reception unit 103, a condition reception unit 104, a route search unit 105, a weight value storage unit 106, and an output unit 107.

ナビゲーション装置1は、例えば、現在地や目的地の地図等を出力したり、出発地(現在地)から目的地までの経路を出力したりする装置である。ナビゲーション装置1は、特に、携帯可能なナビゲーション装置であることが好ましいが、車載用のナビゲーション装置であっても良い。ナビゲーション装置1は、ナビゲーション専用の装置であっても良いし、ナビゲーション機能を実現する携帯電話やスマートフォンやカメラ等の携帯端末であっても良い。   The navigation device 1 is a device that outputs, for example, a map of a current location or a destination, or outputs a route from a departure location (current location) to a destination. The navigation device 1 is particularly preferably a portable navigation device, but may be a vehicle-mounted navigation device. The navigation device 1 may be a device dedicated to navigation, or may be a mobile terminal such as a mobile phone, a smartphone, or a camera that realizes a navigation function.

地図情報格納部101には、地図情報が格納される。地図情報は、地図に関する情報である。地図情報は、道路情報を有している。道路情報は、地図が示す道路に関する情報である。地図情報は、通常、地図の画像である地図図柄情報を更に有している。地図図柄情報は、例えば、地図を構成するビットマップデータ(ラスタデータ)またはベクタデータ、またはこれらの組合せなどである。地図図柄情報のファイル形式は、GIF形式やJPEG形式や、PNG形式等問わない。地図情報は、ISOのkiwi地図データフォーマットであっても良い。地図情報は、地図上に表記されている地名や、建物や名勝や場所の名称などの文字列を有していても良い。   The map information storage unit 101 stores map information. Map information is information relating to a map. The map information has road information. The road information is information regarding the road indicated by the map. The map information usually further includes map symbol information that is an image of a map. The map symbol information is, for example, bitmap data (raster data) or vector data constituting the map, or a combination thereof. The file format of the map symbol information is not limited to the GIF format, JPEG format, PNG format, or the like. The map information may be an ISO kiwi map data format. The map information may include character strings such as place names written on the map, names of buildings, scenic spots, and places.

地図情報は、例えば、その地図情報が表示する地域の経度や緯度を有する座標情報等の、絶対的な位置を示す位置情報や、各地図情報間においてそれぞれの地図が示す領域間の位置関係が分かるような相対的な位置を示す位置情報を有している、もしくは対応付けられている。例えば、地図情報の表示する地図の範囲や中心点を、緯度と経度との範囲で定義する情報を有していてもよい。このような位置情報を用いることで、地図上の座標と、実空間における座標(例えば、緯度及び経度)とを適宜変換することが可能となる。また、地図情報は、当該地図情報により示される地図内の住所等の位置を指定可能な位置情報を有していても良い。また、地図情報は、縮尺ごとに地図図柄情報を有していてもよいし、縮尺ごとに地図情報が用意されていても良い。通常、地図情報は地図の縮尺と対応付けて管理されている。具体的には、地図情報は、当該地図情報により出力される地図の縮尺の値の情報を有していても良いし、地図情報が地図の縮尺と対応付けて101に格納されていてもよい。ここでの地図の縮尺とは、地図の縮尺の値を示す情報と考えても良い。   The map information includes, for example, positional information indicating absolute positions, such as coordinate information having longitude and latitude of the area displayed by the map information, and the positional relationship between the areas indicated by each map among the map information. It has or is associated with positional information indicating a relative position that can be understood. For example, you may have the information which defines the range and center point of the map which map information displays with the range of latitude and longitude. By using such position information, coordinates on the map and coordinates in the real space (for example, latitude and longitude) can be appropriately converted. Further, the map information may have position information that can specify a position such as an address in the map indicated by the map information. Moreover, the map information may have map symbol information for each scale, or map information may be prepared for each scale. Usually, map information is managed in association with a map scale. Specifically, the map information may include information on a map scale value output by the map information, or the map information may be stored in 101 in association with the map scale. . The scale of the map here may be considered as information indicating the value of the scale of the map.

道路情報は、道路に関する情報である。道路情報は、例えば、ノードデータと、リンクデータとを含んでいる。ノードは、交差点や分岐点等の、道路同士が接続される地点を示すものである。ノードデータは、ノードに関する情報である。ノードデータは、道路網の接続関係を示すデータと考えても良い。行き止まり等の道路網の端点、即ち他の道路と接続されていない道路の端点もノードと考えてもよい。また、ノードは、道路同士が接続される地点以外の道路上の任意の箇所にも設けられていてもよい。ノードデータは、例えば、ノードを識別する識別情報と、ノードの地図上の座標、あるいは、実空間の座標を有する。また、ノードデータは、ノードに接続されるリンクを示す情報等を有していても良い。リンクは、ノードを結ぶ道路を示すものである。リンクは、例えば、ノード間の道路と考えても良いし、ノードを結ぶ線等と考えても良い。リンクデータは、リンクに関するデータである。リンクデータは、例えば、リンクを識別する情報であるリンク識別情報や、リンクが接続されるノード(例えば、両端のノード)を示す情報(例えばノード識別情報)を有している。また、リンクデータは、リンクの端部の地図上の座標あるいは実空間の座標を有していても良い。また、各リンクデータには、リンクデータが示すリンクを含む道路の名称や道路番号等の道路の識別情報(例えば、京浜バイパスや、烏丸通りや、国道1号線等)を有していても良い。例えば、一の道路が複数のリンクで構成されているとすると、各リンクのリングデータには、同じ道路の識別情報が付与される。なお、リンクは、必ずしも隣り合わせのノードで区切られた道路でなくても良く、一の道路上の、隣り合わせでない一組のノードで区切られた道路を示すものであっても良い。   The road information is information related to the road. The road information includes, for example, node data and link data. The node indicates a point where roads are connected such as an intersection or a branch point. Node data is information related to the node. The node data may be considered as data indicating the connection relationship of the road network. An end point of a road network such as a dead end, that is, an end point of a road that is not connected to another road may be considered as a node. In addition, the node may be provided at any location on the road other than the point where the roads are connected. The node data includes, for example, identification information for identifying the node, coordinates on the map of the node, or coordinates in the real space. Further, the node data may include information indicating a link connected to the node. A link indicates a road connecting nodes. For example, the link may be considered as a road between nodes, or a line connecting nodes. The link data is data related to the link. The link data includes, for example, link identification information that is information for identifying a link, and information (for example, node identification information) indicating nodes to which the link is connected (for example, nodes at both ends). The link data may have coordinates on the map at the end of the link or in real space. In addition, each link data may have road identification information (for example, Keihin bypass, Karasuma-dori, National Highway No. 1, etc.) such as the name and road number of the road including the link indicated by the link data. . For example, if one road is composed of a plurality of links, the same road identification information is given to the ring data of each link. Note that the link does not necessarily have to be a road delimited by adjacent nodes, and may indicate a road delimited by a set of non-adjacent nodes on one road.

リンクデータは、例えば、複数の道路特性パラメータについてのコスト等の情報を有している。道路特性パラメータとしては、距離、通行時間、有料・無料の区別、通りやすさ、道路幅などがあり、それぞれの道路特性パラメータについてコスト(距離のコスト、通行時間のコスト等)が定められている。コストは、例えば、経路を探索する場合等において、選択する道路を評価する際等に利用する評価値である。コストは、例えば、経路選択のための優先度を示す値や、道路(リンク)の選択されやすさを示す評価値と考えても良い。また、コストはスコアと考えても良い。ダイクストラ法等の経路探索は、例えば、各リンクに対応する一以上のコストを利用して行われる。なお、一のリンクに対して、複数の道路特性パラ−メータについてのコストを総合したコストや、複数の道路特性パラメータを考慮した1以上のコストが対応付けられているようにしても良い。この場合、このような総合したコスト等を用いて、経路探索を行うようにしても良い。   For example, the link data includes information such as costs for a plurality of road characteristic parameters. The road characteristic parameters include distance, travel time, charge / free distinction, ease of passage, road width, etc. Costs (distance cost, travel time cost, etc.) are determined for each road characteristic parameter. . The cost is an evaluation value used when evaluating a road to be selected, for example, when searching for a route. The cost may be considered as, for example, a value indicating priority for route selection or an evaluation value indicating ease of selecting a road (link). The cost may be considered as a score. A route search such as the Dijkstra method is performed using, for example, one or more costs corresponding to each link. A single link may be associated with a total cost for a plurality of road characteristic parameters or one or more costs considering a plurality of road characteristic parameters. In this case, a route search may be performed using such total cost.

なお、道路情報は、上記のノードデータやリンクデータに加えて、道路の道筋を示すデータを有していてもよい。道路あるいはリンクの道筋を示すデータは、例えば、道路の道筋に沿った直線や曲線の線状、あるいは帯状の情報(例えば、スプライン曲線や、ベジェ曲線の情報)や、道路に沿って配置された複数の座標の集合や、道路に沿って設けられた一以上のベクトルの情報等であっても良い。道路の道筋を示すデータは、リンクデータ毎に設けられていても良い。   The road information may include data indicating a road route in addition to the above node data and link data. The data indicating the road or link route is, for example, straight or curved line information along the road route or strip-like information (for example, spline curve or Bezier curve information) or arranged along the road. It may be a set of a plurality of coordinates, information on one or more vectors provided along the road, and the like. Data indicating the route of the road may be provided for each link data.

また、経路探索が、リンクやノードを利用せずに行われる場合においては、道路情報は、上記のノードデータやリンクデータの代わりに、経路探索に必要な道路の情報を有していても良い。   Further, when the route search is performed without using a link or a node, the road information may include road information necessary for the route search instead of the node data or the link data. .

なお、ここでの格納は一時記憶も含む概念である。地図情報格納部101は、不揮発性の記録媒体が好適であるが、揮発性の記録媒体でも実現可能である。   The storage here is a concept including temporary storage. The map information storage unit 101 is preferably a non-volatile recording medium, but can also be realized by a volatile recording medium.

建物関連情報格納部102は、地図情報が示す各道路についての、周辺の建物に関する情報である建物関連情報が格納される。ここでの建物とは、どのような用途や目的の建物であっても良い。また、一の建物内の、異なる用途や目的で利用されるフロアや、部屋等も、ここでは、それぞれ個別の建物と考えても良い。建物は、例えば、店舗や、オフィス、ランドマーク、美術館、映画館、病院等である。また、ここでは、建物を、住所によって特定可能なものと考えても良い。一の道路の周辺の建物とは、この道路が最も近い道路である建物や、この道路が最も出入り口に近い道路である建物である。また、一の道路からの距離が予め指定された距離以内である建物と考えても良い。あるいは一の道路に接している(面している)建物と考えても良い。   The building related information storage unit 102 stores building related information that is information related to surrounding buildings for each road indicated by the map information. The building here may be a building for any purpose or purpose. In addition, floors and rooms used for different purposes and purposes in one building may be considered as individual buildings here. The building is, for example, a store, an office, a landmark, a museum, a movie theater, a hospital, or the like. Here, it may be considered that the building can be specified by the address. A building around a road is a building that is the closest road or a building that is the closest road to the entrance. Further, it may be considered as a building whose distance from one road is within a predetermined distance. Or you may think that it is the building which touches the one road (facing).

建物関連情報とは、例えば、各道路についての、周辺に位置する建物のカテゴリー別の集計数を示す情報である。集計数を示す情報とは、集計数(合計数)そのものであっても良いし、この集計数を予め用意された閾値等を用いてn値化した値(nは二以上の整数)値や、予め用意された演算式等を用いて指標化した値であっても良い。なお、例えば、複数のカテゴリーに属する建物がある場合、各カテゴリーについて建物数を集計する際に、この建物を、それぞれのカテゴリーで重複してカウントして良い。建物のカテゴリーについては後述する。   The building related information is, for example, information indicating the total number for each road by category of buildings located in the vicinity. The information indicating the total number may be the total number (total number) itself, or a value (n is an integer of 2 or more) obtained by converting the total number into n values using a threshold value prepared in advance. Alternatively, it may be a value indexed by using an arithmetic expression prepared in advance. For example, when there are buildings belonging to a plurality of categories, when the number of buildings for each category is totaled, the buildings may be counted in duplicate in each category. The building category will be described later.

また、建物関連情報は、各道路についての、周辺に位置する個々の建物の情報である。この個々の建物の情報は、例えば、個々の建物が属する一以上のカテゴリーを示す情報を含む情報である。カテゴリーを示す情報とは、カテゴリーの識別情報、例えばカテゴリー名である。個々の建物の情報は、個々の建物のカテゴリー情報と考えても良い。また、この個々の建物の情報は、個々の建物の識別情報等を有していても良い。建物の識別情報は、例えば、建物名や、建物を利用するものの名前や、建物の住所である。   The building related information is information on individual buildings located in the vicinity of each road. The information on each building is information including information indicating one or more categories to which each building belongs, for example. The information indicating a category is category identification information, for example, a category name. Information on individual buildings may be considered as category information on individual buildings. In addition, the information on each individual building may include identification information on each individual building. The building identification information is, for example, a building name, a name of a thing using the building, or a building address.

建物関連情報は、対応する各道路の識別情報を有していても良い。本実施の形態においては、特に、地図情報が示す各道路をリンク単位の道路と考えて、建物関連情報が、対応する各リンクのリンク識別情報を有している場合を例に挙げて説明する。例えば、建物関連情報は、リンク識別情報と、このリンク識別情報が示すリンクの周辺に位置する建物のカテゴリー別の集計数を示す情報とを有する情報である。あるいは、建物関連情報は、リンク識別情報と、このリンク識別情報が示すリンクの周辺に位置する個々の建物の情報とを有する情報であってもよい。なお、建物関連情報がリンク単位ではない道路の周辺の建物に関する情報である場合において、この道路が複数のリンクを有する場合、この複数のリンクのそれぞれの建物関連情報として、この道路に対応する建物関連情報を利用しても良い。   The building related information may include identification information for each corresponding road. In the present embodiment, in particular, a case where each road indicated by the map information is considered as a road in link units and the building-related information has link identification information of each corresponding link will be described as an example. . For example, the building-related information is information including link identification information and information indicating the number of totals for each category of buildings located around the link indicated by the link identification information. Alternatively, the building-related information may be information having link identification information and information on individual buildings located around the link indicated by the link identification information. In addition, when the building related information is information related to a building around the road that is not a link unit, and this road has a plurality of links, the building corresponding to this road is used as the building related information of each of the plurality of links. Related information may be used.

なお、建物関連情報は、各道路の周辺の建物数をカテゴリー別に取得可能な情報と考えても良い。   The building-related information may be considered as information that allows the number of buildings around each road to be acquired by category.

建物のカテゴリーとは、例えば、建物の用途や、目的等の分類である。カテゴリーはジャンルと考えても良い。建物の各カテゴリーは、例えば、カテゴリー名等のカテゴリーの識別情報と対応付けられている。建物のカテゴリーとしては、例えば、衣料品店、食料品店、雑貨店、書店、洋菓子店、店舗、美容院、病院、レストラン、喫茶店、映画館、美術館、画廊等がある。また、カテゴリーは、ユーザが建物を利用して行うことができる行動等を示す分類であってもよい。このようなカテゴリーは、例えば、ショッピング、レジャー、観光、美術鑑賞、デートスポット等である。また、建物のカテゴリーは、建物で提供されるサービスや物品のカテゴリー(例えば、整体、クリーニング、食品、雑貨、衣料等)であっても良いし、その提供形態(例えば、セルフサービス、予約制、24時間営業)等であっても良い。また、建物のカテゴリー同士は、階層関係を有していても良い。例えば、衣料品店や、食料品店、雑貨店、書店等のカテゴリーの上位のカテゴリーが、店舗というカテゴリーであってもよい。また、ショッピングというカテゴリーの下位のカテゴリーが、衣料品店、雑貨店、靴店等であってもよい。カテゴリー間の階層関係は、例えば、建物関連情報格納部102等に格納される階層関係を管理する情報で管理されていても良い。また、一の建物は、複数のカテゴリーに属していても良い。例えば、一の建物が、書店と、雑貨というカテゴリーに属していてもよい。また、一の建物が属する複数のカテゴリー同士が、階層関係を有していてもよい。例えば、一の店舗が、食料品店と、スーパーマーケットというカテゴリーに属していても良い。   The category of building is, for example, classification of the use or purpose of the building. You can think of a category as a genre. Each category of the building is associated with category identification information such as a category name, for example. Examples of the building category include a clothing store, a grocery store, a general store, a bookstore, a confectionery store, a store, a beauty salon, a hospital, a restaurant, a coffee shop, a movie theater, a museum, and an art gallery. Further, the category may be a classification that indicates actions or the like that the user can perform using the building. Such categories are, for example, shopping, leisure, sightseeing, art appreciation, date spots, and the like. In addition, the category of the building may be a category of services and articles provided in the building (for example, trimming, cleaning, food, miscellaneous goods, clothing, etc.), and the form of provision (for example, self-service, reservation system, 24 hours). Moreover, the categories of buildings may have a hierarchical relationship. For example, a category higher than categories such as a clothing store, a grocery store, a general store, and a bookstore may be a category called a store. In addition, the lower category of the category of shopping may be a clothing store, a general store, a shoe store, or the like. The hierarchical relationship between categories may be managed by, for example, information for managing the hierarchical relationship stored in the building related information storage unit 102 or the like. One building may belong to a plurality of categories. For example, one building may belong to the category of bookstores and miscellaneous goods. Further, a plurality of categories to which one building belongs may have a hierarchical relationship. For example, one store may belong to the categories of grocery stores and supermarkets.

建物関連情報格納部102には、例えば、予め用意された建物関連情報が格納される。建物関連情報格納部102に格納される建物関連情報は、例えば、地図情報が示す各道路についての、各道路周辺のカテゴリーが店舗である建物に関する情報である。建物に関する情報とは、上述したような、各道路周辺のカテゴリー別の建物数を示す情報や、各道路周辺の各店舗の情報である。また、建物関連情報格納部102に格納される建物関連情報は、例えば、地図情報が示す各道路についての、各道路周辺のカテゴリーがレストランである建物に関する情報である。また、建物関連情報格納部102に格納される建物関連情報は、例えば、地図情報が示す各道路についての、各道路周辺のカテゴリーがファッションである建物に関する情報である。   In the building related information storage unit 102, for example, building related information prepared in advance is stored. The building-related information stored in the building-related information storage unit 102 is, for example, information on a building whose category around each road is a store for each road indicated by the map information. The information on buildings is information indicating the number of buildings by category around each road as described above, and information on each store around each road. Further, the building related information stored in the building related information storage unit 102 is, for example, information related to a building whose category around each road is a restaurant for each road indicated by the map information. The building related information stored in the building related information storage unit 102 is, for example, information related to a building whose category around each road is fashion for each road indicated by the map information.

建物関連情報格納部102は、不揮発性の記録媒体が好適であるが、揮発性の記録媒体でも実現可能である。   The building related information storage unit 102 is preferably a non-volatile recording medium, but can also be realized by a volatile recording medium.

受付部103は、出発地を示す情報である出発地情報と、目的地を示す情報である目的地情報を受け付ける。受付部103は、出発地情報と目的地情報を含む指示であり、出発地から目的地までの経路を出力する指示である経路出力指示を受け付けても良い。経路出力指示は、経路探索のための様々な条件を指定する情報を有していてもよい。出発地情報とは、例えば、(緯度,経度)の位置情報、地名などである。出発地情報は、経路探索のスタート地点を示す情報であれば良い。また、出発地情報として、ナビゲーション装置1が有する図示しないGPS受信機等が経路探索の開始時等に出力する現在位置を示す情報を用いても良い。なお、現在位置を示す情報は、図示しないジャイロや加速度センサ等を用いて取得してもよい。現在位置を示す情報を取得する構成等はナビゲーション装置の技術として公知である。目的地情報とは、例えば、(緯度,経度)の位置情報、地名など、目的地を示す情報であれば良い。目的地情報は、経路探索の終了地点を示す情報であればよい。なお、経路探索の出発地を始点、目的地を終点と考えても良い。なお、出発地情報や、目的地情報として、出発地や目的地となるノードの識別情報やリンクの識別情報を受け付けても良い。ここでの受け付けは、ナビゲーション装置のタッチパネルやキーボードやマウス等の入力デバイスを利用したユーザ入力の受け付け、音声入力による受け付け、外部装置からの受信、記録媒体からの読み出しなどである。出発地情報や目的地情報の入力手段は、キーボードやマウスやテンキーやメニュー画面によるもの等、何でも良い。受付部103は、キーボード等の入力手段のデバイスドライバーや、メニュー画面の制御ソフトウェア等で実現され得る   The receiving unit 103 receives starting point information that is information indicating a starting point and destination information that is information indicating a destination. The accepting unit 103 is an instruction that includes departure point information and destination information, and may accept a route output instruction that is an instruction to output a route from the departure point to the destination. The route output instruction may have information specifying various conditions for route search. The departure place information is, for example, position information of (latitude, longitude), place name, and the like. The departure point information may be information indicating the starting point of the route search. Further, as the departure point information, information indicating a current position output by a GPS receiver (not shown) included in the navigation device 1 when a route search is started may be used. Note that the information indicating the current position may be acquired using a gyro, an acceleration sensor, or the like (not shown). A configuration for acquiring information indicating the current position is known as a technology of a navigation device. The destination information may be information indicating the destination such as (latitude, longitude) position information, place name, and the like. The destination information may be information indicating the end point of the route search. The starting point of the route search may be considered as the starting point and the destination may be considered as the ending point. It should be noted that as the departure point information and the destination information, the identification information of the node as the departure point and the destination and the identification information of the link may be received. The reception here includes reception of user input using an input device such as a touch panel, a keyboard, or a mouse of the navigation device, reception by voice input, reception from an external device, reading from a recording medium, and the like. The input means for starting point information and destination information may be anything such as a keyboard, mouse, numeric keypad, or menu screen. The accepting unit 103 can be realized by a device driver for input means such as a keyboard, control software for a menu screen, or the like.

条件受付部104は、建物についての条件である建物条件を受け付ける。建物条件は、例えば、経路探索を行う際に利用される条件である。建物条件は、例えば、道路(例えばリンク)についての重み付け値を取得する際において、各道路に対応する周辺の建物の数を取得する際に、取得対象となる建物を絞り込むために用いられる条件である。道路についての重み付け値とは、例えば、道路の評価値(コスト)の重み付けを行うための値である。建物条件とは、例えば、建物のカテゴリーを用いて、建物を絞り込むための情報である。建物条件とは、例えば、上述したような建物のカテゴリーを指定する条件である。例えば、建物条件は、雑貨店、店舗等のカテゴリーを指定する情報である。建物条件は、複数の建物のカテゴリーの指定を有する条件であっても良い。また、建物条件は、複数のカテゴリーの指定と、これらのカテゴリーの指定を、それぞれAND条件、OR条件、NOT条件等のどのような条件として利用するかを示す情報とを有する条件であってもよい。また、建物条件は、複数のカテゴリーの指定をグループ化したものであっても良い。建物条件は、階層化されているカテゴリーのうちの、下位階層以外の一の階層のカテゴリーを指定する条件であっても良い。このような建物条件は、このカテゴリーに従属する全てまたは一部のカテゴリーを指定する条件であるとして扱うようにしてもよい。また、建物条件は、建物のカテゴリー名等に含まれるキーワード等であっても良い。なお、建物条件は、カテゴリーを問わず、一以上の何らかのカテゴリーに属している建物を指定する条件であっても良い。あるいは、建物関連情報に、道路の周辺の建物として登録されている建物を指定する条件であっても良い。   The condition receiving unit 104 receives a building condition that is a condition for a building. The building condition is a condition used when performing route search, for example. The building condition is, for example, a condition that is used to narrow down the buildings to be acquired when acquiring the number of surrounding buildings corresponding to each road when acquiring weight values for roads (for example, links). is there. The weighting value for the road is, for example, a value for weighting the evaluation value (cost) of the road. Building conditions are information for narrowing down buildings using, for example, building categories. The building condition is, for example, a condition for designating a building category as described above. For example, the building condition is information specifying a category such as a general store or a store. The building condition may be a condition having designation of a plurality of building categories. Further, the building condition may be a condition having a plurality of category designations and information indicating which conditions such as an AND condition, an OR condition, and a NOT condition are used for the category designations. Good. The building condition may be a group of designations of a plurality of categories. The building condition may be a condition for designating a category of one hierarchy other than the lower hierarchy among the hierarchized categories. Such a building condition may be treated as a condition that specifies all or some of the categories subordinate to this category. The building condition may be a keyword included in the category name of the building. The building condition may be a condition for designating a building belonging to one or more categories regardless of the category. Alternatively, the building-related information may be a condition for designating a building registered as a building around the road.

条件受付部104は、例えば、ユーザにより入力された建物条件を受け付ける。また、予め図示しない記憶媒体等に蓄積されている建物条件を読み出してもよい。このような記憶媒体等からの読み出しも、ここでは建物条件の受け付けと考えるようにしても良い。建物条件の入力手段は、テンキーやキーボードやマウスやメニュー画面によるもの等、何でも良い。条件受付部104は、テンキーやキーボード等の入力手段のデバイスドライバーや、メニュー画面の制御ソフトウェア等で実現され得る。   The condition receiving unit 104 receives, for example, building conditions input by the user. Further, building conditions stored in advance in a storage medium (not shown) may be read. Reading from such a storage medium or the like may also be considered as acceptance of building conditions here. The building condition input means may be anything such as a numeric keypad, keyboard, mouse or menu screen. The condition receiving unit 104 can be realized by a device driver for input means such as a numeric keypad and a keyboard, control software for a menu screen, and the like.

経路探索部105は、道路情報を用いて、出発地情報が示す出発地から、目的地情報が示す目的地までの経路を探索する。経路探索部105は、例えば、地図情報格納部101に格納されている道路情報に含まれるノードデータとリンクデータとを用いて、経路探索を行う。そして、例えば、探索した経路を示す経路情報を取得する。経路探索部105は、ここでは特に、建物関連情報と建物条件とを更に用いて、周辺に建物条件を満たす建物が多い経路が探索されやすくなるようにして、出発地から目的地までの経路を探索する。周辺に建物条件を満たす建物が多い経路が探索されやすくなるようにしてとは、周辺に建物条件を満たす建物が多い経路が探索されやすくなる経路探索のアルゴリズムを用いるという意味と考えても良い。また、周辺に建物条件を満たす建物が多い道路が選択されやすくなるように経路を探索することと考えても良い。   The route search unit 105 uses the road information to search for a route from the departure point indicated by the departure point information to the destination indicated by the destination information. The route search unit 105 performs a route search using, for example, node data and link data included in the road information stored in the map information storage unit 101. Then, for example, route information indicating the searched route is acquired. In particular, the route search unit 105 uses the building-related information and the building conditions, so that the route from the departure point to the destination can be easily searched so that it is easy to find a route having many buildings that satisfy the building condition. Explore. It may be considered that the use of a route search algorithm that facilitates searching for a route having many buildings satisfying the building condition in the vicinity facilitates searching for a route having many buildings satisfying the building condition in the vicinity. Further, it may be considered to search for a route so that roads that have many buildings that satisfy the building condition are easily selected.

例えば、建物条件が、カテゴリーが店舗である建物を指定する条件であったとすると、経路探索部105は、カテゴリーが店舗である建物数の多い経路が探索されやすくなるようにして経路を探索する。なお、建物を分類するカテゴリーとして、店舗というカテゴリーの下位の階層の1以上のカテゴリーだけが用意されている場合、何らかのカテゴリーと対応付けられている建物を、全て、カテゴリーが店舗である建物と考えてもよい。   For example, if the building condition is a condition for designating a building whose category is a store, the route search unit 105 searches for a route so that a route with a large number of buildings whose category is a store can be easily searched. In addition, when only one or more categories in the lower hierarchy of the store category are prepared as categories for classifying buildings, all the buildings associated with any category are considered to be buildings whose categories are stores. May be.

また、例えば、建物条件が、カテゴリーがレストランである建物を指定する条件であったとすると、経路探索部105は、カテゴリーがレストランである建物数の多い経路が探索されやすくなるようにして経路を探索する。   For example, if the building condition is a condition for designating a building whose category is a restaurant, the route search unit 105 searches for a route so that a route with a large number of buildings whose category is a restaurant can be easily searched. To do.

また、例えば、建物条件が、カテゴリーがショッピングである建物を指定する条件であったとすると、経路探索部105は、カテゴリーがショッピングである建物数の多い経路が探索されやすくなるようにして経路を探索する。   For example, if the building condition is a condition for designating a building whose category is shopping, the route search unit 105 searches for a route so that a route with a large number of buildings whose category is shopping is easily searched. To do.

例えば、経路探索部105は、建物条件が示す条件を満たす建物数に応じた重み付け値を各道路(例えばリンク)ごとに取得して、取得した重み付け値で、各道路の経路探索に利用する評価値(例えばコスト)を重み付けし、重み付けして得られた評価値を用いて、経路探索を行う。   For example, the route search unit 105 acquires a weighting value corresponding to the number of buildings that satisfy the condition indicated by the building condition for each road (for example, link), and uses the acquired weighting value for the route search of each road. A route search is performed by weighting a value (for example, cost) and using an evaluation value obtained by weighting.

以下に、道路を、リンク単位の道路とした場合について、具体的に説明する。まず、経路探索部105は、建物関連情報を用いて、地図情報が示す各道路(リンク)のうちの経路探索の対象となる道路について、その周辺の建物のうちの、建物条件が示す条件を満たす建物の建物数を示す情報を取得する。例えば、建物関連情報が、各道路(リンク)周辺のカテゴリー別の建物数を示す情報を有しており、建物条件が一以上のカテゴリーを指定する条件であったとすると、このカテゴリーに対応した建物数を示す情報を道路(リンク)について取得する。具体例を挙げると、一のリンクであるリンクAに対応付けてカテゴリーが店舗である建物数の情報「2」が建物関連情報に格納されており、建物条件として、カテゴリーが店舗である建物を指定する条件を受け付けたとすると、経路探索部105は、このリンクについての建物条件を満たす建物数を示す情報として「2」を取得する。また、建物関連情報が、道路(リンク)周辺の個々の建物の情報(ただし、建物のカテゴリーを示す情報を含む情報であるとする)であったとすると、この建物関連情報から、建物条件が示すカテゴリーに属する建物を検索して、その数をカウントして、建物条件が示す条件を満たす建物の建物数を示す情報を取得すればよい。経路探索の対象となる各道路(リンク)とは、例えば、出発地と目的地とを含む経路探索の対象となる領域の全ての道路である。経路探索の対象となる領域はどのように決定してもよい。例えば、出力部107が経路探索の入力を行うために表示している地図が表示している領域を、経路探索の対象領域としてもよい。また、例えば、出発地と目的地とを対向する辺上に有する、縦横比が一定の矩形の領域を、経路探索の対象となる領域に設定しても良い。ただし、出発地と目的地を含む領域であればどのよう領域を経路探索の対象となる領域に設定しても良く、例えば、地図情報格納部101に格納されている地図情報が示す全ての領域を経路探索の対象に設定しても良い。また、地図情報格納部101に、複数の領域を示す複数の地図情報が格納されており、各地図情報に対して、各地図が示す領域内の道路情報(例えばリンクデータ)が対応付けられている場合、出発地と目的地を含む地図を出力するために用いられる1以上の地図情報が示す領域を、経路探索の対象となる領域として、これらの地図情報にそれぞれ対応付けられている道路情報(リンクデータ)が示す道路(リンク)を、経路探索の対象の道路と判断しても良い。   Hereinafter, the case where the road is a road in link units will be specifically described. First, the route search unit 105 uses the building-related information to determine the condition indicated by the building condition in the surrounding buildings for the road that is the target of the route search among the roads (links) indicated by the map information. Acquires information indicating the number of buildings that meet. For example, if the building-related information has information indicating the number of buildings by category around each road (link), and the building condition is a condition that specifies one or more categories, the building corresponding to this category Information indicating the number is acquired for roads (links). As a specific example, information “2” of the number of buildings whose category is a store is stored in the building related information in association with the link A which is one link, and the building whose category is a store is selected as the building condition. If the specified condition is received, the route search unit 105 acquires “2” as information indicating the number of buildings that satisfy the building condition for this link. If the building-related information is information on individual buildings around the road (link) (assuming that the information includes information indicating the category of the building), the building condition indicates from this building-related information. What is necessary is just to search the building which belongs to a category, count the number, and acquire the information which shows the building number of the building which satisfy | fills the conditions which building conditions show. Each road (link) that is the target of the route search is, for example, all the roads in the region that is the target of the route search including the departure point and the destination. The area to be a route search target may be determined in any way. For example, the area displayed on the map displayed by the output unit 107 for inputting the route search may be the target area for the route search. Further, for example, a rectangular area having a constant aspect ratio that has a starting point and a destination on opposite sides may be set as an area to be searched for a route. However, as long as the area includes the departure place and the destination, any area may be set as the area to be searched for, for example, all areas indicated by the map information stored in the map information storage unit 101 May be set as a route search target. The map information storage unit 101 stores a plurality of map information indicating a plurality of areas, and road information (for example, link data) in the area indicated by each map is associated with each map information. If there is an area indicated by one or more pieces of map information used for outputting a map including the departure place and the destination, the road information associated with each piece of map information is set as an area to be searched for a route. A road (link) indicated by (link data) may be determined as a road for a route search.

次に、経路探索部105は、このようにして道路(リンク)について取得した建物条件が示す条件を満たす建物の建物数を示す情報を用いて、道路(リンク)について、この建物数を示す情報に対応する重み付け値を取得する。重み付け値は、例えば、道路の評価値の重み付けのために用いられる重み係数である。この重み付け値は、建物数を示す情報を変数とした予め指定された演算式を用いて算出しても良いし、後述する重み付け値格納部106に予め格納されている重み付け値と、建物数を示す情報とを対応付けて有する重み付け管理情報から、取得した建物数を示す情報に対応した重み付け値を取得するようにしても良い。ここでは、一例として、重み付け値格納部106から道路(リンク)について重み付け値を取得する場合について説明する。取得した重み付け値は、道路(リンク)と対応付けて、図示しない記憶媒体に蓄積する。例えば、リンク識別情報と対応付けて記憶媒体に蓄積する。この記憶媒体は、RAM等の揮発性の記憶媒体であっても良いし、不揮発性の記憶媒体であっても良い。   Next, the route search unit 105 uses the information indicating the number of buildings of the building that satisfies the conditions indicated by the building conditions acquired for the road (link) in this way, and the information indicating the number of buildings for the road (link). The weight value corresponding to is obtained. The weighting value is, for example, a weighting coefficient used for weighting the road evaluation value. This weighting value may be calculated using an arithmetic expression designated in advance using information indicating the number of buildings as a variable, or a weighting value stored in advance in a weighting value storage unit 106, which will be described later, and the number of buildings. You may make it acquire the weighting value corresponding to the information which shows the acquired number of buildings from the weighting management information which matches and shows the information to show. Here, as an example, a case where a weight value is acquired for a road (link) from the weight value storage unit 106 will be described. The acquired weighting value is stored in a storage medium (not shown) in association with the road (link). For example, it is stored in a storage medium in association with link identification information. The storage medium may be a volatile storage medium such as a RAM or a non-volatile storage medium.

次に、経路探索部105は、経路探索に利用する道路(リンク)の評価値であるコストを、道路(リンク)について取得した重み付け値を用いて補正する。ここでの補正は、重み付け値を用いた重み付けのことであり、例えば、道路(リンク)のコストに対して、道路について取得した重み付け値を乗算したり、加算したりすることである。そして、補正により得られた補正コストを用いて経路探索を行う。ここでの経路探索に用いられる経路探索方法やアルゴリズムは、例えば、上述したようなダイクストラ法や、A*アルゴリズムや、その他の様々な経路探索方法や、経路探索アルゴリズム等が利用可能である。経路探索部105が利用する経路探索方法やアルゴリズムとしては、道路(リンク)についての評価値(例えばコスト)を用いて、経路を探索するものを用いることが好ましい。経路探索方法としては、複数経路が探索可能な方法等も利用可能である。この場合、複数の経路が探索されることとなる。なお、重み係数等を用いて補正した補正コストを用いて経路探索を行う処理については、公知技術であるのでここでは詳細な説明は省略する。そして、例えば、探索した経路を示す経路情報を取得する。   Next, the route search unit 105 corrects the cost, which is the evaluation value of the road (link) used for the route search, using the weighted value acquired for the road (link). The correction here is weighting using a weighting value. For example, the cost of a road (link) is multiplied or added by a weighting value acquired for the road. Then, the route search is performed using the correction cost obtained by the correction. As the route search method and algorithm used for the route search here, for example, the Dijkstra method as described above, the A * algorithm, various other route search methods, route search algorithms, and the like can be used. As a route search method or algorithm used by the route search unit 105, it is preferable to use a method for searching for a route using an evaluation value (for example, cost) for a road (link). As a route search method, a method capable of searching for a plurality of routes can be used. In this case, a plurality of routes are searched. Note that the process for performing a route search using a correction cost corrected using a weighting coefficient or the like is a known technique, and thus detailed description thereof is omitted here. Then, for example, route information indicating the searched route is acquired.

なお、ここでは、予め経路探索の範囲内の1以上の道路(リンク)について、予め補正コストを取得するようにしたが、経路探索アルゴリズムにより、各道路(リンク)を辿る際に、建物関連情報と建物条件とを用いて、各道路(リンク)の重み付け値を取得して、補正コストを算出するようにしても良い。   Here, the correction cost is acquired in advance for one or more roads (links) within the range of the route search. However, when each road (link) is traced by the route search algorithm, building related information is acquired. The building cost may be used to obtain a weighting value for each road (link) and calculate the correction cost.

また、重み付け値がない道路(リンク)については、重み付けを行わないようにしても良い。   Further, no weighting may be performed on a road (link) having no weighting value.

なお、経路探索のアルゴリズム等として、コストが小さくなる経路を探索するものを用いる場合には、重み付け値としては、建物条件を満たす建物数が増加すると、重み付けによって各道路のコストが段階的にあるいは連続的に小さくなるような重み付け値を経路探索部105が取得できるようにすることが好ましい。なお、このことは、建物条件を満たす建物数が減少すると、重み付けによって各道路のコストが段階的にあるいは連続的に大きくなるような重み付け値を取得できるようにすることと同じことであるとここでは考える。   When a route search algorithm or the like that searches for a route with a low cost is used, as the weighting value, when the number of buildings that satisfy the building conditions increases, the cost of each road is increased stepwise or It is preferable that the route search unit 105 can acquire a weighting value that continuously decreases. This is the same as making it possible to obtain a weighting value that increases the cost of each road stepwise or continuously by weighting when the number of buildings that satisfy the building condition decreases. Then think.

なお、出発地情報や目的地情報が示す座標が、道路上の座標でない場合、経路探索部105は、例えば、出発地情報や目的地情報が示す座標に対して最も整合性の高い道路(リンク)上の位置や、最も出発地情報や目的地情報が示す座標に近い道路(リンク)上の位置を、経路探索の出発地や目的地に設定してもよい。このような道路上の位置を決定する処理は、マップマッチング等の技術等として公知であるので、ここでは詳細な説明は省略する。また、目的地情報や出発地情報が地名や住所である場合、この地名に対応した座標やノードの識別情報やリンクの識別情報等を経路探索部105が地図情報から取得してもよい。   If the coordinates indicated by the departure point information and the destination information are not coordinates on the road, the route search unit 105, for example, the road (link) having the highest consistency with the coordinates indicated by the departure point information and the destination information. ) Or a position on the road (link) closest to the coordinates indicated by the departure point information and destination information may be set as the departure point and destination of the route search. Such a process for determining the position on the road is known as a technique such as map matching, and therefore detailed description thereof is omitted here. Further, when the destination information or the departure place information is a place name or an address, the route search unit 105 may acquire the coordinates corresponding to the place name, node identification information, link identification information, and the like from the map information.

経路探索部105が取得する経路情報は、探索した経路を特定可能な情報であればよい。例えば、経路情報は、経路で通過する一以上の道路や交差点や分岐点を示す情報を、それらの通過順番と対応付けて示した情報である。経路情報は、例えば、経路探索により探索された各経路における、出発地から目的地にたどり着くまでに通過するノードおよびリンクを示す情報(例えば、ノード識別情報やリンク識別情報等)で構成される。また、経路情報は、出発地情報および目的地情報、あるいはこれらの識別情報を更に有していても良い。経路情報は、例えば、出発地情報と、出発地から目的地にたどり着くまでに通過する道路情報(ノードデータやリンクデータ)と、目的地情報とを、通過順番と対応付けて有する情報、もしくはこれらの識別情報を、通過順番と対応付けて有する情報である。通過順番と対応付けて有する情報とは、通過順番を示す番号等の情報を対応付けた情報であっても良いし、通過順番に従って、予め指定されたルール等に従って配列したり蓄積したものであっても良い。例えば、ノード及びリンクの識別情報が、通過順番を示す番号の情報と対応付けて蓄積された情報であっても良いし、ノード及びリンクの識別情報が通過順番が示す順番に配列されて蓄積された情報であっても良い。また、経路情報は、ノードやリンクの代わりに、経路を、座標等を用いて表される一以上の線分の組合せで示した情報であっても良い。あるいは、経路をスプライン曲線やベジェ曲線で表した情報であっても良い。経路情報について、公知の経路探索技術で得られる経路情報が利用可能である。   The route information acquired by the route search unit 105 may be information that can identify the searched route. For example, the route information is information indicating information indicating one or more roads, intersections, and branch points passing through the route in association with their passing order. The route information includes, for example, information (for example, node identification information, link identification information, and the like) indicating nodes and links that pass through each route searched by route search until reaching the destination. The route information may further include departure point information and destination information, or identification information thereof. The route information is, for example, information having departure point information, road information (node data or link data) passing from the departure point to the destination, and destination information in association with the passing order, or these This identification information is associated with the passing order. The information associated with the passage order may be information associated with information such as a number indicating the passage order, or is arranged or accumulated according to a rule specified in advance according to the passage order. May be. For example, the node and link identification information may be information stored in association with the number information indicating the passing order, or the node and link identification information may be arranged and stored in the order indicated by the passing order. It may be information. Further, the route information may be information indicating a route as a combination of one or more line segments expressed using coordinates or the like instead of the nodes and the links. Alternatively, the route may be information representing a spline curve or a Bezier curve. For the route information, route information obtained by a known route search technique can be used.

経路探索部105は、通常、MPUやメモリ等から実現され得る。経路探索部105の処理手順は、通常、ソフトウェアで実現され、当該ソフトウェアはROM等の記録媒体に記録されている。但し、ハードウェア(専用回路)で実現しても良い。   The route search unit 105 can be usually realized by an MPU, a memory, or the like. The processing procedure of the route search unit 105 is usually realized by software, and the software is recorded in a recording medium such as a ROM. However, it may be realized by hardware (dedicated circuit).

重み付け値格納部106には、経路探索部105が取得する建物条件を満たす建物数を示す情報と、この情報と対応付けられた重み付け値とを有する重み付け値管理情報が予め格納される。重み付け値は、経路探索の際に、リンクのコストに対して重み付けを行うために用いられる値である。重み付け値は、例えば、重み付けための係数である。建物数を示す情報は、建物数の値の範囲を設定する情報であっても良い。経路探索のアルゴリズム等として、コストが小さくなる経路を探索するものを用いる場合には、重み付け値格納部106には、例えば、建物数が多いことを示す建物数を示す情報に対して、同じもしくはより小さい重み付けが行われる重み付け値を対応付けて格納しておく。重み付け値格納部106は、不揮発性の記録媒体が好適であるが、揮発性の記録媒体でも実現可能である。   The weight value storage unit 106 stores in advance weight value management information including information indicating the number of buildings that satisfy the building condition acquired by the route search unit 105 and a weight value associated with this information. The weighting value is a value used for weighting the cost of the link during the route search. The weighting value is, for example, a coefficient for weighting. The information indicating the number of buildings may be information for setting a range of the number of buildings. When using a route search algorithm or the like that searches for a route with a low cost, for example, the weight value storage unit 106 has the same or the same information for the number of buildings indicating that the number of buildings is large. A weighting value for performing smaller weighting is stored in association with each other. The weight value storage unit 106 is preferably a nonvolatile recording medium, but can also be realized by a volatile recording medium.

出力部107は、経路探索部105の探索結果に応じた出力を行う。例えば、出力部107は、経路探索部105が取得した経路情報を出力する。経路情報を出力するとは、経路情報をそのまま他の装置にネットワーク等を介して送信したり、記録媒体等に蓄積したりすることであっても良いし、経路情報が示す経路を示す情報を出力することであっても良い。例えば、経路情報に含まれる各リンクに対応する道路名や、ノードに対応する交差点名等を、経路情報が示す経路の順番に、モニタ等に表示しても良いし、これらの道路名や交差点名等を、音声として出力しても良い。また、この経路情報が示す経路を含む地図図柄情報を地図情報格納部101から読み出して、この地図上の経路情報が示す経路に対応する道路の表示態様を、他の道路に対して識別可能な表示態様とした地図を表示するようにしても良い。例えば、この経路に対応する道路上に予め指定された色等の表示属性を有する線を配置した地図の画像を生成して表示しても良い。また、この経路に対応する道路を予め指定された色で着色した地図の画像を生成してもよい。複数の経路を探索した場合には、経路同士も識別可能な態様で表示することが好ましい。なお、経路情報が示す経路を地図上に表示する技術等は公知の技術であるのでここでは詳細な説明は省略する。   The output unit 107 performs output according to the search result of the route search unit 105. For example, the output unit 107 outputs the route information acquired by the route search unit 105. To output the route information may be to transmit the route information as it is to another device via a network or to store it in a recording medium or to output information indicating the route indicated by the route information. It may be to do. For example, the road name corresponding to each link included in the route information, the intersection name corresponding to the node, etc. may be displayed on the monitor in the order of the route indicated by the route information, or these road names and intersections may be displayed. A name or the like may be output as sound. Further, the map symbol information including the route indicated by the route information is read from the map information storage unit 101, and the display mode of the road corresponding to the route indicated by the route information on the map can be identified with respect to other roads. You may make it display the map made into the display mode. For example, a map image in which a line having a display attribute such as a color designated in advance on a road corresponding to the route may be generated and displayed. Moreover, you may produce | generate the image of the map which colored the road corresponding to this path | route with the color designated beforehand. When searching for a plurality of routes, it is preferable to display the routes in an identifiable manner. In addition, since the technique etc. which display the path | route which route information shows on a map are well-known techniques, detailed description is abbreviate | omitted here.

ここで述べる出力とは、ディスプレイへの表示、プロジェクターを用いた投影、音出力、外部の装置への送信、記録媒体への蓄積、他の処理装置や他のプログラム等への処理結果の引渡し等を含む概念である。出力部107は、ディスプレイやプリンタ等の出力デバイスを含むと考えても含まないと考えても良い。出力部は、出力デバイスのドライバーソフトまたは、出力デバイスのドライバーソフトと出力デバイス等で実現され得る。   Output described here includes display on a display, projection using a projector, sound output, transmission to an external device, storage in a recording medium, delivery of processing results to other processing devices or other programs, etc. It is a concept that includes The output unit 107 may or may not include an output device such as a display or a printer. The output unit may be realized by output device driver software, or output device driver software and an output device.

図2は、本実施の形態のナビゲーション装置1の動作の一例を示すフローチャートである。以下、図2を用いて、ナビゲーション装置1の動作について説明する。ここでは、一例として、道路情報に含まれるリンク情報が示すリンクごとに重み付け値を取得する場合を例に挙げて説明する。   FIG. 2 is a flowchart showing an example of the operation of the navigation device 1 of the present embodiment. Hereinafter, the operation of the navigation apparatus 1 will be described with reference to FIG. Here, as an example, a case where a weight value is acquired for each link indicated by link information included in road information will be described as an example.

(ステップS201)受付部103は、出発地情報と、目的地情報とを受け付けたか否かを判断する。例えば、受付部103は、ユーザが入力した出発地情報や目的地情報を受け付ける。また、出発地情報については、ユーザの指示に応じて図示しないGPS受信機が現在位置を取得した場合に、この現在位置を受け付けてもよい。受付部103が出発地情報と目的地情報とを受け付けた場合、ステップS202に進み、受け付けていない場合、ステップS201に戻る。   (Step S201) The receiving unit 103 determines whether or not the departure point information and the destination information are received. For example, the reception unit 103 receives departure point information and destination information input by the user. As for the departure place information, the current position may be received when a GPS receiver (not shown) acquires the current position in response to a user instruction. When the reception unit 103 receives the departure point information and the destination information, the process proceeds to step S202. When the reception unit 103 does not receive the departure point information and the destination information, the process returns to step S201.

(ステップS202)条件受付部104は、建物条件を受け付けたか否かを判断する。条件受付部104は、ユーザが入力する建物条件を受け付けても良いし、予め図示しない記憶媒体等に蓄積されている建物条件を読み出しても良い。受け付けた場合、ステップS203に進み、受け付けていない場合、ステップS202に戻る。   (Step S202) The condition receiving unit 104 determines whether a building condition has been received. The condition receiving unit 104 may receive a building condition input by the user, or may read a building condition stored in advance in a storage medium (not shown). If accepted, the process proceeds to step S203. If not accepted, the process returns to step S202.

(ステップS203)経路探索部105は、経路探索対象となる領域内の道路情報を読み出す。経路探索対象となる領域は、例えば、ユーザが出発地情報と目的地情報とを入力するために表示している地図が示す領域である。また、読み出す道路情報は、例えば、リンクデータおよびノードデータである。読み出した道路情報は、メモリ等に一時記憶する。   (Step S <b> 203) The route search unit 105 reads road information in an area that is a route search target. The area to be a route search target is, for example, an area indicated by a map that is displayed for the user to input departure point information and destination information. The road information to be read out is, for example, link data and node data. The read road information is temporarily stored in a memory or the like.

(ステップS204)経路探索部105は、カウンターnに1を代入する。   (Step S204) The route search part 105 substitutes 1 to the counter n.

(ステップS205)経路探索部105は、ステップS203で読み出した道路情報内に、n番目のリンク情報があるか否かを判断する。ある場合、ステップS206に進み、ない場合、ステップS210に進む。   (Step S205) The route search unit 105 determines whether or not there is n-th link information in the road information read in step S203. If there is, the process proceeds to step S206, and if not, the process proceeds to step S210.

(ステップS206)経路探索部105は、建物関連情報を用いて、n番目のリンクについて、ステップS202で受け付けた建物条件が示す条件を満たす建物数を示す情報を取得する。建物条件が示す条件を満たす建物数とは、例えば、建物条件が示すカテゴリーに属する建物数である。例えば、建物関連情報が、各リンク識別情報と、リンク周辺に位置する個々の建物についての、各建物が属しているカテゴリーの情報とを有している場合、経路探索部105は、建物関連情報から、n番目のリンクのリンク識別情報と対応している建物であって、建物条件が示すカテゴリーに属する建物を検出して、検出した建物数をカウントして取得する。また、建物関連情報が、各リンク識別情報と、リンク周辺に位置する建物のカテゴリーと、このカテゴリー別にリンク周辺の建物数を集計した集計数を示す情報とを有する場合、経路探索部105は、n番目のリンクのリンク識別情報と、建物条件が示すカテゴリーとに対応した集計数を示す情報を取得する。建物条件が、複数のカテゴリーを含む場合、この複数のカテゴリーが示す条件にあう集計数を示す情報を取得すればよい。   (Step S206) The route search part 105 acquires the information which shows the number of buildings which satisfy | fill the conditions which the building conditions received by step S202 about nth link using a building relevant information. The number of buildings satisfying the condition indicated by the building condition is, for example, the number of buildings belonging to the category indicated by the building condition. For example, when the building related information includes each link identification information and information on a category to which each building belongs for each building located around the link, the route search unit 105 includes the building related information. To the building corresponding to the link identification information of the n-th link and belonging to the category indicated by the building condition, and the number of detected buildings is counted and acquired. In addition, when the building-related information includes each link identification information, a category of a building located around the link, and information indicating the total number of the buildings around the link for each category, the route search unit 105 includes: Information indicating the total number corresponding to the link identification information of the nth link and the category indicated by the building condition is acquired. When the building condition includes a plurality of categories, information indicating the total number meeting the conditions indicated by the plurality of categories may be acquired.

(ステップS207)経路探索部105は、取得したn番目のリンクについての集計数を示す情報を用いて、n番目のリンクについての重み付け値を取得する。例えば、重み付け値格納部106に格納されている重み付け値管理情報から、ステップS206で取得した建物数を示す情報に対応した重み付け値を取得する。   (Step S207) The route search unit 105 acquires a weighting value for the nth link using information indicating the total number of the acquired nth link. For example, the weight value corresponding to the information indicating the number of buildings acquired in step S206 is acquired from the weight value management information stored in the weight value storage unit 106.

(ステップS208)経路探索部105は、取得した重み付け値を、図示しない記憶媒体に、n番目のリンクのリンク識別情報と対応付けて蓄積する。   (Step S208) The route search unit 105 stores the acquired weighting value in association with the link identification information of the nth link in a storage medium (not shown).

(ステップS209)経路探索部105は、カウンターnの値を1インクリメントする。そして、ステップS205に戻る。   (Step S209) The route search unit 105 increments the value of the counter n by 1. Then, the process returns to step S205.

(ステップS210)経路探索部105は、ステップS203で読み出したリンクデータおよびノードデータを含む道路データと、ステップS208で取得した重み付け値とを用いて経路探索を行う。具体的には、各リンクに対応するコストに、各リンクに対応した重み付け値を乗算して得られた補正コストを、各リンクのコストとして用いて、ステップS201で受け付けた出発値情報が示す出発地から、目的地情報が示す目的地までの経路の探索を行う。   (Step S210) The route search unit 105 performs a route search using the road data including the link data and node data read out in step S203 and the weighting value acquired in step S208. Specifically, using the correction cost obtained by multiplying the cost corresponding to each link by the weighting value corresponding to each link as the cost of each link, the departure value indicated by the departure value information received in step S201 The route from the place to the destination indicated by the destination information is searched.

(ステップS211)経路探索部105は、ステップS210による経路探索結果である経路情報を取得する。   (Step S211) The route search unit 105 acquires route information that is a route search result in step S210.

(ステップS212)経路探索部105は、経路情報を出力する。そして、ステップS201に戻る。   (Step S212) The route search unit 105 outputs route information. Then, the process returns to step S201.

なお、図2のフローチャートにおいて、電源オフや処理終了の割り込みにより処理は終了する。   In the flowchart of FIG. 2, the process is terminated by powering off or a process termination interrupt.

以下、本実施の形態におけるナビゲーション装置1の具体的な動作について説明する。ナビゲーション装置1の概念図は図3である。なお、ここでは、一例として、ナビゲーション装置1は入力デバイスとしてタッチパネルを備えているものとする。   Hereinafter, a specific operation of the navigation device 1 in the present embodiment will be described. The conceptual diagram of the navigation apparatus 1 is FIG. Here, as an example, it is assumed that the navigation apparatus 1 includes a touch panel as an input device.

図4は、地図情報格納部101に格納されている地図図柄情報の一例を示す図である。地図情報格納部101には、例えば、同様の地図図柄情報が複数格納されている。なお、ここでは、一例として、地図図柄情報には、予め、この地図図柄情報の中心位置が示す位置の緯度経度の座標が対応付けられているものとする。   FIG. 4 is a diagram illustrating an example of map symbol information stored in the map information storage unit 101. The map information storage unit 101 stores a plurality of similar map symbol information, for example. Here, as an example, it is assumed that the latitude and longitude coordinates of the position indicated by the center position of the map symbol information are associated with the map symbol information in advance.

図5は、地図情報格納部101に格納されている道路情報のうちのノードデータを管理するノード管理表である。ノード管理表は、各ノードデータの識別情報である「ノードID」と、ノードの示す緯度と経度である「緯度,経度」等の項目を有する。   FIG. 5 is a node management table for managing node data among road information stored in the map information storage unit 101. The node management table includes items such as “node ID” that is identification information of each node data, and “latitude and longitude” that are latitude and longitude indicated by the node.

図6は、地図情報格納部101に格納されている道路情報のうちのリンクデータを管理するリンク管理表である。リンク管理表は、各リンクデータの識別情報である「リンクID」と、リンクデータの両端のノードIDである「両端ノード」と、リンクのコストである「コスト」と、「道路名」等の項目を有する。リンクの「コスト」は、リンクの一以上の道路特性パラメータから決定された値である。ここでは、例えば、コストの値が小さいほど、リンクは、距離が短いと判断されるものとする。ここでは、説明のため、距離を示すコストを用いているが、どのような道路特性についてのコストを用いても良いし、複数のコストを用いるようにしても良い。複数のコストを用いて経路探索を行う処理等は公知である。「道路名」は、道路の識別情報であり、一の道路に複数のリンクが含まれる場合、ここでは一例として、これらのリンクの「道路名」の値は同じ値としている。ただし、同じ道路名の末尾等に、連結順番を示す番号等を追加しても良い。   FIG. 6 is a link management table for managing link data among road information stored in the map information storage unit 101. The link management table includes “link ID” that is identification information of each link data, “end nodes” that are node IDs at both ends of the link data, “cost” that is the cost of the link, “road name”, and the like. Have items. The “cost” of the link is a value determined from one or more road characteristic parameters of the link. Here, for example, it is assumed that the smaller the cost value, the shorter the link is. Here, for the sake of explanation, the cost indicating the distance is used, but the cost for any road characteristic may be used, or a plurality of costs may be used. A process for performing a route search using a plurality of costs is known. “Road name” is road identification information. When a plurality of links are included in one road, as an example, the values of “road name” of these links are the same. However, a number indicating the connection order may be added to the end of the same road name.

図7は、図5および図6に示したノード管理表およびリンク管理表が管理するノード及びリンクの一部を、図4に示した地図上に配置した模式図である。   FIG. 7 is a schematic diagram in which a part of the nodes and links managed by the node management table and the link management table shown in FIGS. 5 and 6 are arranged on the map shown in FIG.

図8は、建物関連情報格納部102に予め格納されている建物関連情報を示す図である。建物関連情報は、「建物ID」と、「リンクID」と、「カテゴリー」という項目を有している。「建物ID」は、建物を識別する情報である。ここでは、建物に割り当てられたユニークな識別番号を用いているが、「建物ID」としては、建物名や、建物を利用するユーザ名(企業名や商店名、店舗名等)を用いても良い。「リンクID」は、建物が面している道路(ここではリンク)の識別情報であり、図6の「リンクID」に対応している。つまり、各建物は、「リンクID」が示すリンクの周辺の建物である。「カテゴリー」は、建物の属するカテゴリーを示すカテゴリー名である。一の建物が複数のカテゴリーに属している場合、ここでは、「カテゴリー」項目のカテゴリー名は、「,(コンマ)」で区切って示されている。なお、一の建物が属しているカテゴリー同士は、ここでは、階層関係を有していても良いものとする。   FIG. 8 is a diagram illustrating building related information stored in advance in the building related information storage unit 102. The building related information includes items of “building ID”, “link ID”, and “category”. “Building ID” is information for identifying a building. Here, a unique identification number assigned to a building is used. However, as the “building ID”, a building name or a user name (company name, store name, store name, etc.) using the building may be used. good. The “link ID” is identification information of a road (here, a link) facing the building, and corresponds to the “link ID” in FIG. That is, each building is a building around the link indicated by the “link ID”. “Category” is a category name indicating the category to which the building belongs. In the case where one building belongs to a plurality of categories, the category names of the “category” items are shown here separated by “, (comma)”. Note that categories to which one building belongs may have a hierarchical relationship here.

ここで、まず、ユーザが、経路探索を行うために、ナビゲーション装置1のタッチパネルを操作して、出力部107に現在地の周辺領域の所望の縮尺の地図を表示させたとする。そして、ユーザが、タッチパネルを操作して出発地Sと目的地Pとを、表示されている地図上で指定したとする。ここでは、具体的には、出発地Sと、目的地Pを地図が表示されている画面上でタップしたとすると、このタップされた地点が、それぞれ出発地Sと目的地Pに指定される。タップとは、タッチパネルを軽く叩くことである。なお、予め、GPS受信機等が受信した出発地が出発地Sとして地図上に指定されているようにしても良い。   Here, first, it is assumed that the user operates the touch panel of the navigation device 1 to display a map of a desired scale around the current location on the output unit 107 in order to perform a route search. Then, it is assumed that the user operates the touch panel to specify the departure place S and the destination P on the displayed map. Here, specifically, if the departure point S and the destination P are tapped on the map display screen, the tapped points are designated as the departure point S and the destination P, respectively. . A tap is a tap on the touch panel. The departure place received by the GPS receiver or the like may be designated on the map as the departure place S in advance.

図9は、現在地を中心とした地図において、出発地Sと目的地Pとを指定した状態の表示例を示す図である。この地図は、図4の地図の一部であるとする。出発地Sおよび目的地Pに指定された箇所には、例えば、予め指定されたマーク81およびマーク82等が表示される。また、図9に示した地図の画面の下部には、建物条件を選択する複数のボタン91〜93と、経路探索を開始するための「経路探索開始」ボタン95が配置されているものとする。   FIG. 9 is a diagram showing a display example of a state in which the departure place S and the destination P are designated on the map centered on the current location. This map is assumed to be a part of the map of FIG. For example, a mark 81 and a mark 82 specified in advance are displayed at the locations specified as the departure point S and the destination P. In addition, a plurality of buttons 91 to 93 for selecting building conditions and a “route search start” button 95 for starting a route search are arranged at the bottom of the map screen shown in FIG. .

次に、ユーザは、図9に示した地図の画面の下部に配置されている建物条件を選択するボタンの中から、「店舗」というボタン91を押したとする。   Next, it is assumed that the user presses a button 91 called “STORE” from the buttons for selecting the building conditions arranged at the lower part of the map screen shown in FIG.

そして、ユーザが、経路探索開始ボタン95を押したとする。これにより、受付部103は、地図上で指定された出発地Sと目的地Pとを示す出発地情報および目的地情報を取得する。ここでは、例として、受付部103は、地図上で指定された出発地および目的地に最も距離が近いノードの「ノードID」を出発地情報および目的地情報として取得するものとする。ここでは、例として、出発地Sが最も近いノードが、「ノードID」が「N1」であるノードであり、目的地Pが最も近いノードが、「ノードID」が「N7」であるノードあったとすると、出発地情報として「N1」、目的地情報として「N7」をそれぞれ取得する。なお、以下、「ノードID」が「A」(ただし、Aは任意の文字列であるとする)であるノードを、ノード「A」と呼ぶ。なお、出発地情報や目的地情報は、ユーザにより出発地や目的地に指定された位置に相当する道路上の位置を特定可能な情報であればよい。このような道路上の位置を示す情報は、リンクを示すリンク識別情報であっても良いし、道路上の座標であってもよい。なお、この位置の情報はどのように取得しても良い。また、出発地情報や目的地情報として、ユーザの指定した位置の座標を用いるようにして、後述する経路探索部105が経路を探索する際に、出発地情報や目的地情報に相当する道路上の位置や、ノードやリンクを検出して、これらを用いて、経路探索を行うようにしてもよい。   Assume that the user presses the route search start button 95. Thereby, the reception part 103 acquires the starting point information and the destination information which show the starting point S and the destination P which were designated on the map. Here, as an example, it is assumed that the reception unit 103 acquires “node ID” of the node closest to the departure point and the destination designated on the map as departure point information and destination information. Here, as an example, the node having the closest departure point S is the node having the “node ID” of “N1”, and the node having the closest destination P is the node having the “node ID” of “N7”. As a result, “N1” is acquired as the departure point information and “N7” is acquired as the destination information. Hereinafter, a node whose “node ID” is “A” (A is an arbitrary character string) is referred to as a node “A”. The departure point information and the destination information may be information that can specify the position on the road corresponding to the position designated as the departure point or the destination by the user. Such information indicating the position on the road may be link identification information indicating a link, or may be coordinates on the road. Note that this position information may be acquired in any way. In addition, when the route search unit 105 (to be described later) searches for a route by using the coordinates of the position designated by the user as the departure point information and the destination information, the road information corresponding to the departure point information and the destination information is displayed on the road. It is also possible to detect a position, a node, and a link, and use these to perform a route search.

また、条件受付部104は、ボタン91が押されていたため、カテゴリーが「店舗」である建物を指定する条件を受け付ける。ここで、カテゴリーが「店舗」である建物とは、建物関連情報の「カテゴリー」に含まれ得るカテゴリーのうちの、いずれかのカテゴリーに属する建物であることが予め指定されているものとする。このため、カテゴリーが「店舗」である建物こという条件は、建物関連情報において、1以上のカテゴリーと対応付けられている建物を指定する条件となる。つまり、ここでは、全てのカテゴリーをOR条件で指定する条件と考えて良い。   Further, the condition receiving unit 104 receives a condition for designating a building whose category is “store” because the button 91 has been pressed. Here, it is assumed that a building whose category is “store” is designated in advance as a building belonging to one of the categories that can be included in “category” of the building-related information. For this reason, the condition that the category is “store” is a condition for designating a building associated with one or more categories in the building-related information. That is, here, it can be considered as a condition for designating all categories by the OR condition.

次に、経路探索部105は、経路探索の処理を行う。ここでは、まず、図6に示したリンク管理表から、現在の地図に表示されている領域内のリンクについてのリンクデータをメモリ等に読み出す。ここでは、「リンクID」が「L1」〜「L8」等のリンクデータが読み出される。同様に、現在の地図に表示されている領域内のノードについてのノードデータを図5に示したノード管理表からメモリ等に読み出す。なお、目的地を含む地図情報と、出発地を含む地図情報と、その間の地図情報とにそれぞれ対応付けられているノードデータを読み出すようにしてもよい。この場合においては、目的地と出発地を含む地図を示す地図情報に対応付けられているリンクデータ等を読み出してもよい。   Next, the route search unit 105 performs route search processing. Here, first, link data regarding links in the area displayed on the current map is read out from the link management table shown in FIG. Here, link data with “link ID” “L1” to “L8” and the like is read. Similarly, node data for nodes in the area displayed on the current map is read out from the node management table shown in FIG. Note that the node data associated with the map information including the destination, the map information including the departure place, and the map information therebetween may be read. In this case, link data or the like associated with map information indicating a map including the destination and the departure place may be read out.

ここで、経路探索部105は、まず、図9に示した現在の地図に表示されている領域の各リンクについての重み付け値を取得する処理を行う。   Here, the route search unit 105 first performs a process of acquiring a weighting value for each link in the area displayed on the current map shown in FIG.

経路探索部105は、上記で読み出したリンクデータが示す「リンクID」のうちの一の「リンクID」を取り出す。ここでは、まず、「L1」を取り出したとする。そして、この「リンクID」を有する建物管理情報のレコードを、メモリ等に図8に示した建物管理情報から読み出す。例えば、ここでは、「リンクID」が「L1」である1以上のレコードが建物管理情報から読み出される。ここでは、例えば、経路探索部105は、「リンクID」が「L1」であるレコードとして、「建物ID」が「600011」から「600029」である19個のレコードを読み出したとする。   The route search unit 105 extracts one “link ID” of the “link IDs” indicated by the link data read out above. Here, it is assumed that “L1” is first taken out. And the record of the building management information which has this "link ID" is read from the building management information shown in FIG. For example, here, one or more records whose “link ID” is “L1” are read from the building management information. Here, for example, it is assumed that the route search unit 105 reads 19 records having “building ID” from “600011” to “600029” as records having “link ID” “L1”.

次に、経路探索部105は、読み出した「リンクID」が「L1」である建物管理情報の1以上のレコードの中から、建物条件を満たす建物を検出し、検出した建物の数をカウントする。ここでは、条件受付部104が受け付けた建物条件が「店舗」を指定する条件、即ち、全てのカテゴリーの建物を指定する条件であるため、読み出した建物管理情報のレコードに含まれる建物の数を、「建物ID」が同じ建物を重複してカウントしないようにしてカウントする。カウントによって得られた値は、「19」であったとする。このため、経路探索部105は、リンク「L1」の周辺の、建物条件を満たす建物の集計数を示す情報として「19」を取得する。   Next, the route search unit 105 detects a building satisfying the building condition from one or more records of the building management information whose “link ID” is “L1” and counts the number of detected buildings. . Here, since the building condition received by the condition receiving unit 104 is a condition for specifying “store”, that is, a condition for specifying all categories of buildings, the number of buildings included in the read building management information record is calculated. , “Building ID” is counted so that the same building is not counted repeatedly. It is assumed that the value obtained by counting is “19”. For this reason, the route search unit 105 acquires “19” as information indicating the total number of buildings that satisfy the building condition around the link “L1”.

図10は、重み付け値格納部106に格納されている重み付け値を管理する重み付け値管理情報を示す図である。重み付け値管理情報は、「建物数」と、「重み付け値」という項目を有している。「建物数」は、建物条件を満たす建物数の範囲を示す値である。「重み付け値」は、重み付け値である。なお、重み付け管理情報は、建物条件別に用意されていても良い。   FIG. 10 is a diagram illustrating weight value management information for managing the weight values stored in the weight value storage unit 106. The weight value management information has items of “number of buildings” and “weight value”. “Number of buildings” is a value indicating the range of the number of buildings that satisfy the building condition. The “weighting value” is a weighting value. The weight management information may be prepared for each building condition.

次に、経路探索部105は、リンク「L1」について取得した集計数を示す情報「19」を用いて、リンク「L1」についての重み付け値を取得する。ここでは、図10に示す重み付け管理情報から、「建物数」の値が、取得した集計数を示す情報である「19」を含む範囲を示すレコードを検出し、検出したレコードの「重み付け値」を取得する。ここでは、集計数「19」は、上から5番目のレコードの「15以上25未満」の範囲となるため、経路探索部105は、このレコードの重み付け値「0.9」を取得する。そして、取得した重み付け値「0.9」を、リンク「L1」の「リンクID」である「L1」と対応付けて、図示しない記憶媒体に蓄積する。   Next, the route search unit 105 acquires a weight value for the link “L1” using the information “19” indicating the total number acquired for the link “L1”. Here, from the weighting management information shown in FIG. 10, a record indicating a range in which the value of “number of buildings” includes “19” that is information indicating the acquired total number is detected, and the “weighting value” of the detected record is detected. To get. Here, since the total number “19” is in the range of “15 or more and less than 25” of the fifth record from the top, the route search unit 105 acquires the weight value “0.9” of this record. The acquired weight value “0.9” is stored in a storage medium (not shown) in association with “L1” that is the “link ID” of the link “L1”.

同様にして、経路探索部105は、上記でリンク管理表から読み出したリンクデータのうちの、「リンクID」が「L1」でないリンクデータからも、順次、「リンクID」を取り出して、上記と同様の処理を行って重み付け値を取得し、取得した情報を「リンクID」と対応付けて図示しない記憶媒体値に蓄積する。   Similarly, the route search unit 105 sequentially extracts the “link ID” from the link data whose “link ID” is not “L1” out of the link data read from the link management table as described above. The same processing is performed to obtain a weighting value, and the obtained information is stored in a storage medium value (not shown) in association with the “link ID”.

図11は、経路探索部105がリンクID別に取得した重み付け値を管理する取得重み付け値管理表を示す図である。取得重み付け管理表は、「リンクID」と「重み付け値」とを有する。「リンクID」は、図6の「リンクID」に対応する。「重み付け値」は、各「リンクID」が示すリンクについて取得された重み付け値である。   FIG. 11 is a diagram showing an acquired weight value management table for managing the weight values acquired by the route search unit 105 for each link ID. The acquisition weight management table includes “link ID” and “weight value”. The “link ID” corresponds to the “link ID” in FIG. The “weighting value” is a weighting value acquired for the link indicated by each “link ID”.

次に、経路探索部105は、上記でリンク管理表から読み出したリンクデータ及びノードデータを用いて、出発地であるノード「N1」から、目的地であるノード「N7」までの経路(ここでは例として一の経路)を探索する。経路を探索する際には、図6に示したリンク管理表の各リンクに対応する「コスト」の値を、図11に示した取得重み付け値管理表の各リンクに対応する「重み付け値」の値で補正した補正コストを、各リンクのコストとして用いて、ダイクストラ法等によりコストが最も小さくなる経路の探索を行う。   Next, the route search unit 105 uses the link data and the node data read from the link management table as described above to route from the node “N1” as the departure point to the node “N7” as the destination (here, Search for one route as an example. When searching for a route, the value of “cost” corresponding to each link in the link management table shown in FIG. 6 is set to the “weight value” corresponding to each link in the acquired weight value management table shown in FIG. By using the correction cost corrected by the value as the cost of each link, a search is made for a route with the lowest cost by the Dijkstra method or the like.

例えば、リンク「L1」のコストは図6より「14」であり、リンクID「L1」に対応する「重み付け値」は、図11より「0.9」であるため、補正コストは、「12.6」となる。また、同様に、リンク「L2」のコストは、図6より「16」であり、リンクID「L2」に対応する「重み付け値」は、図11より「0.8」であるため、補正コストは、「12.6」となる。このような補正コストを用いて経路探索を行う。なお、補正コストを用いた経路探索の処理等については公知の技術であるので、ここでは詳細な説明は省略する。   For example, since the cost of the link “L1” is “14” from FIG. 6 and the “weighting value” corresponding to the link ID “L1” is “0.9” from FIG. 11, the correction cost is “12”. .6 ". Similarly, the cost of the link “L2” is “16” from FIG. 6, and the “weighting value” corresponding to the link ID “L2” is “0.8” from FIG. Becomes “12.6”. A route search is performed using such a correction cost. Since the route search processing using the correction cost is a known technique, detailed description thereof is omitted here.

ここでは、経路探索部105による経路検索の結果、例えば、ノード「N1」、リンク「L1」、ノード「N2」、リンク「L2」、ノード「N4」、リンク「L5」、ノード「N5」、リンク「L7」、ノード「N7」の順番で、リンク及びノードをたどる経路を示す経路情報が取得されたとする。   Here, as a result of the route search by the route search unit 105, for example, the node “N1”, the link “L1”, the node “N2”, the link “L2”, the node “N4”, the link “L5”, the node “N5”, It is assumed that route information indicating a route that follows the link and the node in the order of the link “L7” and the node “N7” is acquired.

図12は、道路情報が示すリンク及びノードと、補正コストとの関係を模式的に示した図である。図において括弧内は各リンクの補正コストを示す。この図に示すように、ノード「N1」からノード「N7」までの経路としては、経路情報が示す経路で利用するリンクの補正コストの合計が、最も小さくなっている。   FIG. 12 is a diagram schematically showing the relationship between the link and node indicated by the road information and the correction cost. In the figure, the parentheses indicate the correction cost of each link. As shown in this figure, as the route from the node “N1” to the node “N7”, the total correction cost of the links used in the route indicated by the route information is the smallest.

そして、出力部107は、最初に表示されている地図において、経路探索部105が取得した経路情報が示すノードおよびリンク上に、予め指定された色の線を配置した地図の画像を新たに生成して、経路探索結果としてモニタ等に表示する。   Then, the output unit 107 newly generates a map image in which lines of a predetermined color are arranged on the nodes and links indicated by the route information acquired by the route search unit 105 in the initially displayed map. Then, it is displayed on a monitor or the like as a route search result.

図13は、出力部107による経路の探索結果の表示例である。   FIG. 13 is a display example of a route search result by the output unit 107.

このようにして、ナビゲーション装置1は、目的地までの途中に比較的に店舗が多い経路をユーザに示すことができる。   In this way, the navigation device 1 can show the user a route with a relatively large number of stores on the way to the destination.

ここで、ユーザが、建物条件を選択する複数のボタン91〜94のうちの「店舗」というボタン91を押す代わりに、「レストラン」というボタン92を押したとし、これにより、条件受付部104は、カテゴリーが「レストラン」である建物を指定する条件を受け付けたとする。   Here, it is assumed that the user presses the button 92 “restaurant” instead of pressing the button 91 “store” among the plurality of buttons 91 to 94 for selecting the building condition. Assume that a condition specifying a building whose category is “restaurant” is received.

この場合、経路探索部105が、現在の地図に表示されている領域の各リンクについての重み付け値を取得する処理は、例えば、以下のように行われる。   In this case, the process in which the route search part 105 acquires the weighting value about each link of the area | region currently displayed on the present map is performed as follows, for example.

経路探索部105は、上記と同様に、現在の地図に表示されている各リンクについて読み出したリンクデータが示す「リンクID」のうちの一の「リンクID」として「L1」を取り出したとする。そして、「リンクID」が「L1」である1以上のレコードを図8に示した建物管理情報から読み出す。ここでは、「建物ID」が「600011」から「600029」である19個のレコードを読み出したとする。   Similarly to the above, it is assumed that the route search unit 105 extracts “L1” as “link ID” of “link ID” indicated by the link data read for each link displayed on the current map. Then, one or more records whose “link ID” is “L1” are read from the building management information shown in FIG. Here, it is assumed that 19 records whose “building ID” is “600011” to “600029” are read.

次に、経路探索部105は、読み出した「リンクID」が「L1」である建物管理情報の1以上のレコードの中から、建物条件を満たす建物を検出し、検出した建物の数をカウントする。ここでは、条件受付部104が受け付けた建物条件が「レストラン」を指定する条件であり、「店舗」のように、全てのカテゴリーの建物を指定するための予め指定された条件でないため、読み出した建物管理情報のレコードの中から、「カテゴリ−」に、「レストラン」と一致する文字列を含むレコードを検出する。例えば、ここでは、「建物ID」が「600011」、「600014」、「600029」であるレコードが検出されたとする。そして、経路探索部105は、検出されたレコードに含まれる建物の数を、「建物ID」が同じ建物を重複してカウントしないようにしてカウントする。この場合のカウントによって得られた値は、「3」である。このため、経路探索部105は、リンク「L1」の周辺の、建物条件を満たす建物の集計数を示す情報として「3」を取得する。   Next, the route search unit 105 detects a building satisfying the building condition from one or more records of the building management information whose “link ID” is “L1” and counts the number of detected buildings. . Here, the building condition received by the condition receiving unit 104 is a condition for designating “restaurant”, and is not a predesignated condition for designating buildings of all categories like “stores”, and thus read out. From the building management information records, a record including a character string that matches “restaurant” in “category” is detected. For example, here, it is assumed that a record having “building ID” of “600011”, “600014”, and “600029” is detected. Then, the route search unit 105 counts the number of buildings included in the detected record so as not to count the same buildings having the same “building ID”. The value obtained by counting in this case is “3”. For this reason, the route search unit 105 acquires “3” as information indicating the total number of buildings that satisfy the building condition around the link “L1”.

そして、上記と同様に、図10に示した重み付け値管理情報を用いて、リンク「L1」についての重み付け値として、「1.2」を取得し、この重み付け値を、リンク「L1」の「リンクID」である「L1」と対応付けて図示しない記憶媒体に蓄積する。   Similarly to the above, using the weight value management information shown in FIG. 10, “1.2” is acquired as the weight value for the link “L1”, and this weight value is used as “ The information is stored in a storage medium (not shown) in association with “L1” that is “link ID”.

その後は、現在の地図に表示されている領域の他のリンクについても、同様に重み付け値を取得する。その後の、重み付け値を乗算して得られる補正コストを用いて経路の探索を行う処理等については、建物条件が「店舗」である場合と同様であるので、ここでは、説明を省略する。   Thereafter, weight values are similarly obtained for other links in the area displayed on the current map. The subsequent processing for searching for a route using the correction cost obtained by multiplying the weighting values is the same as that when the building condition is “store”, and the description thereof is omitted here.

このような場合においては、ナビゲーション装置1は、目的地までの途中に比較的にレストランが多い経路をユーザに示すことができる。   In such a case, the navigation apparatus 1 can show the user a route with relatively many restaurants on the way to the destination.

また、ユーザが、建物条件を選択する複数のボタン91〜94のうちの「レストラン」というボタン92を押す代わりに、「ショッピング」というボタン93を押し、これにより、条件受付部104は、カテゴリーが「ショッピング」である建物を指定する条件」を受け付けた場合において経路探索部105が行う処理も、上記において、「カテゴリー」に「レストラン」と一致する文字列を含むレコードを検出する代わりに、「カテゴリー」に「ショッピング」と一致する文字列を含むレコードを検出する点が異なることを除けば、「レストラン」というボタン92を押した場合と同様である。   Further, instead of the user pressing the “restaurant” button 92 among the plurality of buttons 91 to 94 for selecting the building condition, the user presses the “shopping” button 93. The process performed by the route search unit 105 when the “condition for designating a building that is“ shopping ”is received, in the above, instead of detecting a record that includes a character string that matches“ restaurant ”in“ category ”, This is the same as when the “Restaurant” button 92 is pressed, except that a record including a character string that matches “Shopping” in “Category” is detected.

このような場合においては、ナビゲーション装置1は、目的地までの途中に比較的にショッピングに適した店舗が多い経路をユーザに示すことができる。   In such a case, the navigation device 1 can show the user a route with many stores that are relatively suitable for shopping on the way to the destination.

なお、図8に示したような建物管理情報を建物関連情報格納部102に格納しておく代わりに、図14に示すような、地図情報に含まれる各リンクのリンク識別情報である「リンクID」と、このリンクの周辺の建物の属するカテゴリーのカテゴリー名を示す「カテゴリー」と、対応する「リンクID」が示すリンク周辺の「カテゴリー」が示すカテゴリーに属する建物の数を集計(合計)した値である「集計数」とを有する建物管理情報を格納しておくようにしても良い。「カテゴリー」の値のうちの「全カテゴリー」とは、1以上のカテゴリーに属する建物の数を合計した値で、建物条件が、「店舗」である場合に、このレコードが利用される。この建物管理情報は、例えば、図8に示した建物管理情報の、「リンクID」が同一であって、なおかつ「カテゴリー」に同じカテゴリー名を含むレコードの数を、「リンクID」とカテゴリー名との組合せごとにカウントすることで得ることができる。このような建物管理情報を用いることで、リンク毎に、リンク周辺の建物条件を満たす建物の集計数を示す情報を取得する際は、「リンクID」と「カテゴリー」の値が、重み付け値の取得対象となるリンクのリンク識別情報と、建物条件が示すカテゴリーとにそれぞれ一致するレコードの「集計数」の値を取得すればよくなる。この結果、図8に示したような建物管理情報を用いる場合のように、建物条件を満たす建物を検出してカウントする処理を省略して、経路探索の処理を高速化することができる。   Instead of storing the building management information as shown in FIG. 8 in the building related information storage unit 102, the “link ID” is the link identification information of each link included in the map information as shown in FIG. ”, The“ category ”indicating the category name of the category to which the building around this link belongs, and the number of buildings belonging to the category indicated by the“ category ”around the link indicated by the corresponding“ link ID ” You may make it store the building management information which has "the total number" which is a value. “All categories” in the “Category” value is the total number of buildings belonging to one or more categories, and this record is used when the building condition is “Store”. This building management information includes, for example, the number of records having the same “link ID” and the same category name in “category” in the building management information shown in FIG. Can be obtained by counting for each combination. By using such building management information, for each link, when obtaining information indicating the total number of buildings that satisfy the building conditions around the link, the values of “link ID” and “category” are weighted values. It is only necessary to acquire the value of the “total number” of records that match the link identification information of the link to be acquired and the category indicated by the building condition. As a result, as in the case where the building management information as shown in FIG. 8 is used, the process of detecting and counting the building satisfying the building condition can be omitted, and the route search process can be speeded up.

以上、本実施の形態によれば、建物関連情報と建物条件とを用いて、周辺に建物条件を満たす建物が多い経路が探索されやすくなるようにして、経路を探索するようにしたことにより、ユーザの望む建物の数を考慮した最適な経路探索を行うことができる。   As described above, according to the present embodiment, by using the building related information and the building condition, it is easy to search for a route having many buildings that satisfy the building condition in the vicinity, and the route is searched. An optimum route search can be performed in consideration of the number of buildings desired by the user.

なお、本実施の形態において、上述したような建物関連情報の代わりに、地図情報が示す各道路(例えばルート)についての、建物のカテゴリー別の重み付け値を有する建物関連情報を用いるようにしても良い。このカテゴリー別の重み付け値は、例えば、予め用意された各道路の周辺のカテゴリー別の建物数を示す情報のそれぞれについて、上記の経路探索部105が重み付け値格納部106等を用いてカテゴリー別の重み付け値を取得する処理と同様の処理を行うことで取得可能である。このような建物関連情報を用いることで、各道路についての建物条件が示すカテゴリーに対応する重み付け値を、高速に取得することが可能となる。例えば、この重み付け値は、上記の具体例において図11に示した取得重み付け値管理表で管理される重み付け値を、様々な複数のカテゴリーについて取得したものと考えても良い。あるいは、カテゴリー別の重み付け値の代わりに、条件受付部104が受け付けうる建物条件別の重み付け値を有する建物関連情報を用いるようにしても良い。   In this embodiment, instead of the building-related information as described above, building-related information having a weight value for each category of building for each road (for example, a route) indicated by the map information may be used. good. For example, the route search unit 105 uses the weight value storage unit 106 or the like for each piece of information indicating the number of buildings by category around each road prepared in advance. It can be acquired by performing the same process as the process of acquiring the weight value. By using such building-related information, it is possible to quickly obtain a weighting value corresponding to the category indicated by the building condition for each road. For example, this weighting value may be considered to be obtained by acquiring the weighting value managed by the acquisition weighting value management table shown in FIG. 11 in the above specific example for various categories. Or you may make it use the building relevant information which has the weighting value according to building conditions which the condition reception part 104 can accept instead of the weighting value according to category.

(実施の形態2)
図15は、本実施の形態におけるナビゲーション装置2のブロック図である。
(Embodiment 2)
FIG. 15 is a block diagram of the navigation device 2 in the present embodiment.

ナビゲーション装置2は、地図情報格納部201、建物関連情報格納部102、受付部103、条件受付部104、経路探索部205、重み付け値格納部106、出力部107、予定時間受付部208、および利用時間格納部209を備える。   The navigation device 2 includes a map information storage unit 201, a building related information storage unit 102, a reception unit 103, a condition reception unit 104, a route search unit 205, a weight value storage unit 106, an output unit 107, a scheduled time reception unit 208, and a use A time storage unit 209 is provided.

建物関連情報格納部102、受付部103、条件受付部104、重み付け値格納部106、出力部107の構成については、上記実施の形態1と同様であるのでここでは詳細な説明は省略する。   Since the structures of the building related information storage unit 102, the reception unit 103, the condition reception unit 104, the weight value storage unit 106, and the output unit 107 are the same as those in the first embodiment, detailed description thereof is omitted here.

予定時間受付部208は、出発地から目的地に到着するまでの予定時間を、ユーザ等から受け付ける。なお、予定時間受付部208は、結果的に予定時間を受け付けることができれば、どのように予定時間を受け付けても良い。例えば、予定時間受付部208は、出発予定時刻と到着予定時刻との入力を受け付け、この時刻の差を、予定時間として受け付けても良い。また、到着予定時刻の入力を受け付けるとともに、現在の時刻を時計等から取得して、この時刻の差を、予定時間として受け付けても良い。予定時間受付部208は、ここでの受付とは、例えば、入力手段からの受付や、他の機器等から送信される入力信号の受信や、記録媒体等からの情報の読み出し等である。予定時間の入力手段は、テンキーやキーボードやタッチパッドやマウスやメニュー画面によるもの等、何でも良い。予定時間受付部208は、テンキーやタッチパッドやキーボード等の入力手段のデバイスドライバーや、メニュー画面の制御ソフトウェア等で実現され得る。   The scheduled time reception unit 208 receives a scheduled time from the departure place to the destination from the user or the like. The scheduled time reception unit 208 may receive the scheduled time as long as the scheduled time can be received as a result. For example, the scheduled time reception unit 208 may receive an input of a scheduled departure time and an estimated arrival time, and may receive a difference between these times as a scheduled time. Moreover, while receiving the input of estimated arrival time, the present time may be acquired from a clock etc., and the difference of this time may be received as scheduled time. The scheduled time accepting unit 208 here accepts, for example, acceptance from an input unit, reception of an input signal transmitted from another device or the like, reading of information from a recording medium, or the like. The scheduled time input means may be anything such as a numeric keypad, keyboard, touchpad, mouse, or menu screen. The scheduled time reception unit 208 can be realized by a device driver of an input unit such as a numeric keypad, a touch pad, or a keyboard, or control software for a menu screen.

利用時間格納部209には、建物の利用に要する時間の情報である利用時間が格納されている。建物の利用に要する時間は、例えば、建物を通常の用途で利用した場合に要すると考えられる時間である。例えば、レストランであれば、利用時間は、食事に要する時間である。また、衣料品店等であれば、ショッピングに要する時間である。利用時間は、建物について個別に対応付けられていても良いし、建物のカテゴリーと対応付けられていても良い。この具体例においては、利用時間が、建物のカテゴリーと対応付けられて、利用時間格納部209に格納されている場合を例に挙げて説明する。利用時間格納部209は、不揮発性の記録媒体が好適であるが、揮発性の記録媒体でも実現可能である。   The usage time storage unit 209 stores usage time, which is information on the time required to use the building. The time required for using the building is, for example, the time that is considered to be required when the building is used for normal use. For example, in the case of a restaurant, the usage time is the time required for a meal. In the case of a clothing store or the like, it is time required for shopping. The usage time may be individually associated with a building, or may be associated with a building category. In this specific example, a case where the usage time is associated with the category of the building and stored in the usage time storage unit 209 will be described as an example. The usage time storage unit 209 is preferably a non-volatile recording medium, but can also be realized by a volatile recording medium.

地図情報格納部201には、地図情報格納部101と同様の地図情報が格納されている。ただし、地図情報格納部201に格納されている地図情報に含まれる道路情報は、道路情報は、各道路の移動に要する時間である移動時間を含んでいる。例えば、道路情報に含まれる各リンクデータが、このリンクの移動に要する移動時間と対応付けられている。この移動時間は、例えば、各リンクデータが有していてもよい。この移動時間を、上述した各リンクデータに含まれる時間についてのコストとしてもよいし、コストとは別に、移動時間を有していてもよい。移動時間は、移動手段別に用意されていても良い。なお、移動時間の代わりに、結果的に移動時間を算出可能な値が格納されている場合も、本実施の形態においては、移動時間が格納されていると考える。例えば、距離情報であれば、移動速度が取得できれば移動時間が算出可能であるので、距離情報がリンクに対応付けられている場合も、距離情報が対応付けられていると考えて良い。なお、移動速度は、例えば、ナビゲーション装置2を利用する際の移動手段の平均的な移動速度であっても良いし、ナビゲーション装置2が有する図示しない加速度センサ等のセンサを用いて取得される移動速度であっても良い。なお、地図情報格納部201のその他の構成等については、地図情報格納部101と同様である。   The map information storage unit 201 stores the same map information as the map information storage unit 101. However, the road information included in the map information stored in the map information storage unit 201 includes a travel time that is a time required for the travel of each road. For example, each link data included in the road information is associated with a travel time required for the movement of this link. For example, each link data may have this movement time. This travel time may be a cost for the time included in each link data described above, or may have a travel time separately from the cost. The moving time may be prepared for each moving means. Note that, in the present embodiment, it is considered that the travel time is stored even when a value that can be used to calculate the travel time is stored instead of the travel time. For example, in the case of distance information, if the movement speed can be acquired, the movement time can be calculated. Therefore, even when the distance information is associated with a link, it may be considered that the distance information is associated. Note that the moving speed may be, for example, an average moving speed of the moving means when using the navigation device 2, or movement acquired using a sensor such as an acceleration sensor (not shown) included in the navigation device 2. It may be speed. The other configuration of the map information storage unit 201 is the same as that of the map information storage unit 101.

経路探索部205は、上述した経路探索部105と同様に、道路情報と建物関連情報と建物条件とを用いて、周辺に建物条件を満たす建物が多い経路が探索されやすくなるようにして、出発地情報が示す出発地から、目的地情報が示す目的地までの経路を探索する。ただし、経路探索部205は、ここでは特に、このような経路であって、経路に含まれる道路の移動時間を用いて、予定時間受付部208が受け付けた予定時間以内の経路を探索する。さらには、経路に含まれる道路の移動時間と、これらの道路に対応する建物条件を満たす建物の利用時間とを用いて、予定時間受付部208が受け付けた予定時間以内の経路を探索する。   Similar to the route search unit 105 described above, the route search unit 205 uses the road information, the building-related information, and the building conditions to make it easier to search for a route with many buildings that satisfy the building conditions in the vicinity. A route from the departure point indicated by the destination information to the destination indicated by the destination information is searched. However, in particular, the route search unit 205 searches for a route within the scheduled time received by the scheduled time reception unit 208 by using the travel time of the road included in the route. Furthermore, the route within the scheduled time received by the scheduled time reception unit 208 is searched using the travel time of the roads included in the route and the use time of the building that satisfies the building conditions corresponding to these roads.

例えば、経路探索部205は、まず、経路探索部105と同様に一の経路を候補として探索する。そして探索した経路についての、出発地から目的地までの所要時間を算出する。所要時間は、例えば、経路に含まれる各道路の移動時間の合計と、経路に含まれる道路(リンク)に対応する建物のうちの、建物条件を満たす建物の利用時間の合計とを用いて算出される。または、所要時間として、経路に含まれる各道路の移動時間の合計を用いても良い。そして、所要時間が、予定時間受付部208が受け付けた予定時間以内であれば、この経路の候補を、最終的な経路に決定し、経路情報を取得する。経路が予定時間以内であれば、現在の経路とは異なる経路を更に候補として探索し、同様の処理を、経路が決定されるまで繰り返すことで、経路を探索する。各道路に対応づけられた建物や建物数は、建物関連情報を用いて取得可能である。   For example, the route search unit 205 first searches for one route as a candidate, similar to the route search unit 105. Then, the required time from the departure point to the destination for the searched route is calculated. The required time is calculated using, for example, the total travel time of each road included in the route and the total use time of buildings that satisfy the building condition among the buildings corresponding to the road (link) included in the route. Is done. Alternatively, the total travel time of each road included in the route may be used as the required time. If the required time is within the scheduled time received by the scheduled time receiving unit 208, the candidate route is determined as the final route, and the route information is acquired. If the route is within the scheduled time, a route different from the current route is further searched as a candidate, and the route is searched by repeating the same processing until the route is determined. The building and the number of buildings associated with each road can be acquired using building-related information.

または、経路探索部205は、まず、経路探索部105と同様に複数の経路を候補として探索する。そして、複数の経路の候補について、経路探索の際に得られたコストの値が小さいものから順に、上記と同様に、所要時間を算出して、所要時間が予定時間内であるか否かを判断していき、予定時間以内である候補を、最終的な経路に決定しても良い。   Alternatively, the route search unit 205 first searches for a plurality of routes as candidates, similar to the route search unit 105. Then, for a plurality of route candidates, the required time is calculated in the same manner as described above in ascending order of the cost value obtained in the route search, and whether or not the required time is within the scheduled time is determined. A candidate that is within the scheduled time may be determined as a final route.

あるいは、経路探索部205は、経路探索部105と同様に複数の経路を候補として探索し、これにより得られた複数の経路の候補について、それぞれ、上記と同様に、所要時間を算出して、所要時間が予定時間内であるか否かを判断していき、予定時間以内である候補の全て、あるいは一部を、最終的な経路に決定しても良い。   Alternatively, the route search unit 205 searches for a plurality of routes as candidates in the same manner as the route search unit 105, and calculates the required time for each of the plurality of route candidates obtained in the same manner as described above. It may be determined whether the required time is within the scheduled time, and all or some of the candidates within the scheduled time may be determined as the final route.

各道路の移動時間は、例えば、道路情報から各道路(リンク)に対応する移動時間を読み出すことで取得できる。   The travel time of each road can be acquired, for example, by reading the travel time corresponding to each road (link) from the road information.

各建物の利用時間は、例えば、利用時間格納部209に格納されている各建物に対応する利用時間、あるいは、各建物のカテゴリーに対応する利用時間を読み出すことで取得可能である。例えば、リンクに対応する各建物に対応づけられた利用時間や、各建物に対応するカテゴリーに対応づけられた利用時間を、経路探索部105が利用時間格納部209から取得しても良い。また、建物条件が示すカテゴリーと対応する建物の利用時間として、この建物条件が示すカテゴリーと対応づけられて利用時間格納部209に格納されている利用時間を取得するようにしてもよい。例えば、建物条件が、「衣料品店」というカテゴリーを指定する条件であったとすると、リンクに対応する建物条件を満たす各建物についての利用時間としては、この建物条件が示すカテゴリーと対応づけられて利用時間格納部209に格納されている利用時間「15分」を取得するようにしてもよい。なお、経路に含まれる各道路に対応する建物条件を満たす建物の全ての利用時間を合計しなくても良い。例えば、予め、カテゴリー別に、利用時間を取得する建物数の上限等を指定しておくようにし、この指定された範囲の建物数だけ、建物の利用時間を取得して合計しても良い。例えば、カテゴリー「レストラン」については、上限を「1」に設定しておくようにして、経路上にカテゴリーが「レストラン」である建物が2以上あったとしても、上限までの数の建物についての利用時間、ここでは、1つの建物についての利用時間しか取得しないようにしても良い。同様に、例えば、カテゴリー「ショッピング」については、上限を「5」に設定しておくようにして、経路上にカテゴリーが「ショッピング」である建物が5以上あったとしても、上限までの数の建物についての利用時間、ここでは、5つの建物についての利用時間しか取得しないようにしても良い。   The usage time of each building can be acquired by, for example, reading the usage time corresponding to each building stored in the usage time storage unit 209 or the usage time corresponding to the category of each building. For example, the route search unit 105 may acquire the usage time associated with each building corresponding to the link or the usage time associated with the category corresponding to each building from the usage time storage unit 209. Further, as the usage time of the building corresponding to the category indicated by the building condition, the usage time stored in the usage time storage unit 209 in association with the category indicated by the building condition may be acquired. For example, if the building condition is a condition that specifies a category of “clothing store”, the usage time for each building that satisfies the building condition corresponding to the link is associated with the category indicated by the building condition. The usage time “15 minutes” stored in the usage time storage unit 209 may be acquired. In addition, it is not necessary to add up all the utilization times of the buildings that satisfy the building conditions corresponding to the roads included in the route. For example, the upper limit of the number of buildings for which usage time is acquired may be specified in advance for each category, and the building usage time may be acquired and totaled for the number of buildings in the specified range. For example, for the category “Restaurant”, the upper limit is set to “1”, and even if there are two or more buildings with the category “Restaurant” on the route, You may make it acquire utilization time, here, only utilization time about one building. Similarly, for the category “shopping”, for example, the upper limit is set to “5”, and even if there are five or more buildings with the category “shopping” on the route, the number up to the upper limit is set. You may make it acquire only the utilization time about a building, here, the utilization time about five buildings.

なお、経路探索部205のその他の構成等については、経路探索部105の構成等と同様であるので、ここでは詳細な説明は省略する。   The other configuration of the route search unit 205 is the same as the configuration of the route search unit 105, and thus detailed description thereof is omitted here.

図16は、本実施の形態2のナビゲーション装置2の動作の一例を示すフローチャートである。以下、図16を用いて動作について説明する。なお、図16において、図2と同一符号は同一または相当するステップを示している。   FIG. 16 is a flowchart showing an example of the operation of the navigation device 2 according to the second embodiment. Hereinafter, the operation will be described with reference to FIG. In FIG. 16, the same reference numerals as those in FIG. 2 indicate the same or corresponding steps.

(ステップS1601)予定時間受付部208は、予定時間を受け付けたか否かを判断する。受け付けた場合、ステップS203に進み、受け付けていない場合、ステップS1601に戻る。   (Step S1601) The scheduled time reception unit 208 determines whether a scheduled time has been received. If accepted, the process proceeds to step S203, and if not accepted, the process returns to step S1601.

(ステップS1602)経路探索部205は、ステップS203で読み出したリンクデータおよびノードデータを含む道路データと、ステップS208で取得した重み付け値とを用いて複数経路の探索を行う。具体的には、各リンクに対応するコストに、各リンクに対応した重み付け値を乗算して得られた補正コストを、各リンクのコストとして用いて、ステップS201で受け付けた出発値情報が示す出発地から、目的地情報が示す目的地までの複数の経路の探索を行う。   (Step S1602) The route search unit 205 searches for a plurality of routes using the road data including the link data and node data read in step S203 and the weighting value acquired in step S208. Specifically, using the correction cost obtained by multiplying the cost corresponding to each link by the weighting value corresponding to each link as the cost of each link, the departure value indicated by the departure value information received in step S201 A plurality of routes from the place to the destination indicated by the destination information are searched.

(ステップS1603)経路探索部205は、カウンターmに1を代入する。   (Step S1603) The route search part 205 substitutes 1 to the counter m.

(ステップS1604)経路探索部205は、ステップS1602で探索した複数経路において、経路全体のコストの小さいm番目の経路があるか否かを判断する。ある場合、ステップS1605に進み、ない場合、ステップS1609に進む。   (Step S1604) The route search unit 205 determines whether there is an m-th route with a low cost of the entire route in the plurality of routes searched in Step S1602. If there is, the process proceeds to step S1605, and if not, the process proceeds to step S1609.

(ステップS1605)経路探索部205は、m番目の経路について、出発地から目的地までの所要時間を算出する。例えば、経路に含まれる各リンクに対応する移動時間の合計と、各リンクに対応する建物条件を満たす建物のすべて、あるいは一部の利用時間の合計とを合わせた時間を、所要時間として算出する。   (Step S1605) The route search unit 205 calculates the required time from the departure point to the destination for the m-th route. For example, the total time of travel corresponding to each link included in the route and the total time of all or some of the buildings that satisfy the building conditions corresponding to each link are calculated as the required time. .

(ステップS1606)経路探索部205は、ステップS1605で取得したm番目の経路についての所要時間が、ステップS1601で受け付けた予定時間以内であるか否かを判断する。予定時間以内であればステップS1607に進み、予定時間を超える場合は、ステップS1609に進む。   (Step S1606) The route search unit 205 determines whether the required time for the m-th route acquired in step S1605 is within the scheduled time accepted in step S1601. If it is within the scheduled time, the process proceeds to step S1607. If the scheduled time is exceeded, the process proceeds to step S1609.

(ステップS1607)経路探索部205は、m番目の経路についての経路情報を取得する。そして、ステップS212に進む。   (Step S1607) The route search unit 205 acquires route information about the m-th route. Then, the process proceeds to step S212.

(ステップS1608)経路探索部205は、カウンターmの値を1インクリメントする。そして、ステップS1604に戻る。   (Step S1608) The route search unit 205 increments the value of the counter m by 1. Then, the process returns to step S1604.

(ステップS1609)経路探索部205は、エラー出力を行う。例えば、所要時間が予定時間以内の経路が探索できなかったことを示す情報を出力する。そして、ステップS201に戻る。   (Step S1609) The route search unit 205 outputs an error. For example, information indicating that a route whose required time is within the scheduled time could not be searched is output. Then, the process returns to step S201.

なお、図16のフローチャートにおいて、電源オフや処理終了の割り込みにより処理は終了する。   In the flowchart of FIG. 16, the process is terminated by power-off or a process termination interrupt.

以下、本実施の形態2の具体例について説明する。ナビゲーション装置2の概念図等は、図3と同様である。地図情報格納部201に格納されている地図図柄情報は、図4と同様であるとする。また、道路情報のノード管理表や、建物関連情報は、図5や、図8と同様であるとする。   Hereinafter, a specific example of the second embodiment will be described. The conceptual diagram etc. of the navigation apparatus 2 are the same as that of FIG. Assume that the map symbol information stored in the map information storage unit 201 is the same as that in FIG. The node management table of road information and building related information are the same as those in FIGS.

図17は、地図情報格納部201に格納されている道路情報のうちのリンクデータを管理するリンク管理表である。このリンク管理表は、図6に示したリンク管理表において、リンクデータが有する各リンクの移動時間を管理する「移動時間」という項目を追加したものである。なお、この移動時間を、リンクにおける時間のコストと、経路の探索に利用しても良い。   FIG. 17 is a link management table for managing link data among road information stored in the map information storage unit 201. This link management table is obtained by adding an item “movement time” for managing the movement time of each link included in the link data in the link management table shown in FIG. Note that this travel time may be used for the cost of time in a link and for searching for a route.

なお、図5および図17に示したノード管理表およびリンク管理表が管理するノード及びリンクの位置関係は、ここでは、図7と同様であるとする。   Here, it is assumed that the positional relationship between the nodes and links managed by the node management table and the link management table shown in FIGS. 5 and 17 is the same as that in FIG.

まず、ユーザが、上記実施の形態1の具体例と同様に、図9に示すような入力画面から、出発地と目的地とを入力し、さらに、建物条件を指定するボタンを押した後に、「経路探索開始」95を押したとする。ここでは、ユーザが、目的地に着くまでに、食事とショッピングを済ませたいと考えて、建物条件を指定するボタンとして、「レストラン」のボタン92と、「ショッピング」というボタン93を押したとする。   First, as in the specific example of the first embodiment, after the user inputs a departure place and a destination from the input screen as shown in FIG. 9 and further presses a button for specifying building conditions, It is assumed that “route search start” 95 is pressed. Here, it is assumed that the user wants to finish the meal and shopping before reaching the destination, and presses the “Restaurant” button 92 and the “Shopping” button 93 as buttons for specifying the building conditions.

受付部103は、地図上で指定された出発地Sと目的地Pとを示す出発地情報を取得する。また、条件受付部104は、カテゴリーが「レストラン」または「ショッピング」である建物を指定する建物条件を受け付ける。   The reception unit 103 acquires departure place information indicating the departure place S and the destination P specified on the map. In addition, the condition receiving unit 104 receives a building condition for designating a building whose category is “restaurant” or “shopping”.

さらに、ナビゲーション装置2のモニタには、図18に示すように、ユーザが、出発地から目的地まで移動する際にかけても良い予定時間の入力画面が表示される。ここで、例えば、ユーザが予定時間として、「120」分を入力して、「OK」ボタン180を押したとすると、予定時間受付部208が予定時間「120」分を受け付ける。   Furthermore, as shown in FIG. 18, the monitor of the navigation apparatus 2 displays an input screen for a scheduled time that may be taken when the user moves from the departure place to the destination. Here, for example, when the user inputs “120” minutes as the scheduled time and presses the “OK” button 180, the scheduled time reception unit 208 receives the scheduled time “120”.

次に、経路探索部205は、道路情報と、建物条件と、建物関連情報とを用いて、複数の経路を探索する。ここでは、リンクに対応する、カテゴリーが「レストラン」または「ショッピング」である建物の数を、建物関連情報を用いて取得し、各リンクのコストを、この建物の数に応じて取得した重み付け値を用いて補正したコストを用いて、ダイクストラ法等のリンクのコストを利用する経路探索アルゴリズム等により複数の経路を探索する。なお、探索する経路数は問わない。   Next, the route search unit 205 searches for a plurality of routes using road information, building conditions, and building related information. Here, the number of buildings corresponding to the link whose category is “Restaurant” or “Shopping” is acquired using building-related information, and the cost of each link is acquired according to the number of buildings. A plurality of routes are searched by a route search algorithm that uses the cost of the link such as Dijkstra method, using the cost corrected by using. The number of routes to be searched is not limited.

ここでは、仮に、デフォルトで指定された数である3つの経路が探索されたとする。3つの経路は、図19に示すように、出発地からリンク「L1」、リンク「L2」、リンク「L5」、リンク「L7」の順にリンクをたどって目的地に到達する経路191と、出発地からリンク「L1」、リンク「L2」、リンク「L6」、リンク「L8」の順にリンクをたどって目的地に到達する経路192と、出発地からリンク「L3」、リンク「L4」、リンク「L5」、リンク「L7」の順にリンクをたどって目的地に到達する経路193とが探索されたとする。経路191、経路192、および経路193の、経路全体の補正コストの合計は、それぞれ、仮に、「45」、「49」、「54」であったとする。   Here, it is assumed that three routes that are the number designated by default are searched. As shown in FIG. 19, the three routes are a route 191 that reaches the destination by following links in the order of link “L1”, link “L2”, link “L5”, link “L7” from the departure point, and departure A route 192 that reaches the destination by following the links in order of the link “L1”, the link “L2”, the link “L6”, and the link “L8” from the ground, and the link “L3”, the link “L4”, the link from the departure point It is assumed that a route 193 that reaches the destination by following the links in the order of “L5” and link “L7” is searched. It is assumed that the total correction costs of the entire route of the route 191, the route 192, and the route 193 are “45”, “49”, and “54”, respectively.

次に、経路探索部205は、補正コストの値が最も小さい経路191について、所要時間を算出する。具体的には、経路191に含まれる各リンクに対応する移動時間を、図17に示したリンク管理表から取得する。例えば、リンク「L1」、リンク「L2」、リンク「L5」、リンク「L7」にそれぞれ対応する移動時間(分)として、「12」、「15」、「7」、「6」を取得する。そしてこれらを合計して、合計移動時間「40」分を取得する。また、経路に含まれるすべてのリンクに対応する建物のうちの、建物条件を満たす建物、即ち、カテゴリーが「レストラン」または「ショッピング」である建物の利用時間の合計を、利用時間格納部209に、建物のカテゴリーと対応づけて格納されている利用時間を用いて取得する。   Next, the route search unit 205 calculates the required time for the route 191 having the smallest correction cost value. Specifically, the travel time corresponding to each link included in the route 191 is acquired from the link management table shown in FIG. For example, “12”, “15”, “7”, and “6” are acquired as travel times (minutes) corresponding to the links “L1”, “L2”, “L5”, and “L7”, respectively. . And these are totaled and the total movement time "40" minutes is acquired. Further, among the buildings corresponding to all the links included in the route, the total usage time of the building that satisfies the building condition, that is, the building whose category is “restaurant” or “shopping” is stored in the usage time storage unit 209. , Using the usage time stored in association with the building category.

図20は、利用時間格納部209に格納されている利用時間を管理する利用時間管理表である。利用時間管理表は、「カテゴリー」と「利用時間」という項目を有している。「カテゴリー」は、カテゴリー名である。「利用時間」は、対応するカテゴリーに属する建物の利用時間である。   FIG. 20 is a usage time management table for managing the usage time stored in the usage time storage unit 209. The usage time management table has items of “category” and “use time”. “Category” is a category name. “Usage time” is the usage time of a building belonging to the corresponding category.

図21は、利用時間を追加する建物数のカテゴリー別の上限を管理する上限管理表である。上限管理表は、例えば、利用時間格納部209等に格納されている。上限管理表は、「カテゴリー」と「上限数」という項目を有している。「カテゴリー」は、カテゴリー名である。「上限数」は、一の経路において、利用時間の追加対象とすることができる建物数の上限である。   FIG. 21 is an upper limit management table for managing the upper limit for each category of the number of buildings to which usage time is added. The upper limit management table is stored, for example, in the usage time storage unit 209 or the like. The upper limit management table has items of “category” and “upper limit number”. “Category” is a category name. The “upper limit number” is the upper limit of the number of buildings that can be added to the usage time in one route.

経路探索部205は、建物条件が示すカテゴリーの一つが「レストラン」であるため、経路191に含まれるすべてのリンクに対応するカテゴリーが「レストラン」である建物を検出し、その合計数を取得する。合計数は、ここでは、「7」であったとする。次に、このカテゴリー「レストラン」に対応する「上限数」である「1」を、図21の上限管理表から取得し、経路191から取得したカテゴリーが「レストラン」である建物の合計数「7」が上限数を超えたか否かを判断する。ここでは、上限数を超えているため、上限数である「1」を、経路191に含まれるリンクに対応する、カテゴリーが「レストラン」である建物の数として取得する。なお、上限数を超えていなければ、経路191に含まれるすべてのリンクに対応するカテゴリーが「レストラン」である建物の数をそのまま取得する。また、図20で示した利用時間管理表から、「カテゴリー」が「レストラン」であるレコードの「利用時間」の値「30」を取得する。そして、この値と、上記で取得した建物数「1」とを乗算して、経路191におけるカテゴリーが「レストラン」である建物の利用時間「30」分を取得する。同様に、経路191について、カテゴリーが「ショッピング」である建物数を取得し、この建物数が、カテゴリー「ショッピング」の上限数である「5」を超えたか否かを判断する。ここでは、経路191における建物数が「8」であったとすると、上限数を超えているため、この上限数「5」を、経路191に含まれるリンクに対応する、カテゴリーが「ショッピング」である建物の数として取得する。そして、この値に、「カテゴリー」が「ショッピング」であるレコードの「利用時間」の値「15」を乗算して、経路191におけるカテゴリーが「ショッピング」である建物の利用時間「75」分を取得する。   Since one of the categories indicated by the building condition is “restaurant”, the route search unit 205 detects a building whose category corresponding to all the links included in the route 191 is “restaurant”, and acquires the total number thereof. . Here, it is assumed that the total number is “7”. Next, “1” which is the “upper limit number” corresponding to the category “restaurant” is acquired from the upper limit management table of FIG. 21, and the total number “7” of buildings whose category is “restaurant” acquired from the route 191. "" Exceeds the upper limit number or not. Here, since the upper limit is exceeded, the upper limit “1” is acquired as the number of buildings corresponding to the links included in the route 191 and having the category “restaurant”. If the upper limit number is not exceeded, the number of buildings whose category corresponding to all the links included in the route 191 is “restaurant” is acquired as it is. Further, the value “30” of “usage time” of the record whose “category” is “restaurant” is acquired from the utilization time management table shown in FIG. Then, this value is multiplied by the number of buildings “1” acquired above to obtain the usage time “30” of the building whose category in the route 191 is “restaurant”. Similarly, the number of buildings whose category is “shopping” is acquired for the route 191, and it is determined whether or not the number of buildings exceeds “5” which is the upper limit number of the category “shopping”. Here, if the number of buildings on the route 191 is “8”, the number exceeds the upper limit number. Therefore, the category corresponding to the link included in the route 191 is “shopping”. Get as the number of buildings. Then, this value is multiplied by the value “15” of the “use time” of the record whose “category” is “shopping”, and the use time “75” of the building whose category is “shopping” in the route 191 is obtained. get.

そして、上記で取得した経路191の合計移動時間「40」分と、建物の利用時間である「30」分と、「75」分の合計である「145」分を取得し、この時間が予定時間である「120」分以内であるか否かを判断する。ここでは、予定時間以内でないため、経路探索部205は、この経路を採用しないことを判断する。   The total travel time “40” for the route 191 acquired above, “30” for the building use time, and “145” for the total of “75” are acquired, and this time is scheduled. It is determined whether or not the time is within “120” minutes. Here, since it is not within the scheduled time, the route search unit 205 determines not to adopt this route.

つぎに、経路探索部205は、コストが2番目に小さい経路192について、同様の処理を行って所要時間を取得する。合計移動時間は、「36」分となる。また、カテゴリーが「レストラン」の建物数は、上限数を超えており、カテゴリーが「レストラン」の建物の利用時間としては「30」分が取得されたとする。また、カテゴリーが「ショッピング」の建物数は「2」であり、上限数を超えておらず、カテゴリーが「ショッピング」の建物の利用時間としては2×15=30となり、「30」分が取得されたとする。これにより、経路192の所要時間は、「96」分となり、予定時間以内であると判断される。   Next, the route search unit 205 performs the same process on the route 192 having the second lowest cost, and acquires the required time. The total travel time is “36” minutes. In addition, it is assumed that the number of buildings with the category “restaurant” exceeds the upper limit, and “30” is acquired as the usage time of the building with the category “restaurant”. In addition, the number of buildings with category “shopping” is “2”, which does not exceed the upper limit, and the usage time of buildings with category “shopping” is 2 × 15 = 30, and “30” is acquired. Suppose that As a result, the time required for the route 192 is “96” minutes, and is determined to be within the scheduled time.

このため、経路探索部205は、この経路192の経路情報を取得する。そして、出力部107はこの経路情報が示すノードおよびリンク上に、予め指定された色の線を配置した地図の画像を生成して、経路探索結果としてモニタ等に表示する。   Therefore, the route search unit 205 acquires route information of the route 192. Then, the output unit 107 generates an image of a map in which lines of a color specified in advance are arranged on the nodes and links indicated by the route information, and displays them on a monitor or the like as a route search result.

図22は、出力部107による経路探索結果の表示例を示す図である。   FIG. 22 is a diagram illustrating a display example of a route search result by the output unit 107.

以上、本実施の形態によれば、上記実施の形態1と同様の効果を奏するとともに、ユーザが指定した予定時間内に目的地に到着可能な経路を出力することができる。これにより、ユーザの要望に添った、いわば寄り道が可能な経路を提示することが可能となる。   As described above, according to the present embodiment, the same effects as those of the first embodiment can be obtained, and a route that can reach the destination within the scheduled time designated by the user can be output. Thereby, it is possible to present a route that can be detoured according to the user's request.

なお、上記各実施の形態において、建物関連情報は、建物についての位置情報を有していてもよく、この位置情報を用いて、探索された経路に対応付けられている、建物条件が示す条件を満たす建物の位置情報が示す地図上の位置に、図23に示すように、建物についてのアイコンを表示しても良い。このアイコンは、建物のカテゴリーに対応して予め用意されたアイコンであっても良いし、建物関連情報に、建物の識別情報と対応付けて予め格納されているアイコンが表示されても良い。また、建物の識別情報を、そのまま、アイコンとして表示しても良い。なお、図23は、レストランのアイコン210と、ショッピングのアイコン211が地図上に表示されている例を示す。   In each of the above embodiments, the building-related information may have position information about the building, and the condition indicated by the building condition associated with the searched route using this position information. As shown in FIG. 23, an icon for a building may be displayed at a position on the map indicated by the position information of the building that satisfies the condition. This icon may be an icon prepared in advance corresponding to a building category, or an icon stored in advance in association with building identification information may be displayed in the building related information. Further, the building identification information may be displayed as an icon as it is. FIG. 23 shows an example in which a restaurant icon 210 and a shopping icon 211 are displayed on a map.

なお、上記各実施の形態におけるナビゲーション装置を実現するソフトウェアは、以下のようなプログラムである。つまり、このプログラムは、地図に関する情報であって、地図が示す道路に関する情報である道路情報を有する地図情報が格納される地図情報格納部と、地図情報が示す各道路についての、周辺の建物に関する情報である建物関連情報が格納される建物関連情報格納部とにアクセス可能なコンピュータを、出発地を示す情報である出発地情報と、目的地を示す情報である目的地情報を受け付ける受付部と、建物についての条件である建物条件を受け付ける条件受付部と、道路情報と建物関連情報と建物条件とを用いて、周辺に建物条件を満たす建物が多い経路が探索されやすくなるようにして、出発地情報が示す出発地から、目的地情報が示す目的地までの経路を探索する経路探索部と、探索部の探索結果に応じた出力を行う出力部として機能させるためのプログラムである。   The software that realizes the navigation device in each of the above embodiments is a program as described below. That is, this program relates to a map information storage unit that stores map information having road information that is information related to a map and that is information related to a road indicated by the map, and a surrounding building for each road indicated by the map information. A computer that can access a building related information storage unit in which building related information that is information is stored, a receiving unit that receives departure point information that is information indicating a departure point, and destination information that is information indicating a destination; Using a condition reception unit that accepts building conditions that are conditions for buildings, road information, building-related information, and building conditions, it is easy to find a route that has many buildings that meet the building conditions in the vicinity. A route search unit that searches for a route from the departure point indicated by the location information to the destination indicated by the destination information, and an output unit that outputs according to the search result of the search unit. Is a program of the order to.

なお、上記プログラムにおいて、上記プログラムが実現する機能には、ハードウェアでしか実現できない機能は含まれない。例えば、情報を取得する取得部や、情報を出力する出力部などにおけるモデムやインターフェースカードなどのハードウェアでしか実現できない機能は、上記プログラムが実現する機能には含まれない。   In the program, the functions realized by the program do not include functions that can be realized only by hardware. For example, a function that can be realized only by hardware such as a modem or an interface card in an acquisition unit that acquires information or an output unit that outputs information is not included in the function realized by the program.

図24は、上記プログラムを実行して、上記実施の形態によるナビゲーション装置を実現するコンピュータの外観の一例を示す模式図である。上記実施の形態は、コンピュータハードウェア及びその上で実行されるコンピュータプログラムによって実現されうる。   FIG. 24 is a schematic diagram showing an example of the appearance of a computer that executes the program and realizes the navigation device according to the embodiment. The above-described embodiment can be realized by computer hardware and a computer program executed on the computer hardware.

図24において、コンピュータシステム900は、CD−ROM(Compact Disk Read Only Memory)ドライブ905、FD(Floppy(登録商標) Disk)ドライブ906を含むコンピュータ901と、キーボード902と、マウス903と、モニタ904とを備える。   24, a computer system 900 includes a CD-ROM (Compact Disk Read Only Memory) drive 905, a computer 901 including an FD (Floppy (registered trademark) Disk) drive 906, a keyboard 902, a mouse 903, a monitor 904, and the like. Is provided.

図25は、コンピュータシステム900の内部構成を示す図である。図25において、コンピュータ901は、CD−ROMドライブ905、FDドライブ906に加えて、MPU(Micro Processing Unit)911と、ブートアッププログラム等のプログラムを記憶するためのROM912と、MPU911に接続され、アプリケーションプログラムの命令を一時的に記憶すると共に、一時記憶空間を提供するRAM(Random Access Memory)913と、アプリケーションプログラム、システムプログラム、及びデータを記憶するハードディスク914と、MPU911、ROM912等を相互に接続するバス915とを備える。なお、コンピュータ901は、LANへの接続を提供する図示しないネットワークカードを含んでいてもよい。   FIG. 25 is a diagram showing an internal configuration of the computer system 900. 25, in addition to the CD-ROM drive 905 and the FD drive 906, a computer 901 is connected to an MPU (Micro Processing Unit) 911, a ROM 912 for storing a program such as a bootup program, and the MPU 911. A RAM (Random Access Memory) 913 that temporarily stores program instructions and provides a temporary storage space, a hard disk 914 that stores application programs, system programs, and data, and an MPU 911 and a ROM 912 are interconnected. And a bus 915. The computer 901 may include a network card (not shown) that provides connection to the LAN.

コンピュータシステム900に、上記実施の形態によるナビゲーション装置等の機能を実行させるプログラムは、CD−ROM921、またはFD922に記憶されて、CD−ROMドライブ905、またはFDドライブ906に挿入され、ハードディスク914に転送されてもよい。これに代えて、そのプログラムは、図示しないネットワークを介してコンピュータ901に送信され、ハードディスク914に記憶されてもよい。プログラムは実行の際にRAM913にロードされる。なお、プログラムは、CD−ROM921やFD922、またはネットワークから直接、ロードされてもよい。   A program that causes the computer system 900 to execute functions such as the navigation device according to the above-described embodiment is stored in the CD-ROM 921 or the FD 922, inserted into the CD-ROM drive 905 or the FD drive 906, and transferred to the hard disk 914. May be. Instead, the program may be transmitted to the computer 901 via a network (not shown) and stored in the hard disk 914. The program is loaded into the RAM 913 when executed. The program may be loaded directly from the CD-ROM 921, the FD 922, or the network.

プログラムは、コンピュータ901に、上記実施の形態によるナビゲーション装置の機能を実行させるオペレーティングシステム(OS)、またはサードパーティプログラム等を必ずしも含んでいなくてもよい。プログラムは、制御された態様で適切な機能(モジュール)を呼び出し、所望の結果が得られるようにする命令の部分のみを含んでいてもよい。コンピュータシステム900がどのように動作するのかについては周知であり、詳細な説明は省略する。   The program does not necessarily include an operating system (OS) or a third-party program that causes the computer 901 to execute the functions of the navigation device according to the above-described embodiment. The program may include only a part of an instruction that calls an appropriate function (module) in a controlled manner and obtains a desired result. How the computer system 900 operates is well known and will not be described in detail.

本発明は、以上の実施の形態に限定されることなく、種々の変更が可能であり、それらも本発明の範囲内に包含されるものであることは言うまでもない。   The present invention is not limited to the above-described embodiments, and various modifications are possible, and it goes without saying that these are also included in the scope of the present invention.

以上のように、本発明にかかるナビゲーション装置等は、経路を探索可能なナビゲーション装置等として適しており、特に、ユーザの要望に添った経路を探索するナビゲーション装置等として有用である。   As described above, the navigation device or the like according to the present invention is suitable as a navigation device or the like that can search for a route, and is particularly useful as a navigation device or the like that searches for a route that meets a user's request.

1、2 ナビゲーション装置
101、201 地図情報格納部
102 建物関連情報格納部
103 受付部
104 条件受付部
105、205 経路探索部
106 重み付け値格納部
107 出力部
208 予定時間受付部
209 利用時間格納部
1, 2 Navigation device 101, 201 Map information storage unit 102 Building related information storage unit 103 Reception unit 104 Condition reception unit 105, 205 Route search unit 106 Weight value storage unit 107 Output unit 208 Scheduled time reception unit 209 Usage time storage unit

Claims (8)

地図に関する情報であって、地図が示す道路に関する情報である道路情報を有する地図情報が格納される地図情報格納部と、
前記地図情報が示す各道路についての、周辺の建物に関する情報である建物関連情報が格納される建物関連情報格納部と、
出発地を示す情報である出発地情報と、目的地を示す情報である目的地情報を受け付ける受付部と、
建物についての条件である建物条件を受け付ける条件受付部と、
前記道路情報と建物関連情報と建物条件とを用いて、周辺に前記建物条件を満たす建物が多い経路が探索されやすくなるようにして、前記出発地情報が示す出発地から、前記目的地情報が示す目的地までの経路を探索する経路探索部と、
前記探索部の探索結果に応じた出力を行う出力部とを備えたナビゲーション装置。
A map information storage unit for storing map information having road information, which is information related to a map and road information indicated by the map;
For each road indicated by the map information, a building related information storage unit that stores building related information, which is information related to surrounding buildings,
A reception unit that receives departure point information that is information indicating a departure point, and destination information that is information indicating a destination;
A condition accepting unit for accepting a building condition that is a condition for the building;
Using the road information, building-related information, and building conditions, the destination information is obtained from the starting point indicated by the starting point information so that it is easy to find a route having many buildings that satisfy the building condition in the vicinity. A route search unit for searching for a route to the destination to be shown;
A navigation apparatus comprising: an output unit that performs output according to a search result of the search unit.
前記建物関連情報格納部に格納されている建物関連情報は、前記地図情報が示す各道路についての、当該道路周辺のカテゴリーが店舗である建物に関する情報を含んでおり、
前記条件受付部が受け付ける前記建物条件は、カテゴリーが店舗である建物を指定する条件であり、
前記経路探索部は、カテゴリーが店舗である建物数の多い経路が探索されやすくなるようにして経路を探索する請求項1記載のナビゲーション装置。
The building-related information stored in the building-related information storage unit includes information on a building whose category around the road is a store for each road indicated by the map information,
The building condition received by the condition receiving unit is a condition for designating a building whose category is a store,
The navigation device according to claim 1, wherein the route search unit searches for a route such that a route with a large number of buildings whose category is a store is easily searched.
前記建物関連情報格納部に格納されている建物関連情報は、前記地図情報が示す各道路についての、当該道路周辺のカテゴリーがレストランである建物に関する情報を含んでおり、
前記条件受付部が受け付ける前記建物条件は、カテゴリーが店舗である建物を指定する条件であり、
前記経路探索部は、カテゴリーが店舗である建物数の多い経路が探索されやすくなるようにして経路を探索する請求項1記載のナビゲーション装置。
The building-related information stored in the building-related information storage unit includes information on a building whose category around the road for each road indicated by the map information is a restaurant,
The building condition received by the condition receiving unit is a condition for designating a building whose category is a store,
The navigation device according to claim 1, wherein the route search unit searches for a route such that a route with a large number of buildings whose category is a store is easily searched.
前記建物関連情報格納部に格納されている建物関連情報は、前記地図情報が示す各道路についての、当該道路周辺のカテゴリーがショッピングである建物に関する情報を含んでおり、
前記条件受付部が受け付ける前記建物条件は、カテゴリーがショッピングである建物を指定する条件であり、
前記経路探索部は、カテゴリーがショッピングである建物数の多い経路が探索されやすくなるようにして経路を探索する請求項1記載のナビゲーション装置。
The building-related information stored in the building-related information storage unit includes information about a building whose category around the road is shopping for each road indicated by the map information,
The building condition received by the condition receiving unit is a condition for designating a building whose category is shopping,
The navigation device according to claim 1, wherein the route search unit searches for a route so that a route with a large number of buildings whose category is shopping is easily searched.
目的地に到着するまでの予定時間を受け付ける予定時間受付部を更に備え、
前記道路情報は、各道路の移動に要する時間である移動時間を含んでおり、
前記経路探索部は、経路に含まれる道路の移動時間と、当該道路に対応する前記建物条件を満たす建物の利用時間とを用いて、予定時間受付部が受け付けた予定時間以内の経路を探索する請求項1から請求項4いずれか記載のナビゲーション装置。
It further includes a scheduled time reception unit that receives the scheduled time until arrival at the destination,
The road information includes a travel time that is a time required for travel of each road,
The route search unit searches for a route within the scheduled time received by the scheduled time reception unit using the travel time of the road included in the route and the use time of the building that satisfies the building condition corresponding to the road. The navigation apparatus according to any one of claims 1 to 4.
建物の利用に要する時間の情報である利用時間が格納されている利用時間格納部を更に備え、
前記経路探索部は、経路に含まれる道路の移動時間と、当該道路に対応する前記建物条件を満たす建物の利用時間とを用いて、予定時間受付部が受け付けた予定時間以内の経路を探索する請求項5記載のナビゲーション装置。
It further includes a usage time storage unit that stores usage time, which is information on the time required to use the building,
The route search unit searches for a route within the scheduled time received by the scheduled time reception unit using the travel time of the road included in the route and the use time of the building that satisfies the building condition corresponding to the road. The navigation device according to claim 5.
地図に関する情報であって、地図が示す道路に関する情報である道路情報を有する地図情報が格納される地図情報格納部と、前記地図情報が示す各道路についての、周辺の建物に関する情報である建物関連情報が格納される建物関連情報格納部と、受付部と、条件受付部と、経路探索部と、出力部とを用いて行われるナビゲーション方法であって、
前記受付部が、出発地を示す情報である出発地情報と、目的地を示す情報である目的地情報を受け付ける受付ステップと、
前記条件受付部が、建物についての条件である建物条件を受け付ける条件受付ステップと、
前記経路探索部が、前記道路情報と建物関連情報と建物条件とを用いて、周辺に前記建物条件を満たす建物が多い経路が探索されやすくなるようにして、前記出発地情報が示す出発地から、前記目的地情報が示す目的地までの経路を探索する経路探索ステップと、
前記出力部が、前記探索ステップによる探索結果に応じた出力を行う出力ステップとを備えたナビゲーション方法。
A map information storage unit for storing map information having road information that is information about a map and road information indicated by the map, and a building related information that is information about surrounding buildings for each road indicated by the map information A navigation method performed using a building-related information storage unit in which information is stored, a reception unit, a condition reception unit, a route search unit, and an output unit,
A receiving step for receiving the departure point information, which is information indicating a departure point, and the destination information, which is information indicating a destination;
A condition receiving step in which the condition receiving unit receives a building condition that is a condition for a building;
From the departure point indicated by the departure point information, the route search unit uses the road information, the building related information, and the building conditions so that a route having many buildings that satisfy the building condition is easily searched in the vicinity. A route search step for searching for a route to the destination indicated by the destination information;
A navigation method comprising: an output step in which the output unit performs output in accordance with a search result obtained by the search step.
地図に関する情報であって、地図が示す道路に関する情報である道路情報を有する地図情報が格納される地図情報格納部と、前記地図情報が示す各道路についての、周辺の建物に関する情報である建物関連情報が格納される建物関連情報格納部とにアクセス可能なコンピュータを、
出発地を示す情報である出発地情報と、目的地を示す情報である目的地情報を受け付ける受付部と、
建物についての条件である建物条件を受け付ける条件受付部と、
前記道路情報と建物関連情報と建物条件とを用いて、周辺に前記建物条件を満たす建物が多い経路が探索されやすくなるようにして、前記出発地情報が示す出発地から、前記目的地情報が示す目的地までの経路を探索する経路探索部と、
前記探索部の探索結果に応じた出力を行う出力部として機能させるためのプログラム。
A map information storage unit for storing map information having road information that is information about a map and road information indicated by the map, and a building related information that is information about surrounding buildings for each road indicated by the map information A computer accessible to the building-related information storage unit in which information is stored,
A reception unit that receives departure point information that is information indicating a departure point, and destination information that is information indicating a destination;
A condition accepting unit for accepting a building condition that is a condition for the building;
Using the road information, building-related information, and building conditions, the destination information is obtained from the starting point indicated by the starting point information so that it is easy to find a route having many buildings that satisfy the building condition in the vicinity. A route search unit for searching for a route to the destination to be shown;
The program for functioning as an output part which performs the output according to the search result of the said search part.
JP2011053689A 2011-03-11 2011-03-11 Navigation device, navigation method, and program Active JP5734036B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011053689A JP5734036B2 (en) 2011-03-11 2011-03-11 Navigation device, navigation method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011053689A JP5734036B2 (en) 2011-03-11 2011-03-11 Navigation device, navigation method, and program

Publications (2)

Publication Number Publication Date
JP2012189463A true JP2012189463A (en) 2012-10-04
JP5734036B2 JP5734036B2 (en) 2015-06-10

Family

ID=47082797

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011053689A Active JP5734036B2 (en) 2011-03-11 2011-03-11 Navigation device, navigation method, and program

Country Status (1)

Country Link
JP (1) JP5734036B2 (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11304505A (en) * 1998-04-21 1999-11-05 Alpine Electronics Inc On-vehicle navigation device
JP2002296057A (en) * 2001-03-29 2002-10-09 Aisin Aw Co Ltd Navigation device and navigation program
JP2002333337A (en) * 2001-05-10 2002-11-22 Mazda Motor Corp Information guidance method
JP2003139553A (en) * 2001-11-02 2003-05-14 Nippon Telegr & Teleph Corp <Ntt> Route retrieval method and route retrieval device taking side trips into account, route retrieval program and recording medium of the program
WO2008136193A1 (en) * 2007-05-02 2008-11-13 Panasonic Corporation Destination estimating device, destination estimating method and navigation device
US20090234574A1 (en) * 2008-03-13 2009-09-17 Dao-Wen Deng Routing method and routing device for determining target route according to poi distribution
JP2010204111A (en) * 2010-04-23 2010-09-16 Kenwood Corp Device, method, and program for retrieving guide route, and navigation apparatus

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11304505A (en) * 1998-04-21 1999-11-05 Alpine Electronics Inc On-vehicle navigation device
JP2002296057A (en) * 2001-03-29 2002-10-09 Aisin Aw Co Ltd Navigation device and navigation program
JP2002333337A (en) * 2001-05-10 2002-11-22 Mazda Motor Corp Information guidance method
JP2003139553A (en) * 2001-11-02 2003-05-14 Nippon Telegr & Teleph Corp <Ntt> Route retrieval method and route retrieval device taking side trips into account, route retrieval program and recording medium of the program
WO2008136193A1 (en) * 2007-05-02 2008-11-13 Panasonic Corporation Destination estimating device, destination estimating method and navigation device
US20090234574A1 (en) * 2008-03-13 2009-09-17 Dao-Wen Deng Routing method and routing device for determining target route according to poi distribution
JP2010204111A (en) * 2010-04-23 2010-09-16 Kenwood Corp Device, method, and program for retrieving guide route, and navigation apparatus

Also Published As

Publication number Publication date
JP5734036B2 (en) 2015-06-10

Similar Documents

Publication Publication Date Title
US11808584B1 (en) Rerouting in a navigation system based on updated information
KR101922390B1 (en) A geo-fence system
US20090043489A1 (en) Point of reference directions
US20130304685A1 (en) Behaviour pattern analysis system, mobile terminal, behaviour pattern analysis method, and program
JP5189604B2 (en) Navigation device and navigation server device
US9086296B2 (en) Path information providing server, method of providing path information, and terminal
JPWO2011142225A1 (en) Feature point detection system, feature point detection method, and program
CN109059934A (en) Paths planning method, device, terminal and storage medium
KR102246913B1 (en) Location awareness using local semantic scoring
TW202143162A (en) Method for predicting the destination location of a vehicle
JP5281661B2 (en) Navigation device and navigation program
CN110087185A (en) Commercial circle fence generation method, device, equipment and computer readable storage medium
CN109068374A (en) Resident POI determines method, apparatus, terminal and storage medium
JP6950677B2 (en) Tourism support equipment, tourism support methods, and programs
CN109218976A (en) Resident POI determines method, apparatus, terminal and storage medium
JP5734035B2 (en) Navigation device, navigation method, and program
JP6680810B2 (en) Wheelchair user support map system
JP6005474B2 (en) Information processing system, information processing terminal, information processing method, and program
JP5734036B2 (en) Navigation device, navigation method, and program
WO2021081767A1 (en) Method and device for determining location point, electronic device, and computer-readable medium
JP5681050B2 (en) Route search device, route search method, and route search program
KR101840597B1 (en) Method of operating an application that recommends a place for a plurality of users to gather
JP5404234B2 (en) REGIONAL INFORMATION OUTPUT DEVICE, REGIONAL INFORMATION OUTPUT METHOD, AND PROGRAM
CN112395488A (en) Route recommendation method, device, server and storage medium
US20220107199A1 (en) Search device, search method, and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20131111

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140806

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140807

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20141001

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20141202

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150127

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20150408

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150414

R150 Certificate of patent or registration of utility model

Ref document number: 5734036

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250