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

Navigation device, navigation method, and program Download PDF

Info

Publication number
JP2012189462A
JP2012189462A JP2011053688A JP2011053688A JP2012189462A JP 2012189462 A JP2012189462 A JP 2012189462A JP 2011053688 A JP2011053688 A JP 2011053688A JP 2011053688 A JP2011053688 A JP 2011053688A JP 2012189462 A JP2012189462 A JP 2012189462A
Authority
JP
Japan
Prior art keywords
information
road
route
crime
safety
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.)
Pending
Application number
JP2011053688A
Other languages
Japanese (ja)
Inventor
Aoi Sasaki
葵 佐々木
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 JP2011053688A priority Critical patent/JP2012189462A/en
Publication of JP2012189462A publication Critical patent/JP2012189462A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a navigation device that is capable of searching for a route in consideration of safety against crimes.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 safety information storage section 102 that stores safety information which is information on safety against crimes of the roads indicated by the map information; a receiving section 103 that receives present location information which is information indicative of the present location; a searching section 104 that searches for a safe route related to the present location indicated by the present location information, or an unsafe route, using the road information and the safety information; and an outputting section 105 that performs outputting according to result of the searching of the searching section 104.

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. Note that a node is a point on the map. A link is a line 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 output the shortest route, and it has not always been possible to search for a route that is appropriate for the user and output according to the search result.

具体的には、従来のナビゲーション装置、特に歩行者や自転車の利用者等が利用可能な携帯型のナビゲーション装置等においては、ユーザが犯罪等に巻き込まれにくいよう、犯罪に対する安全性の高い経路、あるいは安全性の低い経路を探索し、探索結果に応じた出力を行うことができなかった。つまり、犯罪に対する安全性を考慮して経路を探索することができないという課題があった。   Specifically, in a conventional navigation device, particularly a portable navigation device that can be used by pedestrians and bicycle users, a route that is highly safe against crime so that the user is not easily involved in crime, Alternatively, a route with low safety could not be searched and output according to the search result could not be performed. That is, there is a problem that the route cannot be searched in consideration of safety against crime.

本発明のナビゲーション装置は、地図に関する情報であって、地図が示す道路に関する情報である道路情報を有する地図情報が格納される地図情報格納部と、地図情報が示す道路についての、犯罪に対する安全性に関する情報である安全性情報が格納される安全性情報格納部と、現在地を示す情報である現在地情報を受け付ける受付部と、道路情報と安全性情報とを用いて、現在地情報が示す現在地に関連した安全な経路、または安全でない経路を探索する探索部と、探索部の探索結果に応じた出力を行う出力部とを備えたナビゲーション装置である。   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 safety against crimes regarding the road indicated by the map information. Using the safety information storage unit that stores safety information that is information about the current location, the reception unit that receives the current location information that is information indicating the current location, and the current location indicated by the current location information using road information and safety information The navigation device includes a search unit that searches for a safe route or an unsafe route, and an output unit that outputs in accordance with a search result of the search unit.

かかる構成により、犯罪に対して安全な経路、あるいは安全でない経路を探索することができる。   With this configuration, it is possible to search for a route that is safe against crime or a route that is not safe.

また、本発明のナビゲーション装置は、前記ナビゲーション装置において、受付部は、さらに、目的地を示す情報である目的地情報を受け付け、探索部は、道路情報と安全性情報とを用いて、現在地情報が示す現在地と、目的地情報が示す目的地との間の、犯罪に対して安全な一以上の経路、または安全でない一以上の経路を探索して、探索した経路を示す経路情報を取得し、探索部が取得した経路情報を出力する出力部とを備えたナビゲーション装置である。   In the navigation device of the present invention, in the navigation device, the reception unit further receives destination information that is information indicating the destination, and the search unit uses the road information and the safety information to obtain current location information. Search for one or more routes that are safe against crime or one or more routes that are not safe between the current location indicated by and the destination indicated by the destination information, and obtain route information indicating the searched route. The navigation device includes an output unit that outputs the route information acquired by the search unit.

かかる構成により、現在地と目的地間の安全な経路、あるいは安全でない経路を探索することができる。   With this configuration, it is possible to search for a safe route or a non-safe route between the current location and the destination.

また、本発明のナビゲーション装置は、前記ナビゲーション装置において、安全性情報は、地図情報が示す道路についての、夜間の暗さを示す情報である明暗情報を含み、探索部は、明暗情報が夜間に暗いことを示す道路を安全でない道路と判断して経路を探索するナビゲーション装置である。   Further, in the navigation device of the present invention, in the navigation device, the safety information includes light / dark information that is information indicating darkness at night for the road indicated by the map information, and the search unit includes the light / dark information at night. This is a navigation device that searches for a route by determining a dark road as an unsafe road.

かかる構成により、道路の夜間における明るさを考慮して安全な経路、あるいは安全でない経路を探索することができる。例えば、夜間に暗い道路は、防犯上好ましくないため、このような道路の利用が少ない安全な経路を探索したりすることができる。   With this configuration, it is possible to search for a safe route or an unsafe route in consideration of the brightness of the road at night. For example, since a dark road at night is not preferable for crime prevention, it is possible to search for a safe route with little use of such a road.

また、本発明のナビゲーション装置は、前記ナビゲーション装置において、安全性情報は、地図情報が示す道路についての、人の多さに関する情報である人数情報を含み、探索部は、人数情報が人の少ないことを示す道路を安全でない道路と判断して経路を探索するナビゲーション装置である。   Further, in the navigation device of the present invention, in the navigation device, the safety information includes number information that is information relating to the number of people about the road indicated by the map information, and the search unit has a small number of people information. This is a navigation device that searches for a route by determining that the road indicating this is an unsafe road.

かかる構成により、道路における人の多さを考慮して安全な経路、あるいは人の少ない道路を利用した安全でない経路を探索することができる。例えば、人通りが少ない道路は、防犯上好ましくないため、このような道路の利用が少ない安全な経路を探索することができる。   With this configuration, it is possible to search for a safe route in consideration of the number of people on the road, or an unsafe route using a road with few people. For example, a road with less traffic is not preferable for crime prevention, and thus it is possible to search for a safe route with less use of such a road.

また、本発明のナビゲーション装置は、前記ナビゲーション装置において、携帯電話の基地局の情報を管理するサーバから、基地局と通信可能な携帯電話数を取得する携帯数取得部と、携帯数取得部が取得した携帯電話数を用いて、基地局に対応する道路についての人数情報を取得して安全性情報格納部に蓄積する人数情報蓄積部とをさらに備えたナビゲーション装置である。   In the navigation device of the present invention, the navigation device includes a mobile number acquisition unit that acquires the number of mobile phones that can communicate with the base station from a server that manages information on the base station of the mobile phone, and a mobile number acquisition unit. The navigation apparatus further includes a number information storage unit that acquires the number information of the road corresponding to the base station using the acquired number of mobile phones and stores the information in a safety information storage unit.

かかる構成により、変動する道路の人数を、自動的に取得することができる。これにより、人数の変化に追従して適切に安全な経路探索を行うことが可能となる   With this configuration, it is possible to automatically acquire the number of people on the changing road. As a result, it is possible to perform an appropriate safe route search following the change in the number of people.

また、本発明のナビゲーション装置は、前記ナビゲーション装置において、安全性情報は、地図情報が示す道路についての、犯罪に関する情報である犯罪情報を含み、探索部は、犯罪情報が予め指定された条件を満たす道路を安全でない道路と判断して経路を探索するナビゲーション装置である。   Further, in the navigation device of the present invention, in the navigation device, the safety information includes crime information that is information related to crimes regarding the road indicated by the map information, and the search unit satisfies a condition in which the crime information is designated in advance. This is a navigation device that searches for a route by determining that the road to be satisfied is an unsafe road.

かかる構成により、道路に対する犯罪発生率を考慮して安全な経路、あるいは人の少ない道路を利用した安全でない経路を探索することができる。例えば、犯罪が発生しやすい道路は、防犯上好ましくないため、このような道路の利用が少ない安全な経路を探索することができる。   With this configuration, it is possible to search for a safe route or a non-safe route using a road with few people in consideration of the crime occurrence rate on the road. For example, since a road where crime is likely to occur is not preferable for crime prevention, it is possible to search for a safe route with little use of such a road.

また、本発明のナビゲーション装置は、前記ナビゲーション装置において、犯罪に関する情報であって、犯罪が発生した地点または道路を示す情報を含む犯罪関連情報を有するサーバ装置である犯罪サーバ装置から、犯罪関連情報を取得する犯罪関連情報取得部と、犯罪関連情報取得部が取得した犯罪関連情報を用いて、犯罪情報を取得して安全性情報格納部に蓄積する犯罪情報蓄積部とを更に備えたナビゲーション装置である。   Further, the navigation device of the present invention provides the crime-related information from the crime server device, which is the server device having crime-related information including crime-related information or information indicating the location or road where the crime occurred in the navigation device. Navigation apparatus further comprising: a crime-related information acquisition unit that acquires a crime information, and a crime information storage unit that acquires crime information using the crime-related information acquired by the crime-related information acquisition unit and stores the crime information in a safety information storage unit It is.

かかる構成により、犯罪情報を自動的に取得して更新することができる。これにより、犯罪の発生状況の変化に追従して適切に安全な経路探索を行うことが可能となる。   With this configuration, crime information can be automatically acquired and updated. As a result, it is possible to appropriately search for a safe route following the change in the crime occurrence state.

本発明によるナビゲーション装置等によれば、犯罪に対する安全性を考慮して経路を探索することができる。   According to the navigation device or the like according to the present invention, a route can be searched in consideration of crime safety.

本発明の実施の形態1におけるナビゲーション装置のブロック図The block diagram of the navigation apparatus in Embodiment 1 of this invention. 同ナビゲーション装置の動作を示すフローチャートFlow chart showing 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 showing nodes and links of the navigation device 同ナビゲーション装置の移動軌跡管理表を示す図The figure which shows the movement trace management table | surface of the navigation apparatus 安同ナビゲーション装置の犯罪情報管理表を示す図を示す図The figure which shows the figure which shows the crime information management table | surface of Yasutō navigation apparatus 同ナビゲーション装置の基地局管理表を示す図The figure which shows the base station management table of the same navigation equipment 同ナビゲーション装置の明暗情報管理表を示す図The figure which shows the light / dark information management table | surface of the navigation apparatus 同ナビゲーション装置の表示例を示す図The figure which shows the example of a display of the navigation apparatus 本発明の実施の形態2におけるナビゲーション装置のブロック図The block diagram of the navigation apparatus in Embodiment 2 of this invention 同ナビゲーション装置の動作を示すフローチャートFlow chart showing operation of the navigation device 同ナビゲーション装置の表示例を示す図The figure which shows the example of a display of the navigation apparatus 本発明の実施の形態3におけるナビゲーション装置のブロック図The block diagram of the navigation apparatus in Embodiment 3 of this invention 同ナビゲーション装置の動作を示すフローチャートFlow chart showing operation of the navigation device 同ナビゲーション装置の人数情報管理表を示す図を示す図The figure which shows the figure which shows the number information management table of the navigation apparatus 同ナビゲーション装置の重み付け値管理表を示す図The figure which shows the weighting value management table of the navigation apparatus 同ナビゲーション装置の取得重み付け値管理表を示す図The figure which shows the acquisition weight value management table of the navigation device 同ナビゲーション装置のリンク、ノード、及び補正コストを示す模式図Schematic diagram showing links, nodes, and correction costs of the navigation device 同ナビゲーション装置の表示例を示す図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のブロック図である。
ナビゲーション装置1は、地図情報格納部101、安全性情報格納部102、受付部103、探索部104、出力部105、現在位置取得部106、携帯数取得部108、人数情報蓄積部109、犯罪関連情報取得部111、犯罪情報蓄積部112を備える。
(Embodiment 1)
FIG. 1 is a block diagram of a navigation device 1 in the present embodiment.
The navigation device 1 includes a map information storage unit 101, a safety information storage unit 102, a reception unit 103, a search unit 104, an output unit 105, a current position acquisition unit 106, a mobile number acquisition unit 108, a number information storage unit 109, and crime related. An information acquisition unit 111 and a crime information storage unit 112 are provided.

探索部104は、移動軌跡格納手段1041、移動軌跡蓄積手段1042と、予測経路探索手段1043と、安全判断手段1044とを備えている。   The search unit 104 includes a movement locus storage means 1041, a movement locus accumulation means 1042, a predicted route search means 1043, and a safety determination means 1044.

ナビゲーション装置1は、例えば、現在地や目的地の地図等を出力したり、現在地から目的地までの経路を出力したりする装置である。ナビゲーション装置1は、特に、携帯可能なナビゲーション装置であることが好ましいが、車載用のナビゲーション装置であっても良い。ナビゲーション装置1は、ナビゲーション専用の装置であっても良いし、ナビゲーション機能を実現する携帯電話やスマートフォンやカメラ等の携帯端末であっても良い。   The navigation device 1 is a device that outputs, for example, a map of the current location or destination, or outputs a route from the current location to the 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. Further, the node does not necessarily have to be provided at a point where all roads are connected to each other. 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. The link indicates, for example, a road connecting the nodes. The link data is data related to the link. The link usually corresponds to one road or a part of one road. A road corresponding to a link divided by nodes may be considered as a divided road. 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, in such a case, assuming that one road is composed of a plurality of links, the identification information of the same road is given to the ring data of each link. In this embodiment, a node may be considered as an end point of a link, and node data or the like may be omitted. Note that the link does not necessarily have to be a road delimited by adjacent nodes, and may be a road delimited by a set of non-adjacent nodes on one road.

リンクデータは、また、複数の道路特性パラメータについてのコスト、および、道路属性としての道路種別等を有していても良い。道路特性パラメータとしては、距離、通行時間、有料・無料の区別、通りやすさ、道路幅などがあり、それぞれの道路特性パラメータについてコスト(距離のコスト、通行時間のコスト等)が定められている。コストは、例えば、経路を探索する場合等において、選択する道路を評価する際等に利用する評価値である。コストは、例えば、経路選択のための優先度を示す値と考えても良い。また、コストはスコアと考えても良い。また、道路種別は、高速道路、それ以外の有料道路、国道、県道などの種別を意味する。   The link data may also include a cost for a plurality of road characteristic parameters, a road type as a road attribute, and the like. 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 a value indicating a priority for route selection, for example. The cost may be considered as a score. The road type means a type such as an expressway, other toll roads, national roads, and prefectural roads.

なお、道路情報は、上記のノードデータやリンクデータの代わりに、道路の道筋を示すデータや、道路や通りの名前等の道路の識別情報や、道路の端点等の情報を有していても良い。この場合、道路は、ノードデータやリンクデータを利用する場合と異なり、道路同士が接続される地点で分割されていなくても良い。また、道路情報は、上記のノードデータやリンクデータに加えて、道路の道筋を示すデータを有していてもよい。道路あるいはリンクの道筋を示すデータは、例えば、道路の道筋に沿った直線や曲線の線状、あるいは帯状の情報(例えば、スプライン曲線や、ベジェ曲線の情報)や、道路に沿って配置された複数の座標の集合や、道路に沿って設けられた一以上のベクトルの情報等であっても良い。道路の道筋を示すデータは、リンクデータ毎に設けられていても良い。   The road information may include data indicating the route of the road, road identification information such as the name of the road or street, and information such as the end point of the road instead of the node data and link data described above. good. In this case, unlike the case of using node data or link data, the road may not be divided at a point where the roads are connected. Further, 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.

なお、ここでの格納は一時記憶も含む概念である。地図情報格納部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 safety information storage unit 102 stores safety information about the road indicated by the map information. The safety information is information on crime safety regarding roads. Safety information is information associated with a road. The safety information includes, for example, corresponding road identification information, or corresponding node or link identification information.

安全性情報は、例えば、一の道路が犯罪に関して安全な道路であるか否かを示す情報である。ここでの一の道路は上述したリンクと考えて良い。かかることは以下においても同様であるとする。安全性情報は、例えば、一の道路の安全性の判断に利用される情報である。安全性情報は、例えば、一の道路についての、犯罪の発生率との関連がある要因の有無や程度を示す情報である。また、一の道路についての、犯罪の発生状況等を示す情報であってもよい   The safety information is, for example, information indicating whether one road is a safe road for crime. One road here may be considered as the link described above. This also applies to the following. The safety information is, for example, information used for determining the safety of one road. The safety information is, for example, information indicating the presence or absence and the degree of a factor related to the crime occurrence rate for one road. It may also be information indicating the crime occurrence status, etc. for one road.

安全性情報は、例えば、地図情報が示す道路についての、夜間の暗さを示す情報である明暗情報を含んでもよい。ここでは、暗さを、明るさやと考えても良い。明暗情報は、例えば夜間に暗いか否かを示す情報や、夜間の暗さを複数の段階で示した情報である。また、明暗情報は、照度等の夜間の暗さを数値化した情報でもよい。明暗情報は、暗さの実測値に基づいた情報でなくても良く、人間が感覚により判断した暗さを示す情報であっても良い。また、ここで述べる夜間は、時間帯で指定されていても良いし、指定されていなくても良い。また、夜間を複数の時間帯に分けるようにして、安全性情報が、時間帯ごとに明暗情報を有するようにしても良い。また、安全性情報格納部102に格納されている明暗情報は、現在の時刻において取得された明暗情報であってもよいし、更新された最新の明暗情報であっても良いし、過去の明暗情報や、平均的な明暗情報や、予測した明暗情報であっても良い。例えば、道路等に明るさを測定する照度計等を設置しておくようにし、この照度計を用いて取得された現在または最新の明暗情報を、安全性情報格納部102に蓄積(あるいは更新)するようにしても良い。あるいは、地図が示す地域の担当者やユーザ等が各道路の明暗情報を外部の装置等に入力するようにして、この外部の装置に入力された最新の明暗情報が、ネットワークや通信回線経由でナビゲーション装置1に送信され、安全性情報格納部102に蓄積されるようにしてもよい。   The safety information may include, for example, light / dark information that is information indicating darkness at night for the road indicated by the map information. Here, darkness may be considered as brightness. The light / dark information is, for example, information indicating whether it is dark at night or information indicating the darkness at night in a plurality of stages. Further, the light / dark information may be information obtained by quantifying darkness at night such as illuminance. The light / dark information may not be information based on the actually measured value of darkness, but may be information indicating the darkness determined by human senses. Also, the night described here may be specified in the time zone, or may not be specified. Further, the nighttime may be divided into a plurality of time zones, and the safety information may include light / dark information for each time zone. The light / dark information stored in the safety information storage unit 102 may be the light / dark information acquired at the current time, the latest updated light / dark information, or the past light / dark information. It may be information, average light / dark information, or predicted light / dark information. For example, an illuminance meter or the like for measuring brightness is installed on a road or the like, and current or latest brightness / darkness information acquired using the illuminance meter is accumulated (or updated) in the safety information storage unit 102. You may make it do. Alternatively, the person in charge or the user in the area indicated by the map inputs the light / dark information of each road to an external device etc., and the latest light / dark information input to this external device is transmitted via the network or communication line. It may be transmitted to the navigation device 1 and accumulated in the safety information storage unit 102.

また、安全性情報は、例えば、地図情報が示す道路についての、人の多さに関する情報である人数情報を含んでもよい。人数情報は、道路の人通りの多さに関する情報と考えても良い。ここでの人の多さは、人の少なさと考えても良い。人数情報は、人数が多いか否かを示す情報や、人数の多さを複数の段階で示した値である。また、実際の人数をカウントした値や、道路の一部の領域についてカウントした人数から推測された道路の人数を示す情報であっても良い。また、人数情報は、人数の実測値に基づいた情報でなくても良く、人間が感覚により判断した人数を示す情報や、人数に関連がある情報に基づいて得られた人数の推定値等であっても良い。また、安全性情報が、複数の時間帯と対応付けられた人数情報を有するようにしても良い。また、安全性情報格納部102に格納されている人数情報は、現在の時刻もしくは最新の人数情報であっても良いし、過去の人数情報や、平均的な人数情報や、予測した人数情報であっても良い。例えば、後述する人数情報蓄積部109が取得した最新の人数情報が安全性情報格納部102に蓄積(あるいは更新)されるようにしてもよい。   In addition, the safety information may include, for example, number information that is information regarding the number of people about the road indicated by the map information. The number-of-people information may be considered as information on the busyness of the road. The number of people here may be considered as a small number of people. The number-of-persons information is information indicating whether the number of persons is large or a value indicating the number of persons in a plurality of stages. Further, it may be information indicating the actual number of people or the number of roads estimated from the number of people counted for a partial area of the road. In addition, the number of people information may not be information based on the actual value of the number of people, but may be information indicating the number of people determined by human senses or an estimated value of the number of people obtained based on information related to the number of people. There may be. Further, the safety information may include number information associated with a plurality of time zones. The number of people information stored in the safety information storage unit 102 may be the current time or the latest number of people information, or may be past number of people information, average number of people information, or predicted number of people information. There may be. For example, the latest number information acquired by the number information storage unit 109 to be described later may be stored (or updated) in the safety information storage unit 102.

また、安全性情報は、例えば、地図情報が示す道路についての、犯罪に関する情報である犯罪情報を含んでもよい。犯罪に関する情報とは、過去の予め指定された期間内の犯罪の発生率や発生数であってもよいし、予め指定された数以上の犯罪が発生したから否かを示す情報であっても良い。また、過去の予め指定された期間内に発生した犯罪の重さを示す値であってもよい。犯罪の重さを示す値は、重い犯罪の件数や発生率や、軽い犯罪の件数や発生率であっても良い。なお、犯罪の重さとは、例えば、重罪や軽罪の区別やそれぞれの級数で判断される。また、過去の予め指定された期間内に発生した個々の犯罪の種類(例えば、窃盗、交通事故、引ったくり、暴行、傷害等)を示す情報であってもよいし、それらの種類別の犯罪発生件数や、種類別の犯罪発生率等であっても良い。また、これらの情報を組み合わせた情報や、これらを組み合わせて作成される犯罪の発生状況を示す指標であってもよい。また、犯罪情報は、過去に発生した個々の犯罪に関連する情報(例えば、種類や、重さ、発生日、犯罪の識別情報等を示す情報)でも良い。この場合、これらの情報を適宜集計したりすることで、上記のような犯罪の発生率等の情報を取得可能である。過去の予め指定された期間は、例えば、現在から遡った一定の期間(例えば、現在から1ヶ月前までの期間)や、現在の属している期間(例えば、週、月、年)に対して、一定の期間だけ前の期間(例えば、先月や昨年等)であり、単位は、分、時間、日、月等問わない。例えば、後述する犯罪情報蓄積部112が取得した最新の人数情報が安全性情報格納部102に蓄積(あるいは更新)されるようにしてもよい。また、安全性情報は、時間帯別に発生した犯罪について情報を時間帯別に集計したり分類して作成された時間帯別の犯罪情報を含んでいても良い。   In addition, the safety information may include, for example, crime information that is information related to crimes regarding the road indicated by the map information. The crime-related information may be the occurrence rate or the number of crimes in the past designated period, or may be information indicating whether or not crimes more than the designated number have occurred. good. Moreover, the value which shows the weight of the crime which occurred within the past designated period in the past may be sufficient. The value indicating the weight of a crime may be the number and occurrence rate of a heavy crime, or the number and occurrence rate of a light crime. The crime severity is determined by, for example, the distinction between felony and misdemeanor and the respective series. Further, it may be information indicating the types of individual crimes (for example, theft, traffic accidents, snatching, assaults, injuries, etc.) that occurred within a predetermined period in the past, or crimes by those types. It may be the number of occurrences or the crime occurrence rate by type. Moreover, the parameter | index which shows the generation | occurrence | production situation of the crime created by combining the information which combined these information, and these may be sufficient. The crime information may also be information related to individual crimes that occurred in the past (for example, information indicating the type, weight, date of occurrence, crime identification information, etc.). In this case, it is possible to acquire information such as the crime rate as described above by appropriately counting these pieces of information. The past specified period is, for example, for a certain period retroactive from the present (for example, the period from the present to one month ago) or the period to which the present belongs (for example, week, month, year) The period is a certain period before (for example, last month, last year, etc.), and the unit may be minutes, hours, days, months, etc. For example, the latest information on the number of persons acquired by the crime information storage unit 112 described later may be stored (or updated) in the safety information storage unit 102. Further, the safety information may include crime information for each time zone created by counting or classifying information for crimes that have occurred for each time zone.

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

受付部103は、現在地を示す情報である現在地情報を受け付ける。受付部103は、現在地情報を含む指示であり、犯罪に対する安全性を考慮した、現在地からの経路を出力する指示を受け付けても良い。この経路の出力指示は、現在地情報と目的地情報を有することは好適である。現在地情報とは、例えば、実空間における現在地を示す(緯度,経度)の位置情報、地名などである。受付部103は、ナビゲーション装置1の内部または外部に設けられた図示しないGPS(Global Positioning System)受信機が取得した現在位置を示す情報を、現在地情報として受け付けてもよい。例えば、後述する現在位置取得部106が取得した現在地情報を、予め指定されたタイミングやトリガーに応じて受け付けても良い。ここでの受け付けは、ナビゲーション装置のタッチパネルやキーボードやマウス等の入力デバイスを利用したユーザ入力の受け付け、音声入力による受け付け、外部装置からの受信、記録媒体からの読み出しなどである。現在地情報の入力手段は、キーボードやマウスやテンキーやメニュー画面によるもの等、何でも良い。受付部103は、キーボード等の入力手段のデバイスドライバーや、メニュー画面の制御ソフトウェア等で実現され得る   The accepting unit 103 accepts current location information that is information indicating the current location. The receiving unit 103 is an instruction including current location information, and may receive an instruction to output a route from the current location in consideration of crime safety. The route output instruction preferably includes current location information and destination information. The current location information is, for example, position information (latitude, longitude) indicating the current location in real space, a place name, and the like. The accepting unit 103 may accept information indicating a current position acquired by a GPS (Global Positioning System) receiver (not shown) provided inside or outside the navigation device 1 as current location information. For example, current location information acquired by a current location acquisition unit 106 to be described later may be received according to a timing or trigger specified in advance. 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 current location information input means 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は、道路情報と安全性情報とを用いて、現在地情報が示す現在地に関連した安全な経路、または安全でない経路を探索する。現在地に関連した経路とは、例えば、現在地を、出発地や経由地や目的地等とした経路である。経路とは、例えば、移動の際に通過する道筋やたどるべき道筋である。探索部104は、探索により得られた経路を示す経路情報を取得する。経路情報は、例えば、通過する道路情報やノードデータやリンクデータ、もしくはこれらの識別情報を、通過順番と対応付けて有する情報である。   The search unit 104 searches for a safe route or an unsafe route related to the current location indicated by the current location information using the road information and the safety information. The route related to the current location is, for example, a route having the current location as a departure point, a transit point, a destination, or the like. The route is, for example, a route that passes through or a route to be followed when moving. The search unit 104 acquires route information indicating the route obtained by the search. The route information is, for example, information having road information passing through, node data, link data, or identification information thereof associated with the passing order.

本実施の形態においては、特に、現在地に関連した経路が、現在地情報が示す位置や、ナビゲーション装置1の過去の移動の軌跡を利用して、現在地からの移動に利用される経路を予測する場合を例について説明する。ここでの経路は、次に移動する一以上の道路(例えば、リンク)と考えてもよい。つまり、本実施の形態においては、探索部104が、現在地から次に移動する経路であって、安全な経路または安全でない経路の少なくとも一方を探索する場合の例について説明する。安全な経路とは、犯罪に関して安全な経路であり、例えば、犯罪に巻き込まれる可能性が低い経路である。安全でない経路とは犯罪に関して安全でない経路であり、例えば、犯罪に巻き込まれる可能性が高い経路である。安全な経路であるか否かは、経路に含まれる道路に対応した安全性情報を用いて判断される。   In the present embodiment, in particular, when a route related to the current location predicts a route used for movement from the current location using the position indicated by the current location information or the past movement trajectory of the navigation device 1. An example will be described. The route here may be considered as one or more roads (for example, links) that move next. That is, in the present embodiment, an example will be described in which the search unit 104 searches for at least one of a safe route and an unsafe route that is the next route from the current location. A safe route is a route that is safe with respect to crimes, for example, a route that is less likely to be involved in a crime. An unsafe route is a route that is not safe with respect to a crime, for example, a route that has a high possibility of being involved in a crime. Whether or not the route is safe is determined using the safety information corresponding to the road included in the route.

本実施の形態においては、探索部104は、例えば、まず、過去の移動の軌跡からナビゲーション装置1を利用するユーザの予測される移動方向を取得し、取得した移動方向と道路情報とを用いて、移動方向に存在する道路(例えばリンク)を探索する。ここで探索された道路が、次の移動に利用されることが予測される経路である。この処理は、探索部104の予測経路探索手段1043が行うため、この処理の詳細については、予測経路探索手段1043の説明として後述する。   In the present embodiment, for example, the search unit 104 first acquires a predicted movement direction of a user who uses the navigation device 1 from a past movement trajectory, and uses the acquired movement direction and road information. Search for roads (for example, links) existing in the moving direction. The road searched here is a route predicted to be used for the next movement. Since this process is performed by the predicted route search unit 1043 of the search unit 104, details of this process will be described later as an explanation of the predicted route search unit 1043.

次に、探索部104は、探索した道路の安全性の判断を行う。ここでは、探索した道路の安全性の判断処理は、探索部104の安全判断手段1044が行うため、この処理の詳細については、安全判断手段1044の説明として後述する。   Next, the search unit 104 determines the safety of the searched road. Here, the safety determination process of the searched road 104 is performed by the safety determination unit 1044 of the search unit 104, and details of this process will be described later as an explanation of the safety determination unit 1044.

探索部104は、例えば、探索した道路が犯罪に対して安全であると判断された場合、探索部104は、安全な経路が探索されたことを示す探索結果を得る。また、逆に、安全でないと判断された場合、探索部104は、例えば、安全でない経路が探索されたことを示す探索結果を得る。さらに、この道路を示す経路情報を探索結果として取得する。そして、取得した探索結果を、例えば、出力部105等に渡す。   For example, when it is determined that the searched road is safe against crime, the search unit 104 obtains a search result indicating that a safe route has been searched. Conversely, when it is determined that the route is not safe, the search unit 104 obtains a search result indicating that an unsafe route has been searched, for example. Furthermore, route information indicating this road is acquired as a search result. And the acquired search result is passed to the output part 105 grade | etc., For example.

探索部104は、通常、MPUやメモリ等の記憶媒体等から実現され得る。探索部104の処理手順は、通常、ソフトウェアで実現され、当該ソフトウェアはROM等の記録媒体に記録されている。但し、ハードウェア(専用回路)で実現しても良い。   The search unit 104 can usually be realized by a storage medium such as an MPU or a memory. The processing procedure of the search unit 104 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).

移動軌跡格納手段1041には、ナビゲーション装置1の移動の軌跡を示す情報である移動軌跡情報が格納される。ナビゲーション装置1の移動は、ナビゲーション装置1を利用するユーザの移動と考えても良い。移動の軌跡とは、例えば、ナビゲーション装置1が過去に通過した一以上の位置の集まりである。移動軌跡情報は、例えば、ナビゲーション装置1の位置情報(座標)の、現在地に至るまでの変化を示す情報である。例えば、移動軌跡情報は、現在地に至るまでに通過した位置を示す位置情報と、この位置情報が示す位置の通過順番を示す情報とを有する情報である。通過順番を示す情報は、各位置情報を取得した時刻を示す時刻情報であることが好ましい。また移動軌跡情報は、位置情報を、取得順に従って順番に蓄積して得られる情報であっても良い。なお、移動の軌跡は、移動の履歴と考えても良い。移動軌跡格納手段1041は、不揮発性の記録媒体が好適であるが、揮発性の記録媒体でも実現可能である。   The movement trajectory storage unit 1041 stores movement trajectory information that is information indicating the movement trajectory of the navigation device 1. The movement of the navigation device 1 may be considered as the movement of a user who uses the navigation device 1. The movement trajectory is, for example, a collection of one or more positions that the navigation device 1 has passed in the past. The movement trajectory information is information indicating, for example, changes in position information (coordinates) of the navigation device 1 up to the current location. For example, the movement trajectory information is information including position information indicating a position that has passed to the current location and information indicating a passing order of positions indicated by the position information. The information indicating the passing order is preferably time information indicating the time when each piece of position information is acquired. The movement trajectory information may be information obtained by accumulating position information in order according to the acquisition order. The movement trajectory may be considered as a movement history. The moving locus storage means 1041 is preferably a non-volatile recording medium, but can also be realized by a volatile recording medium.

移動軌跡蓄積手段1042は、移動軌跡情報を取得して、移動軌跡格納手段1041に蓄積する。具体的には、一定または不定の予め指定されたタイミングやトリガー等で、後述する現在位置取得部106等を利用してナビゲーション装置1の位置情報を取得し、取得した位置情報を有する移動軌跡情報を、移動軌跡格納手段1041に蓄積(例えば追記)する。例えば、移動軌跡蓄積手段1042は、現在位置取得部106が取得した現在地の情報と、ナビゲーション装置1の内部に設けられた図示しない時計や、NTP(Network Time Protocol)サーバ等が出力する現在の時刻情報とを、予め指定されたタイミング等で取得して、取得した現在位置の情報と、現在の時刻情報とを対応付けて、図示しない移動軌跡格納手段1041に追記する。予め指定されたタイミングは、例えば、一定または不定の時間間隔毎や、予め指定された時刻や、ランダムに設定される時刻等である。移動軌跡蓄積手段1042は、例えば、予め指定されたタイミングになると、現在位置取得部106に対して現在位置の情報の取得を要求する情報を送信し、この要求に応じて現在位置取得部106が受信した現在位置の位置情報を移動軌跡蓄積手段1042が取得する。なお、時刻情報の代わりに、取得順番を示す情報等を付与するようにしても良い。   The movement trajectory accumulating unit 1042 acquires the movement trajectory information and accumulates it in the movement trajectory storage unit 1041. Specifically, the position information of the navigation device 1 is acquired by using a current position acquisition unit 106, which will be described later, at a predetermined or indefinitely specified timing or trigger, and the movement trajectory information having the acquired position information. Is accumulated (for example, added) in the movement locus storage means 1041. For example, the movement trajectory accumulating unit 1042 includes information on the current location acquired by the current position acquisition unit 106, and a current time output by a clock (not shown) provided in the navigation device 1, an NTP (Network Time Protocol) server, or the like. The information is acquired at a timing specified in advance, and the acquired current position information and the current time information are associated with each other and added to the movement locus storage unit 1041 (not shown). The timing designated in advance is, for example, every fixed or indefinite time interval, a time designated in advance, a time set at random, or the like. For example, the movement trajectory accumulating unit 1042 transmits information requesting acquisition of information on the current position to the current position acquisition unit 106 at a timing specified in advance, and the current position acquisition unit 106 responds to this request. The movement locus accumulating unit 1042 acquires the received position information of the current position. In addition, you may make it provide the information etc. which show acquisition order instead of time information.

移動軌跡蓄積手段1042は、通常、MPUやメモリ等から実現され得る。移動軌跡蓄積手段1042の処理手順は、通常、ソフトウェアで実現され、当該ソフトウェアはROM等の記録媒体に記録されている。但し、ハードウェア(専用回路)で実現しても良い。   The movement trajectory accumulating unit 1042 can be usually realized by an MPU, a memory, or the like. The processing procedure of the movement locus accumulating means 1042 is usually realized by software, and the software is recorded on a recording medium such as a ROM. However, it may be realized by hardware (dedicated circuit).

予測経路探索手段1043は、移動軌跡格納手段1041に格納されている移動軌跡情報を用いて、ナビゲーション装置1の移動方向を予測する。そして、予測した移動方向に位置する現在地に最も近い道路を示す道路情報を探索する。ただし、現在地が位置する道路(リンク)については、探索対象から除外してよい。予測経路探索手段1043は、例えば、移動軌跡情報から取得順番が新しい複数の位置情報を取得する。そして、その位置情報の変化から、次の移動位置を予測する。例えば、取得順番が新しい複数の位置情報が示す位置を近似する近似線(直線または曲線)を取得し、この近似線に沿った、位置情報が位置する方向とは異なる方向を、移動方向として予測する。あるいは、取得順番が新しい二つの位置情報が示す位置を結ぶベクトルが示す方向を、移動方向として予測する。また、最新の二以上の移動軌跡情報が示す位置を通過する道路を検出し、この道路の両端の端点のうちのいずれの方向に移動軌跡情報が示す位置が動いているかを判断してもよい。例えば、最新の移動軌跡情報が示す位置およびその一つ前の移動軌跡情報が示す位置と、最新の移動軌跡が示す位置を通過する道路の一の端点と、の間の距離をそれぞれ求め、最新の移動軌跡が示す位置との間の距離が、一つ前の移動軌跡が示す位置との距離よりも小さくなっていれば、予測される移動方向は、この端点側に向かう方向であると判断し、大きくなっていれば、予測される移動方向を、この端点とは反対の端点方向であると判断する。なお、予測の際には、移動軌跡情報だけでなく、移動軌跡情報と現在位置情報とを用いるようにしても良い。   The predicted route search unit 1043 predicts the moving direction of the navigation device 1 using the moving track information stored in the moving track storage unit 1041. And the road information which shows the road nearest to the present location located in the predicted moving direction is searched. However, the road (link) where the current location is located may be excluded from the search target. The predicted route search unit 1043 acquires, for example, a plurality of pieces of position information having a new acquisition order from the movement trajectory information. Then, the next movement position is predicted from the change in the position information. For example, an approximate line (straight line or curve) that approximates the position indicated by a plurality of position information items having a new acquisition order is acquired, and a direction that is different from the direction in which the position information is located along the approximate line is predicted as the movement direction. To do. Alternatively, the direction indicated by the vector connecting the positions indicated by the two pieces of position information with the new acquisition order is predicted as the movement direction. Further, a road passing through a position indicated by the latest two or more movement trajectory information may be detected, and it may be determined in which direction of the end points at both ends of the road the position indicated by the movement trajectory information is moving. . For example, the distance between the position indicated by the latest movement trajectory information and the position indicated by the previous movement trajectory information and one end point of the road passing through the position indicated by the latest movement trajectory are obtained, respectively. If the distance to the position indicated by the movement trajectory is smaller than the distance to the position indicated by the previous movement trajectory, the predicted movement direction is determined to be a direction toward the end point. If it is larger, it is determined that the predicted moving direction is the end point direction opposite to this end point. In the prediction, not only the movement trajectory information but also the movement trajectory information and the current position information may be used.

次に、予測経路探索手段1043は、例えば、現在地に近い、あるいは現在地を通過する道路(例えばリンク)に接続された道路であって、上記で予測した移動方向において、経路として選択されると予測される道路を探索する。例えば、予測経路探索手段1043は、現在地に近い道路に接続された道路であって、上記で予測した移動方向に近い方向に伸びる道路を探索する。例えば、現在地を通過する道路の、上記で予測した移動方向側に存在する端点(即ちノード)と接続された道路(リンク)であって、上記で予測した移動方向に延ばした直線や曲線とのなす角度が最も小さい道路を探索する。現在地に近い道路は、例えば現在地情報が示す位置との距離が最小となる道路を、道路情報が示す道路(リンク)の中から探索することで取得される。あるいは、いわゆるマップマッチングの技術等を利用して、現在地に近い道路を探索しても良い。   Next, the predicted route searching unit 1043 is a road connected to a road (for example, a link) that is close to or passes through the current location, and is predicted to be selected as a route in the predicted movement direction. Explore the road that will be. For example, the predicted route search unit 1043 searches for a road that is connected to a road close to the current location and extends in a direction close to the movement direction predicted above. For example, a road (link) connected to an end point (that is, a node) existing on the moving direction side predicted above of a road passing through the present location, and a straight line or a curve extending in the moving direction predicted above Search for the road with the smallest angle. A road close to the current location is acquired by searching, for example, a road (link) indicated by the road information that has the smallest distance from the position indicated by the current location information. Alternatively, a road close to the current location may be searched using so-called map matching technology or the like.

また、例えば、予測経路探索手段1043は、現在地に近い、あるいは現在地を通過するリンクの上記で予測した移動方向側に存在する端点(ノード)と接続されたリンクであって、現在地を通過する道路と同じ道路の識別情報と対応付けられたリンクを、経路として選択されると予測されるリンクとして探索してもよい。   Further, for example, the predicted route search means 1043 is a link that is connected to an end point (node) that is close to the current location or that is on the moving direction predicted side of the link that passes through the current location, and that passes through the current location. The link associated with the same road identification information may be searched as a link predicted to be selected as a route.

なお、ここでは、移動の軌跡を利用して、ナビゲーション装置1の移動方向を予測したが、予測経路探索手段1043は、どのような方法で、移動方向を予測して、予測した移動方向に配置されている道路を探索しても良い。例えば、地磁気センサ等を用いて、ナビゲーション装置1の方向を検出することで、移動方向を予測しても良い。例えば、このような地磁気センサ等は、現在位置取得部106等が有するようにしてもよい。また、カーナビゲーション装置等の技術として公知である移動の軌跡から道路上の移動方向を取得する処理によって取得した移動方向を、予測した移動方向として用いるようにしてもよい。なお、ここでの道路および道路情報は、上述したように、リンクおよびリンクデータと考えても良い。   Here, the movement direction of the navigation device 1 is predicted using the movement trajectory, but the predicted route search means 1043 predicts the movement direction by any method and places it in the predicted movement direction. You may explore the roads that are. For example, the moving direction may be predicted by detecting the direction of the navigation device 1 using a geomagnetic sensor or the like. For example, such a geomagnetic sensor or the like may be included in the current position acquisition unit 106 or the like. In addition, the movement direction acquired by the process of acquiring the movement direction on the road from the movement trajectory known as a technology of the car navigation device or the like may be used as the predicted movement direction. The road and road information here may be considered as a link and link data as described above.

予測経路探索手段1043は、通常、MPUやメモリ等から実現され得る。予測経路探索手段1043の処理手順は、通常、ソフトウェアで実現され、当該ソフトウェアはROM等の記録媒体に記録されている。但し、ハードウェア(専用回路)で実現しても良い。   The predicted route search means 1043 can be usually realized by an MPU, a memory, or the like. The processing procedure of the predicted route searching means 1043 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).

安全判断手段1044は、予測経路探索手段1043が探索した道路(例えばリンク)の犯罪に対する安全性を判断する。道路の犯罪に対する安全性を判断するとは、道路が、犯罪に対して安全な道路であるか否か、または、安全でないか否かを判断することである。予測経路探索手段1043は、例えば、安全でないと判断された場合、安全でない経路が探索されたことを示す探索結果を取得する。また、例えば、安全であると判断された場合、安全である経路が探索されたことを示す探索結果を取得する。また、探索された道路(リンク)を示す情報、例えば道路(リンク)の識別情報等も取得するようにしても良い。また、安全判断手段1044は、探索された経路を示す経路情報を取得しても良い。   The safety judgment unit 1044 judges the safety against crimes on the road (eg, link) searched by the predicted route search unit 1043. Determining the safety against crimes on the road means determining whether the road is safe against crimes or not safe. For example, when it is determined that the route is not safe, the predicted route search unit 1043 acquires a search result indicating that an unsafe route has been searched. For example, when it is determined that the route is safe, a search result indicating that the route that is safe is searched is acquired. Further, information indicating the searched road (link), for example, identification information of the road (link) may be acquired. The safety determination unit 1044 may acquire route information indicating the searched route.

安全判断手段1044は、例えば、予測経路探索手段1043が探索した道路に対応する安全性情報を、安全性情報格納部102から取得して、取得した安全性情報が、予め指定された条件を満たすか否かにより、この道路の安全性を判断する。例えば、安全性情報が、安全であることを示す情報であれば場合、安全であると判断する。また、安全性情報が、安全でないことを示す情報であれば場合、安全でないと判断する。なお、本実施の形態においては、安全判断手段1044は、安全性情報が予め指定された安全であることを判断するための条件を満たす場合に、道路が安全であると判断し、条件を満たさない場合には、安全でないと判断しても良いし、条件を満たさない場合には、安全であるとも、安全でないとも判断しないようにしても良い。同様に、安全性情報が予め指定された安全でないことを判断するための条件を満たす場合に、道路が安全でないと判断し、条件を満たさない場合には、安全であると判断しても良いし、条件を満たさない場合には、安全でないとも、安全であるとも判断しないようにしても良い。   The safety determination unit 1044 acquires, for example, safety information corresponding to the road searched by the predicted route search unit 1043 from the safety information storage unit 102, and the acquired safety information satisfies a predetermined condition. The safety of this road is judged by whether or not. For example, if the safety information is information indicating safety, it is determined to be safe. If the safety information is information indicating that the safety information is not safe, it is determined that the safety information is not safe. In the present embodiment, the safety determining unit 1044 determines that the road is safe and satisfies the condition when the safety information satisfies a condition for determining that the safety information is designated in advance. If not, it may be determined that it is not safe, and if the condition is not satisfied, it may be determined that it is safe or not safe. Similarly, it may be determined that the road is not safe when the safety information satisfies the condition for determining that the safety information is not designated in advance, and that the road is not safe when the condition is not satisfied. However, if the condition is not satisfied, it may not be judged that it is safe or safe.

安全判断手段1044は、例えば、予測経路探索手段1043が探索した道路(例えば、リンク)に対応する安全性情報に含まれる明暗情報を取得して、この明暗情報が、探索した道路が夜間に暗いことを示すものであるか否かを判断する。安全判断手段1044は、例えば、明暗情報が夜間に暗いか否かを示す情報であれば、道路に対応する明暗情報が夜間に暗いことを示す情報であるか否かを判断し、夜間に暗い情報であれば、明暗情報が夜間に暗いことを示すものであると判断すればよい。また、明暗情報が、例えば、暗さの段階を示す情報である場合、道路に対応する明暗情報の暗さの段階が、予め指定されている閾値を超える場合に、夜間に暗いことを示すものであると判断すればよい。また、明暗情報が、例えば、暗さを数値化した値である場合、この値が、予め指定されている閾値を超える場合に、夜間に暗いことを示すものであると判断すればよい。   The safety determination unit 1044 acquires, for example, light / dark information included in the safety information corresponding to the road (for example, link) searched by the predicted route search unit 1043, and the light / dark information indicates that the searched road is dark at night. It is judged whether or not it is a thing indicating this. For example, if the light / dark information is information indicating whether the light / dark information is dark at night, the safety determining unit 1044 determines whether the light / dark information corresponding to the road is information indicating that the light is dark at night. If it is information, it may be determined that the light / dark information indicates that it is dark at night. In addition, when the light / dark information is, for example, information indicating a darkness level, it indicates that the darkness is dark at night when the darkness level of the light / dark information corresponding to the road exceeds a predetermined threshold value. What is necessary is just to judge that it is. Further, when the light / dark information is, for example, a value obtained by digitizing darkness, it may be determined that this value indicates darkness at night when the value exceeds a predetermined threshold value.

そして、安全判断手段1044は、道路に対応する明暗情報が、夜間に暗いことを示すものであると判断された場合、対応する道路が、安全でない道路であると判断する。これにより、探索部104は、安全性情報が有する明暗情報が夜間に暗いことを示す道路を安全でない道路と判断して、安全でない経路を探索できる。なお、明暗情報が、夜間の複数の時間帯別に用意されている場合、現在の時刻に対応する時間帯の明暗情報を安全性情報から取得して、取得した明暗情報が、夜間に暗いことを示す情報であるか否かを判断するようにしてもよい。また、予め夜間を定義する時間帯の情報を用意しておくようにし、この現在の時刻がこの時間帯にある場合にだけ、明暗情報を用いて安全性についての判断を行うようにしても良い。現在の時刻の情報は、時計やネットワーク等から取得可能である。   Then, when it is determined that the light / dark information corresponding to the road indicates that the road is dark at night, the safety determination unit 1044 determines that the corresponding road is an unsafe road. Thereby, the search part 104 can determine the road which shows that the brightness information which safety information has is dark at night as an unsafe road, and can search an unsafe route. In addition, when light / dark information is prepared for multiple time zones at night, the light / dark information of the time zone corresponding to the current time is acquired from the safety information, and the acquired light / dark information is dark at night. It may be determined whether or not the information is indicated. In addition, information on a time zone that defines nighttime may be prepared in advance, and only when this current time is in this time zone, determination of safety may be performed using light / dark information. . The current time information can be acquired from a clock, a network, or the like.

また、上記の処理により、安全でない道路であると判断されなかった場合に、安全である道路であると判断されたと考えるようにしても良い。なお、明暗情報が夜間に暗くないことを示すものであるか否かを判断し、暗くないことを示すと判断された場合、対応する道路が、安全である道路であると判断するようにしてもよい。   Further, if it is not determined that the road is unsafe by the above processing, it may be considered that the road is determined to be safe. It is determined whether the light / dark information indicates that it is not dark at night, and if it is determined that it is not dark, it is determined that the corresponding road is a safe road. Also good.

また、例えば、安全判断手段1044は、予測経路探索手段1043が探索した道路(リンク)に対応する安全性情報に含まれる人数情報を取得して、この人数情報が、探索した道路が人の少ない道路を示すものであるか否かを判断する。安全判断手段1044は、例えば、人数情報が、人数が少ないか否かを示す情報であれば、道路に対応する人数情報が、人数が少ないことを示す情報であるか否かを判断し、少ないことを示す情報である場合に、探索した道路が人の少ない道路を示すものであると判断する。また、道路に対応する人数情報が、人数の少なさ複数の段階で示した値や人数の情報であれば、これらの値が、予め用意した閾値を超える場合に、探索した道路が人の少ない道路を示すものであると判断してもよい。   In addition, for example, the safety determination unit 1044 acquires the number of people information included in the safety information corresponding to the road (link) searched by the predicted route search unit 1043, and the number of people searched for the number of people information is small. It is determined whether or not the road is indicated. For example, if the number of people information is information indicating whether or not the number of people is small, the safety determination unit 1044 determines whether or not the number of people information corresponding to the road is information indicating that the number of people is small. In the case of the information indicating this, it is determined that the searched road indicates a road with few people. In addition, if the number of people corresponding to the road is the value of the number of people and the information of the number of people shown in multiple stages, if these values exceed the threshold prepared in advance, the number of searched roads is small. You may judge that it shows a road.

そして、安全判断手段1044は、この人数情報が、人の少なく道路であることを示すものであると判断された場合、対応する道路が、安全でない道路であると判断する。これにより、探索部104は、人数情報が人の少ないことを示す道路を安全でない道路と判断して経路を探索できる。なお、人数情報が、時間帯別に用意されている場合、現在の時刻に対応する人数情報を安全性情報から取得して、取得した人数情報が、人が少ない道路を示す情報であるか否かを判断するようにしてもよい   Then, when it is determined that the number information indicates that the number of people is a road with few people, the safety determination unit 1044 determines that the corresponding road is an unsafe road. Thus, the search unit 104 can search for a route by determining that a road whose number information is small in number is an unsafe road. In addition, when the number of people information is prepared for each time zone, the number of people information corresponding to the current time is obtained from the safety information, and whether the obtained number of people information is information indicating a road with few people. You may be allowed to judge

また、上記の処理により、安全でない道路であると判断されなかった場合に、安全である道路であると判断されたと考えるようにしても良い。なお、人数情報が人数の多いことを示すものであるか否かを判断し、多いことを示すと判断された場合、対応する道路が、安全である道路であると判断するようにしてもよい。   Further, if it is not determined that the road is unsafe by the above processing, it may be considered that the road is determined to be safe. In addition, it may be determined whether or not the number of people information indicates that the number of people is large. If it is determined that the number of people information indicates that the number is large, the corresponding road may be determined to be a safe road. .

また、例えば、安全判断手段1044は、予測経路探索手段1043が探索した道路に対応する安全性情報に含まれる犯罪情報を取得して、この犯罪情報が、予め指定された条件を満たすか否かを判断する。ここでの予め指定された条件は、道路を犯罪に関して安全でないと判断するための犯罪情報についての条件である。例えば、この条件は、犯罪情報が予め指定された数以上の犯罪が発生したことを示す情報である、という条件である。また、この条件は、予め指定された期間内に発生した犯罪の件数や、発生率、重い犯罪の発生件数や発生率、特定の種類の犯罪の発生件数や発生率が、予め指定された閾値を超える、という条件である。例えば、犯罪情報が道路において予め指定されている期間内に発生した犯罪の件数や発生率を示すものであれば、安全判断手段1044は、道路に対応する犯罪の発生件数や発生率が、予め指定されている閾値を超えるか否かを判断し、超えると判断した場合に、犯罪情報が条件を満たすと判断する。また、例えば、犯罪情報が道路において予め指定されている期間内に発生した重い犯罪の件数や発生率を示すものであれば、安全判断手段1044は、道路に対応する犯罪の発生件数や発生率が、予め指定されている閾値を超えるか否かを判断し、超えると判断した場合に、犯罪情報が条件を満たすと判断する。なお、犯罪情報が複数の情報を有する場合、これらの情報の組合せについての条件を用意しても良い。   Further, for example, the safety judging unit 1044 acquires crime information included in the safety information corresponding to the road searched by the predicted route searching unit 1043, and whether or not the crime information satisfies a predesignated condition. Judging. The predesignated condition here is a condition for crime information for determining that the road is not safe for crime. For example, this condition is a condition that the crime information is information indicating that a crime of a predetermined number or more has occurred. In addition, this condition includes the number of crimes occurring within a pre-designated period, the incidence, the number and incidence of heavy crimes, the number and incidence of specific types of crime, It is a condition of exceeding. For example, if the crime information indicates the number and occurrence rate of crimes that occurred within a predetermined period on the road, the safety judgment means 1044 indicates that the crime occurrence number and occurrence rate corresponding to the road It is determined whether or not a specified threshold value is exceeded, and if it is determined that the threshold value is exceeded, it is determined that the crime information satisfies a condition. In addition, for example, if the crime information indicates the number and occurrence rate of heavy crimes that occurred within a predetermined period on the road, the safety judgment means 1044 may indicate the number and occurrence rate of crimes corresponding to the road. It is determined whether or not the threshold value specified in advance is exceeded. If it is determined that the threshold value is exceeded, it is determined that the crime information satisfies the condition. In addition, when criminal information has several information, you may prepare the conditions about the combination of these information.

そして、安全判断手段1044は、この犯罪情報が、予め指定された条件を満たすと判断された場合、対応する道路が、安全でない道路であると判断する。これにより、探索部104は、犯罪情報が予め指定された条件を満たす道路を安全でない道路と判断して経路を探索できる。なお、犯罪情報が、時間帯別に用意されている場合、現在の時刻に対応する犯罪情報を安全性情報から取得して、取得した犯罪情報が、予め指定された条件を満たす否かを判断するようにしてもよい。この場合、条件も時間帯別に用意するようにしても良い。なお、現在の時刻の情報は、時計やネットワーク等から取得可能である。   If it is determined that the crime information satisfies a predesignated condition, the safety determination unit 1044 determines that the corresponding road is an unsafe road. Accordingly, the search unit 104 can search for a route by determining that a road that satisfies the crime information specified in advance as an unsafe road. In addition, when the crime information is prepared for each time zone, the crime information corresponding to the current time is acquired from the safety information, and it is determined whether or not the acquired crime information satisfies a predetermined condition. You may do it. In this case, conditions may be prepared for each time zone. The current time information can be acquired from a clock, a network, or the like.

なお、予め指定された条件を、道路を犯罪に関して安全であると判断するための犯罪情報についての条件として、この条件を満たさない場合に、安全な道路でないと判断することも、実質的に上記の処理と同じ結果が得られることから、このような処理も、ここでは、上記の処理が意味する処理であると考えてよい。   In addition, as a condition for crime information for determining that the road is safe with respect to crimes, it is also possible to determine that the road is not a safe road if this condition is not satisfied. Since the same result as that of the above process is obtained, such a process may be considered as a process that means the above process.

また、上記の処理により、安全でない道路であると判断されなかった場合に、安全である道路であると判断されたと考えるようにしても良い。なお、人数情報が人数の多いことを示すものであるか否かを判断し、多いことを示すと判断された場合、対応する道路が、安全である道路であると判断するようにしてもよい。   Further, if it is not determined that the road is unsafe by the above processing, it may be considered that the road is determined to be safe. In addition, it may be determined whether or not the number of people information indicates that the number of people is large. If it is determined that the number of people information indicates that the number is large, the corresponding road may be determined to be a safe road. .

なお、安全性情報が、明暗情報、人数情報、及び犯罪情報等の情報のうちの複数の情報を有している場合、安全判断手段1044は、これらの情報や、これらの情報についての上記の判断結果等を適宜組み合わせて道路の安全性を判断しても良い。例えば、複数の情報についてそれぞれ上記と同様の判断を行い、予め指定された数以上の判断結果が、道路が安全でないと判断するものであった場合に、最終的に道路が安全でないとする判断結果を取得するようにしても良い。また、安全性情報の各情報が示す数値等を、予め指定された判定式に代入して、算出された値が、予め指定された閾値を超えるか否かによって、同語が安全であるか否かを判断しても良い。   In addition, when the safety information includes a plurality of pieces of information such as light / dark information, number of people information, and crime information, the safety judgment unit 1044 determines the above information about the information and the above information. The safety of the road may be determined by appropriately combining the determination results. For example, the same determination as described above is performed for each of a plurality of pieces of information, and if a determination result equal to or greater than a predetermined number indicates that the road is not safe, the determination is finally made that the road is not safe. You may make it acquire a result. Also, whether the same word is safe depending on whether the calculated value exceeds a pre-specified threshold by substituting the numerical value indicated by each piece of safety information into a pre-specified judgment formula It may be determined whether or not.

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

出力部105は、探索部104の探索結果に応じた出力を行う。例えば、出力部105は、探索部104が安全な経路を探索したか否かに応じた出力、あるいは、安全でない経路を探索したか否かに応じた出力を行っても良い。具体的には、探索部104が安全な経路または安全でない経路を検出した場合に、安全な経路または安全でない経路が探索されたことを示す情報をユーザに出力する。この情報の出力は、安全な経路または安全でない経路が探索されたことを示す文字列や画像等の表示や、音声の出力である。また、モニタやライト等の点灯や点滅等であっても良いし、ナビゲーション装置1を振動させることであっても良い。特に、安全でない経路が探索された場合、出力部105は、安全でないことを示す警告を出力してもよい。この警告は、経路が安全でないことを示す警告文や警告を行う画像の表示や、警告を呼びかける音声の出力や、警告音の出力、や振動等である。例えば、本実施の形態においては、このような経路が探索できたことを示す情報に応じた出力を行う場合を例に挙げて説明する。   The output unit 105 performs output according to the search result of the search unit 104. For example, the output unit 105 may perform output according to whether or not the search unit 104 has searched for a safe route, or output according to whether or not a search has been made for an unsafe route. Specifically, when the search unit 104 detects a safe route or an unsafe route, information indicating that a safe route or an unsafe route has been searched is output to the user. The output of this information is a display of a character string or an image indicating that a safe route or an unsafe route has been searched, or a sound output. Moreover, lighting, blinking, etc. of a monitor, a light, etc. may be sufficient, and the navigation apparatus 1 may be vibrated. In particular, when an unsafe route is searched, the output unit 105 may output a warning indicating that the route is not safe. This warning is a display of a warning sentence indicating that the route is not safe, an image for performing a warning, an output of a voice calling for a warning, an output of a warning sound, vibration, or the like. For example, in the present embodiment, a case where output corresponding to information indicating that such a route has been searched is performed will be described as an example.

また、出力部105は、例えば、探索部104が取得した探索結果である安全な経路または安全でない経路を示す経路情報を出力してもよい。経路情報を出力する、ということは、経路情報が有する経路上の道路情報や、ノードデータや、リンクデータの識別情報を、通過順番と対応付けて出力することであっても良い。通過順番と対応付けて出力するとは、例えば、通過順番を示す番号等の情報を付与して出力することや、通過順番に沿って並べて出力することである。また、経路情報を出力するということは、例えば、経路情報が示す経路を、地図上に示した地図の画像を出力することである。なお、経路情報が示す経路を含む領域の地図情報を地図情報格納部101から取得し、この地図情報が示す地図上に経路情報が示す経路を示した地図の画像を取得する処理等は公知の技術であるのでここでは詳細な説明は省略する。   Further, the output unit 105 may output route information indicating a safe route or an unsafe route that is a search result acquired by the search unit 104, for example. Outputting the route information may mean outputting road information on the route included in the route information, node data, or link data identification information in association with the passing order. To output in association with the passage order is, for example, adding information such as a number indicating the passage order and outputting the information, or arranging and outputting the information along the passage order. Further, outputting the route information means, for example, outputting a map image showing the route indicated by the route information on the map. In addition, the process etc. which acquire the map information of the area | region containing the path | route which route information shows from the map information storage part 101, and acquire the image of the map which showed the path | route which route information shows on the map which this map information shows are well-known. Since it is a technique, detailed description is omitted here.

出力部105は、ディスプレイやスピーカー等の出力デバイスを含むと考えても含まないと考えても良い。出力部105は、出力デバイスのドライバーソフトまたは、出力デバイスのドライバーソフトと出力デバイス等で実現され得る。   The output unit 105 may or may not include an output device such as a display or a speaker. The output unit 105 can be implemented by output device driver software, or output device driver software and an output device.

現在位置取得部106は、ナビゲーション装置1の現在位置の情報を取得する。現在位置の情報は、例えば、現在位置の緯度及び経度の情報である。例えば、現在位置取得部106は、GPS受信機と同様の処理を行うことで、現在位置の情報を取得する。また、無線LANや携帯電話の位置検出を行う処理等と同様の処理により現在位置の情報を取得しても良い。また、その他の処理によって、現在位置の情報を取得しても良い。また、現在位置取得部106は、地磁気センサ等を備えていても良い。現在位置取得部106が現在位置の情報を取得するタイミングやトリガー等は問わない。現在位置取得部106は、例えば、受付部103や移動軌跡蓄積手段1042が出力する現在位置の情報の取得を要求する情報に応じて、現在の位置情報を取得する。予め指定されたトリガーやタイミングにより現在位置検出を行う。例えば、予め指定された時間や、予め指定された時間間隔で現在地検出を行う。現在位置取得部106は、例えばGPS受信機である。また、無線LANや携帯電話の位置検出を行う位置検出処理部と同様の構成等により実現可能である。   The current position acquisition unit 106 acquires information on the current position of the navigation device 1. The current position information is, for example, information on the latitude and longitude of the current position. For example, the current position acquisition unit 106 acquires information on the current position by performing processing similar to that performed by the GPS receiver. Further, the current position information may be acquired by a process similar to a process for detecting the position of a wireless LAN or a mobile phone. Further, the current position information may be acquired by other processing. The current position acquisition unit 106 may include a geomagnetic sensor or the like. There is no limitation on the timing or trigger at which the current position acquisition unit 106 acquires information on the current position. For example, the current position acquisition unit 106 acquires current position information according to information requesting acquisition of information on the current position output from the reception unit 103 or the movement locus accumulation unit 1042. The current position is detected by a trigger or timing specified in advance. For example, the current location is detected at a predesignated time or a predesignated time interval. The current position acquisition unit 106 is, for example, a GPS receiver. Moreover, it is realizable by the structure similar to the position detection process part which detects the position of wireless LAN or a mobile telephone.

携帯数取得部108は、携帯電話の基地局の情報を管理するサーバ装置(図示せず)から、基地局と通信可能な携帯電話数を取得する。通常、携帯電話の各基地局においては、各基地局と通信可能な携帯電話数を取得することが可能である。このため、携帯数取得部108は、この携帯電話数を、各基地局の情報を管理するサーバ装置(以下、基地局サーバ装置)から取得する。基地局サーバ装置は、時間帯別に携帯電話数を有していてもよく、携帯数取得部108は、この時間帯別の携帯電話数を取得しても良い。基地局サーバ装置とは、少なくとも基地局と通信可能な携帯電話数の情報を管理するサーバ装置であればよい。携帯数取得部108は、基地局サーバ装置から、ネットワークや通信回線経由で取得する。基地局サーバ装置は、各基地局に設けられたサーバ装置であってもよいし、複数の基地局が取得した携帯電話数の情報等を、一括管理するサーバ装置であっても良い。なお、携帯数取得部108は、予測経路探索手段1043が次に移動すると予測される道路を検出した場合に、この道路に最も距離が近い基地局と通信可能な最新の携帯電話数を取得するようにしても良い。なお、この場合、最も近い基地局との距離が、予め指定された距離未満の場合にのみ、通信可能な最新の携帯電話数を取得するようにしても良い。携帯数取得部108は、ネットワーク等を介して情報を取得するための受信手段や送信手段等の通信手段で構成される。   The mobile number acquisition unit 108 acquires the number of mobile phones that can communicate with the base station from a server device (not shown) that manages information on base stations of mobile phones. Normally, each base station of a mobile phone can obtain the number of mobile phones that can communicate with each base station. Therefore, the mobile number acquisition unit 108 acquires the number of mobile phones from a server device (hereinafter referred to as a base station server device) that manages information on each base station. The base station server device may have the number of mobile phones for each time zone, and the mobile number acquisition unit 108 may acquire the number of mobile phones for each time zone. The base station server device may be a server device that manages at least information on the number of mobile phones that can communicate with the base station. The mobile number acquisition unit 108 acquires from the base station server device via a network or a communication line. The base station server device may be a server device provided in each base station, or a server device that collectively manages information on the number of mobile phones acquired by a plurality of base stations. When the predicted route search unit 1043 detects a road that is predicted to move next, the mobile number acquisition unit 108 acquires the latest number of mobile phones that can communicate with the base station closest to the road. You may do it. In this case, the latest number of mobile phones that can be communicated may be acquired only when the distance to the nearest base station is less than a predetermined distance. The portable number acquisition unit 108 includes communication means such as reception means and transmission means for acquiring information via a network or the like.

人数情報蓄積部109は、携帯数取得部108が取得した携帯電話数を用いて、基地局に対応する道路についての人数情報を取得して安全性情報格納部102に蓄積する。例えば、人数情報蓄積部109は、地図情報格納部101に格納されている道路情報から、各基地局に対応する道路(ここではリンク)を検出する。各基地局に対応する道路としては、例えば、各基地局との距離が最も近い道路、あるいは、各基地局から予め指定された距離内にある道路を検出する。そして、携帯数取得部108が各基地局について取得した携帯電話数を、検出した道路の人数として取得し、この人数と、各道路と対応付けた人数情報を安全性情報格納部102に蓄積する。   The number-of-persons information storage unit 109 acquires the number of people information about the road corresponding to the base station using the number of mobile phones acquired by the mobile number acquisition unit 108 and stores it in the safety information storage unit 102. For example, the number information storage unit 109 detects roads (here, links) corresponding to each base station from road information stored in the map information storage unit 101. As a road corresponding to each base station, for example, a road closest to each base station, or a road within a predetermined distance from each base station is detected. Then, the mobile number acquisition unit 108 acquires the number of mobile phones acquired for each base station as the number of detected roads, and accumulates the number of people and the number of people information associated with each road in the safety information storage unit 102. .

なお、携帯数取得部108が、予測経路探索手段1043が次の移動先として予測した道路に最も距離が近い基地局と通信可能な最新の携帯電話数を取得した場合、この携帯電話数を、この道路についての人数情報として、安全性情報格納部102に蓄積するようにしてもよい。   When the mobile number acquisition unit 108 acquires the latest mobile phone number that can communicate with the base station that is closest to the road predicted by the predicted route search unit 1043 as the next destination, You may make it accumulate | store in the safety information storage part 102 as number-of-persons information about this road.

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

犯罪関連情報取得部111は、犯罪サーバ装置(図示せず)から、犯罪関連情報を取得する。犯罪サーバ装置は、犯罪関連情報を有するサーバ装置である。犯罪サーバ装置は、例えば、各地の犯罪関連情報が蓄積されたデータベースを有するサーバ装置である。犯罪サーバ装置は、例えば、犯罪関連情報を提供するための警察や国家公安委員会が管理するサーバ装置である。あるいは新聞社や警備会社等の民間が管理するサーバ装置であっても良い。犯罪サーバ装置は、時間帯別の犯罪関連情報を有していてもよく、犯罪関連情報取得部111は、時間帯別に犯罪関連情報を取得しても良い。   The crime related information acquisition unit 111 acquires crime related information from a crime server device (not shown). The crime server device is a server device having crime-related information. The crime server device is, for example, a server device having a database in which crime-related information for each place is accumulated. The crime server device is, for example, a server device managed by a police or a national public security committee for providing crime-related information. Alternatively, a server device managed by a private company such as a newspaper company or a security company may be used. The crime server apparatus may have crime-related information for each time zone, and the crime-related information acquisition unit 111 may acquire crime-related information for each time zone.

犯罪関連情報は、犯罪が発生した地点または道路を示す情報を含む犯罪に関する情報である。犯罪が発生した地点または道路を示す情報とは、例えば、犯罪が発生した地点の地名や、住所等の情報である。また、犯罪が発生した道路を示す情報は、例えば、犯罪が発生した道路名等の道路の識別情報やノードやリンクの識別情報等である。犯罪関連情報は、例えば、犯罪が発生した日時や、犯罪の種類や、犯罪の重さ等を示す情報を有している。犯罪関連情報は、個々の犯罪についての情報であっても良いし、集計等により個々の犯罪の情報を加工して得られる情報であってもよい。   The crime-related information is information related to a crime including information indicating a point or road where the crime occurs. The information indicating the location or road where the crime occurred is, for example, information such as the place name or address of the location where the crime occurred. The information indicating the road where the crime occurred is, for example, road identification information such as the name of the road where the crime occurred, node or link identification information, or the like. The crime related information includes, for example, information indicating the date and time when the crime occurred, the type of crime, the weight of the crime, and the like. The crime-related information may be information about individual crimes, or may be information obtained by processing information on individual crimes by tabulation or the like.

犯罪関連情報取得部111は、一以上の犯罪サーバ装置から、ネットワークや通信回線経由で犯罪関連情報を取得する。犯罪関連情報取得部111は、ネットワーク等を介して情報を取得するための受信手段や送信手段等の通信手段で構成される。   The crime related information acquisition unit 111 acquires crime related information from one or more crime server devices via a network or a communication line. The crime-related information acquisition unit 111 includes communication means such as reception means and transmission means for acquiring information via a network or the like.

犯罪情報蓄積部112は、犯罪関連情報取得部111が取得した犯罪関連情報を用いて、犯罪情報を取得して安全性情報格納部102に蓄積する。例えば、取得した犯罪関連情報が、道路(例えば、リンク)の識別情報を含む場合、この犯罪関連情報をそのまま、犯罪情報として安全性情報格納部102に蓄積しても良い。また、犯罪関連情報が、地名や住所等を有する情報であれば、犯罪情報蓄積部112は、この地名や住所が示す領域を通過する道路や、領域に隣接する道路を、地図情報格納部101に格納されている地図情報を用いて検出し、検出した道路の識別情報と、取得した犯罪関連情報とを対応付けた犯罪情報を安全性情報格納部102に蓄積してもよい。また、犯罪情報蓄積部112は、同じ道路についての犯罪関連情報について、集計等の加工を行い、これにより得られた犯罪の情報(例えば、種類別の犯罪発生数の情報等)と、道路の識別情報とを対応付けた情報を犯罪情報として蓄積しても良い。   The crime information storage unit 112 acquires crime information using the crime related information acquired by the crime related information acquisition unit 111 and stores it in the safety information storage unit 102. For example, when the acquired crime-related information includes road (for example, link) identification information, the crime-related information may be stored in the safety information storage unit 102 as crime information as it is. If the crime-related information is information having a place name, an address, etc., the crime information accumulating unit 112 displays a road passing through the area indicated by the place name or address, or a road adjacent to the area, by the map information storage unit 101. Crime information in which the detected road identification information and the acquired crime-related information are associated with each other may be accumulated in the safety information storage unit 102. In addition, the crime information accumulating unit 112 performs processing such as tabulation on crime-related information on the same road, and information on crimes obtained by this (for example, information on the number of crime occurrences by type) Information associated with identification information may be accumulated as crime information.

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

図2は、本実施の形態1のナビゲーション装置1の動作の一例を示すフローチャートである。以下、図2を用いて動作について説明する。なお、ここでは、安全でない経路を探索する場合の例について説明する。   FIG. 2 is a flowchart showing an example of the operation of the navigation device 1 according to the first embodiment. The operation will be described below with reference to FIG. Here, an example of searching for an unsafe route will be described.

(ステップS201)受付部103は、現在地情報を受け付けたか否かを判断する。受付部103がどのようなタイミングやトリガーで現在地情報を受け付けるかは問わない。例えば、受付部103は、ユーザが入力した現在地情報を受け付けても良い。また、ユーザの指示に応じて現在位置取得部106が現在位置を取得した場合に、この現在位置を受け付けてもよい。受付部103が現在地情報を受け付けた場合、ステップS202に進み、受け付けていない場合、ステップS212に進む。   (Step S201) The receiving unit 103 determines whether or not current location information has been received. It does not matter at what timing or trigger the receiving unit 103 receives the current location information. For example, the reception unit 103 may receive current location information input by the user. Further, when the current position acquisition unit 106 acquires the current position in accordance with a user instruction, the current position may be received. If the receiving unit 103 receives current location information, the process proceeds to step S202. If not received, the process proceeds to step S212.

(ステップS202)予測経路探索手段1043は、ステップS201で取得した現在地情報と、移動軌跡蓄積手段1042に格納されている移動軌跡とを用いて、移動方向を予測する。例えば、予測経路探索手段1043は、現在地情報と、移動軌跡の最新の一の移動軌跡が示す位置情報とを結ぶ線分のうちの、現在地情報側の延長線上を、移動方向として予測する。   (Step S202) The predicted route search means 1043 predicts the moving direction using the current location information acquired in step S201 and the movement locus stored in the movement locus accumulation means 1042. For example, the predicted route search unit 1043 predicts, as a movement direction, an extension line on the current position information side among line segments connecting the current position information and the position information indicated by the latest movement locus of the movement locus.

(ステップS203)予測経路探索手段1043は、ステップS202で予測した移動方向上またはその近傍の道路(例えばリンク)であって、現在地情報が示す現在地からの距離が最も近い道路を道路情報について探索する。   (Step S203) The predicted route search means 1043 searches the road information for a road (for example, a link) in or near the movement direction predicted in Step S202 and having the shortest distance from the current location indicated by the current location information. .

(ステップS204)携帯数取得部108は、ステップS203で取得した道路に近い基地局を探索する。例えば、予め、地図情報格納部101に格納されている地図情報に、基地局の位置を示す情報を、基地局の識別情報と対応付けて格納しておくことで、このような基地局を検出することが可能である。   (Step S204) The portable number acquisition unit 108 searches for a base station close to the road acquired in Step S203. For example, such base station is detected by storing information indicating the position of the base station in advance in association with the base station identification information in the map information stored in the map information storage unit 101. Is possible.

(ステップS205)携帯数取得部108は、ステップS204で探索した基地局に対応する基地局サーバ装置に対して、この基地局に対して通信可能な携帯電話数を要求する情報を送信し、この基地局サーバ装置から携帯電話数を取得する。   (Step S205) The mobile number acquisition unit 108 transmits information requesting the number of mobile phones communicable to the base station to the base station server device corresponding to the base station searched in Step S204. The number of mobile phones is acquired from the base station server device.

(ステップS206)人数情報蓄積部109は、取得した携帯電話数をステップS203で検出した道路についての人数情報として安全性情報格納部102に蓄積する。   (Step S206) The number-of-persons information storage unit 109 stores the acquired number of mobile phones in the safety information storage unit 102 as the number of people information about the road detected in Step S203.

(ステップS207)安全判断手段1044は、安全性情報格納部102から、ステップS203で取得した道路識別情報(あるいはリンク識別情報)と対応付けられた明暗情報を読み出す。そして、この明暗情報を用いて、ステップS203で探索した道路が安全でない道路であるか否かを判断する。そして、判断結果を、図示しない記憶媒体等に一時記憶する。   (Step S207) The safety judging unit 1044 reads the light / dark information associated with the road identification information (or link identification information) acquired in Step S203 from the safety information storage unit 102. Then, using this light / dark information, it is determined whether or not the road searched in step S203 is an unsafe road. Then, the determination result is temporarily stored in a storage medium (not shown).

(ステップS208)安全判断手段1044は、ステップS206で取得したステップS203で探索した道路についての人数情報を読み出す。そして、この人数情報を用いて、ステップS203で探索した道路が安全でない道路であるか否かを判断する。そして、判断結果を、図示しない記憶媒体等に一時記憶する。   (Step S208) The safety judgment means 1044 reads the number of persons information about the road searched at Step S203 acquired at Step S206. Then, using this number information, it is determined whether or not the road searched in step S203 is an unsafe road. Then, the determination result is temporarily stored in a storage medium (not shown).

(ステップS209)安全判断手段1044は、安全性情報格納部102から、ステップS203で取得した道路識別情報(あるいはリンク識別情報)と対応付けられた犯罪情報を読み出す。そして、この犯罪情報を用いて、ステップS203で探索した道路が安全でない道路であるか否かを判断する。そして、判断結果を、図示しない記憶媒体等に一時記憶する。   (Step S209) The safety judging unit 1044 reads out crime information associated with the road identification information (or link identification information) acquired in Step S203 from the safety information storage unit 102. Then, using this crime information, it is determined whether or not the road searched in step S203 is an unsafe road. Then, the determination result is temporarily stored in a storage medium (not shown).

(ステップS210)安全判断手段1044は、ステップS207からステップS209までの判断結果を用いて、安全でない経路が探索されたか否かを判断する。例えば、ステップS207からステップS209までの判断結果の中に、道路が安全でないとする判断結果が二以上含まれる場合は、安全でない経路が探索されたと判断し、二以上含まれなければ、安全でない経路が探索されなかったと判断する。安全でないと判断された場合、ステップS201に戻り、安全でない経路が探索されなかったと判断された場合、ステップS211に進む。なお、安全でないと判断された場合、出力部105が、現状の経路で問題ない旨の出力した上で、ステップS201に戻るようにしても良い。   (Step S210) The safety determination unit 1044 determines whether an unsafe route has been searched using the determination results from Step S207 to Step S209. For example, if the determination results from step S207 to step S209 include two or more determination results indicating that the road is not safe, it is determined that an unsafe route has been searched. If two or more determination results are not included, it is not safe. It is determined that the route has not been searched. If it is determined that the route is not safe, the process returns to step S201. If it is determined that an unsafe route has not been searched, the process proceeds to step S211. If it is determined that the route is not safe, the output unit 105 may output that there is no problem in the current route and then return to step S201.

(ステップS211)出力部105は、探索結果に応じた出力を行う。例えば、ここでは、ステップS210において、安全でない経路が探索されなかったと判断されたため、これからユーザが利用しようとしている経路が、安全ではない旨をモニタ等に表示したり、音声で通知したりする。そして、ステップS201に戻る。   (Step S211) The output unit 105 performs output according to the search result. For example, since it is determined in step S210 that an unsafe route has not been searched, the fact that the route that the user is going to use is not safe is displayed on a monitor or the like, or is notified by voice. Then, the process returns to step S201.

(ステップS212)移動軌跡蓄積手段1042は、現在位置を取得するタイミングであるか否かを判断する。取得するタイミングであれば、ステップS213に進み、タイミングでなければ、ステップS215に進む。   (Step S212) The movement trajectory accumulating unit 1042 determines whether it is time to acquire the current position. If it is the timing to acquire, the process proceeds to step S213, and if not, the process proceeds to step S215.

(ステップS213)移動軌跡蓄積手段1042は、現在位置取得部106に、現在位置の情報を要求する情報を送信し、この要求に応じて現在位置取得部106が取得した現在位置の情報を取得する。   (Step S213) The movement locus accumulating unit 1042 transmits information requesting information on the current position to the current position acquisition unit 106, and acquires information on the current position acquired by the current position acquisition unit 106 in response to the request. .

(ステップS214)移動軌跡蓄積手段1042は、現在の時刻の情報を図示しない時計等から取得して、この現在時刻と、ステップS213で取得した位置情報とを含む移動軌跡情報を、移動軌跡格納手段1041に蓄積する。そして、ステップS201に戻る。   (Step S214) The movement trajectory accumulating means 1042 acquires information on the current time from a clock or the like (not shown), and the movement trajectory storage means includes the movement trajectory information including the current time and the position information acquired in Step S213. Accumulate in 1041. Then, the process returns to step S201.

(ステップS215)犯罪関連情報取得部111は、犯罪情報を取得するタイミングであるか否かを判断する。取得するタイミングであれば、ステップS216に進み、取得するタイミングでなければ、ステップS201に戻る。   (Step S215) The crime-related information acquisition unit 111 determines whether it is time to acquire crime information. If it is the time to acquire, the process proceeds to step S216. If it is not the time to acquire, the process returns to step S201.

(ステップS216)犯罪関連情報取得部111は、安全性情報格納部102に格納されている犯罪情報を更新するために、最新の犯罪関連情報の送信を要求する情報を、犯罪サーバ装置に要求し、この要求に応じて犯罪サーバ装置が送信する犯罪関連情報を受信する。   (Step S216) In order to update the crime information stored in the safety information storage unit 102, the crime related information acquisition unit 111 requests the crime server device for information requesting transmission of the latest crime related information. The crime-related information transmitted by the crime server device in response to this request is received.

(ステップS217)犯罪情報蓄積部112は、犯罪関連情報に含まれる犯罪が発生した道路を示す情報に対応する道路の識別情報と、犯罪関連情報からこの道路を示す情報を除外した情報とを対応付けて有する犯罪情報を、安全性情報格納部102に蓄積して、犯罪情報を更新する。また、犯罪関連情報に、道路を示す情報でなく、犯罪が発生した地点を示す情報が含まれる場合、この地点に対応する道路を探索して、探索した道路の識別情報を取得すればよい。そして、ステップS201に戻る。   (Step S217) The crime information storage unit 112 corresponds to the road identification information corresponding to the information indicating the road where the crime occurred included in the crime related information and the information excluding the information indicating the road from the crime related information. The attached crime information is accumulated in the safety information storage unit 102, and the crime information is updated. In addition, when the crime-related information includes not the information indicating the road but the information indicating the point where the crime occurred, the road corresponding to this point may be searched to obtain the identification information of the searched road. Then, the process returns to step S201.

なお、上記フローチャートにおいては、ステップS204からステップS206において、予測される移動方向上の道路についての最新の人数情報を取得するようにしたが、各道路についての人数情報は、予め携帯数取得部108と人数情報蓄積部109とにより取得され、安全性情報格納部102に蓄積されているようにしても良い。そして、各道路についての人数情報は、予め指定されたタイミングで更新されるようにしても良い。   In the above flowchart, the latest number of people information about the road in the predicted moving direction is acquired from step S204 to step S206, but the number of people information about each road is obtained in advance by the mobile number acquisition unit 108. And the number information storage unit 109, and may be stored in the safety information storage unit 102. The number information about each road may be updated at a timing designated in advance.

また、ステップS216において、犯罪関連情報取得部111は、ナビゲーション装置1の現在地の近傍の犯罪関連情報を取得するようにしても良い。   In step S216, the crime related information acquisition unit 111 may acquire crime related information in the vicinity of the current location of the navigation device 1.

また、ステップS207の直前に、現在の時刻を時計やNTPサーバ等からネットワーク経由等で取得して、この時刻が、予め用意されている夜間を指定する時間内であるか否かを判断して、夜間であれば、ステップS207の処理を行うようにし、夜間でなければ、ステップS207の処理を行わずに、ステップS208に進むようにしても良い。   Also, immediately before step S207, the current time is acquired from a clock or NTP server via a network, etc., and it is determined whether or not this time is within the time designated for nighttime prepared in advance. If it is night, the process of step S207 may be performed. If it is not night, the process of step S207 may be skipped and the process may proceed to step S208.

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

以下、本実施の形態におけるナビゲーション装置1の具体的な動作について説明する。ここでは、ナビゲーション装置1は、携帯型のナビゲーション装置であるとする。なお、この具体例においては、道路が、隣り合うノードで分割された単位のもの、即ちリンクである場合を例に挙げて説明する。   Hereinafter, a specific operation of the navigation device 1 in the present embodiment will be described. Here, it is assumed that the navigation device 1 is a portable navigation device. In this specific example, a case where a road is a unit divided by adjacent nodes, that is, a link will be described as an example.

図3は、ナビゲーション装置1の概念図である。ナビゲーション装置1は、基地局サーバ装置500と、犯罪サーバ装置600と、インターネット等のネットワークを介して通信可能に接続されている。なお、ここでは、説明の便宜上、基地局サーバ装置500と、犯罪サーバ装置600とをそれぞれ一つだけ示しているが、これらはいずれも複数であって良い。   FIG. 3 is a conceptual diagram of the navigation device 1. The navigation device 1 is connected to a base station server device 500, a crime server device 600, and a communicable network via a network such as the Internet. Here, for convenience of explanation, only one base station server device 500 and one crime server device 600 are shown, but there may be a plurality of them.

図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. It is assumed that the coordinates of latitude and longitude of the position indicated by the center position of the map symbol information is 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 is, the shorter the link is in a substantial distance. “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.

ここで、仮に、ナビゲーション装置1を持つユーザが歩いている実空間上の座標が、例えば、「リンクID」が「L3」であるリンク上の座標であるとする。   Here, it is assumed that the coordinates in the real space where the user with the navigation device 1 is walking are, for example, the coordinates on the link whose “link ID” is “L3”.

移動軌跡蓄積手段1042は、予め指定した時間毎(例えば、1分毎)に、GPS受信機等を有する現在位置取得部106に現在位置を要求する情報を出力し、この要求に応じて現在位置取得部106が取得した現在位置の緯度と経度とを取得する。そして、取得した緯度と経度と、図示しない時計等から取得した現在時刻とを対応付けて有する移動軌跡情報を、移動軌跡格納手段1041に蓄積する。ここでは、移動軌跡情報を追記する。   The movement trajectory accumulating unit 1042 outputs information requesting the current position to the current position acquisition unit 106 having a GPS receiver or the like every predetermined time (for example, every minute), and in response to this request, the current position The latitude and longitude of the current position acquired by the acquisition unit 106 are acquired. Then, the movement trajectory information having the acquired latitude and longitude in association with the current time acquired from a clock (not shown) or the like is accumulated in the movement trajectory storage means 1041. Here, the movement trajectory information is added.

図8は、移動軌跡格納手段1041に蓄積されている移動軌跡情報を管理する移動軌跡管理表である。移動軌跡管理表は、現在位置を取得した時刻である「時刻」と、取得した現在地の座標である「緯度、経度」という項目を有している。   FIG. 8 is a movement locus management table for managing movement locus information stored in the movement locus storage means 1041. The movement trajectory management table has items of “time” that is the time when the current position is acquired and “latitude and longitude” that are the coordinates of the acquired current location.

また、犯罪関連情報取得部111は、予め指定したタイミング(例えば、毎月1日等)で、犯罪サーバ装置600に、犯罪関連情報を要求する情報を送信し、この要求に応じて犯罪サーバ装置600から送信される犯罪関連情報を受信する。ここでは、犯罪サーバ装置600が提供する犯罪関連情報は、毎月1日に更新される先月の、リンク別の犯罪の発生件数を示す値であるとする。犯罪関連情報は、例えば、リンクIDと犯罪の発生件数とを対応付けて有する情報であるとする。犯罪関連情報取得部111は、取得した犯罪関連情報で、安全性情報格納部102に格納されている犯罪情報を更新する。   Also, the crime related information acquisition unit 111 transmits information requesting crime related information to the crime server device 600 at a timing designated in advance (for example, the first day of every month), and the crime server device 600 responds to this request. Receive crime-related information sent from. Here, it is assumed that the crime-related information provided by the crime server apparatus 600 is a value indicating the number of crimes by link in the last month updated on the first day of each month. The crime-related information is, for example, information having a link ID and the number of crimes associated with each other. The crime related information acquisition unit 111 updates the crime information stored in the safety information storage unit 102 with the acquired crime related information.

図9は、安全性情報格納部102に格納されている最新の犯罪情報を管理する犯罪情報管理表を示す図である。犯罪情報管理表は、「リンクID」と、先月の犯罪の発生件数を示す「犯罪件数」という項目を有している。なお、ここでは、犯罪サーバ装置600にも同様の犯罪関連情報が格納されていたとする。   FIG. 9 is a diagram showing a crime information management table for managing the latest crime information stored in the safety information storage unit 102. The crime information management table has items of “link ID” and “number of crimes” indicating the number of crimes that occurred last month. Here, it is assumed that the crime server apparatus 600 stores similar crime-related information.

ここで、ユーザが、これから進もうとする経路についての安全性を判断したいと考えて、ナビゲーション装置1に対して、経路の安全性の判断を行うための予め指定された操作等を行ったとする。例えば、予め指定されたボタン等を押したとする。   Here, it is assumed that the user wishes to determine the safety of the route that is about to proceed, and performs a predesignated operation or the like for the navigation device 1 to determine the safety of the route. . For example, assume that a previously specified button or the like is pressed.

この操作に応じて、受付部103は、現在位置取得部106から、現在位置の情報を取得して、この情報を現在地情報として受け付ける。例えば、ここで受け付けた現在地情報は、(x20,y20)であったとする。   In response to this operation, the receiving unit 103 acquires information on the current position from the current position acquisition unit 106 and receives this information as current location information. For example, it is assumed that the current location information received here is (x20, y20).

次に、予測経路探索手段1043は、まず、現在地情報(x20,y20)と、図8に示した移動軌跡管理表のうちの最新の移動軌跡情報とから、現在ユーザが移動中であるリンクを探索し、その進行方向を予測する。具体的には、予測経路探索手段1043は、まず、図5に示したノード管理表と、図6に示したリンク管理表とから、各リンクの、両端のノードの座標を取得する。そして、取得した両端のノードの座標で特定される各リンクを示す線分と、現在地情報(x20,y20)との距離をそれぞれ算出して、最も現在地情報(x20,y20)との距離が近い線分を探索する。探索により検出された線分に対応するリンクが、現在ユーザが移動中の道路を示すリンクである。ここでは、リンクIDが「L3」であるリンクが移動中の道路を示すリンクとして探索されたとする。なお、線分の代わりにベクトルを利用してもよい。また、現在地情報に対応するリンクを探索する際に、いわゆるマップマッチング等の技術を利用してもよい。   Next, the predicted route search means 1043 first determines a link that the user is currently moving from the current location information (x20, y20) and the latest movement locus information in the movement locus management table shown in FIG. Search and predict the direction of travel. Specifically, the predicted route search means 1043 first acquires the coordinates of the nodes at both ends of each link from the node management table shown in FIG. 5 and the link management table shown in FIG. Then, the distance between the line segment indicating each link specified by the coordinates of the acquired nodes and the current location information (x20, y20) is calculated, and the distance from the current location information (x20, y20) is the shortest. Search for line segments. The link corresponding to the line segment detected by the search is a link indicating the road on which the user is currently moving. Here, it is assumed that a link having a link ID “L3” is searched as a link indicating a moving road. A vector may be used instead of a line segment. Further, when searching for a link corresponding to the current location information, a technique such as so-called map matching may be used.

次に、移動軌跡情報が示す軌跡から、道路上における予測される移動方向を取得する。軌跡から道路上の移動方向を取得する処理は、カーナビゲーション装置等の技術として公知であるので、ここでは説明は省略する。ここでは、予測される移動方向として、ノード「N3」からノード「N4」に向かう移動方向を取得されたとする。   Next, a predicted moving direction on the road is acquired from the track indicated by the moving track information. Since the process of acquiring the moving direction on the road from the trajectory is known as a technique for a car navigation device or the like, the description thereof is omitted here. Here, it is assumed that the movement direction from the node “N3” toward the node “N4” is acquired as the predicted movement direction.

なお、ここでは、ノードIDが「n」であるノードや、リンクIDが「m」であるリンクを、それぞれノード「n」、リンク「m」と呼ぶ。例えば、ノード「N3」は、ノードIDが「N3」であるノードである。   Here, the node having the node ID “n” and the link having the link ID “m” are referred to as a node “n” and a link “m”, respectively. For example, the node “N3” is a node whose node ID is “N3”.

次に、このノード「N4」と接続されるリンクのリンクIDを、図6に示したリンク管理表から取得する。具体的には、リンク管理表において「両端ノード」の値に「N4」を含むレコードを検出し、検出した各レコードの「リンクID」を取得する。ただし、現在のリンクID「L3」は取得しない。ここでは、リンクIDとして、「L4」、「L5」、「L6」が取得されたとする。   Next, the link ID of the link connected to this node “N4” is acquired from the link management table shown in FIG. Specifically, a record including “N4” in the value of “end node” in the link management table is detected, and “link ID” of each detected record is acquired. However, the current link ID “L3” is not acquired. Here, it is assumed that “L4”, “L5”, and “L6” are acquired as the link IDs.

次に、予測経路探索手段1043は、これらのリンクIDが示す各リンクの両端のノードの座標を図5のノード管理表と図6のリンク管理表とを用いてそれぞれ取得する。また、予測経路探索手段1043は、現在のリンクの両端のノード「N3」、「N4」の座標を図5のノード管理表と図6のリンク管理表とを用いて取得する。そして、現在のリンク「L3」についての、予測される進行方向を示すベクトルであるノード「N3」から「N4」へ向かうベクトルと、ノード「N4」と接続された各リンクについてのノード「N3」を起点とした端点間を結ぶベクトルとのなす角度をそれぞれ算出し、角度が一番小さくなるベクトルが得られるリンクのリンクIDを取得する。ここでは、ノード「N3」から「N4」へ向かう現在のリンクについてのベクトルと、ノード「N4」からノード「N5」へ向かうリンク「L5」についてのベクトルとのなす角度が最も小さく、リンクIDとして「L5」が取得されたとする。リンクIDが「L5」であるリンクが、次に移動すると予測されるリンク(道路)である。   Next, the predicted route search means 1043 acquires the coordinates of the nodes at both ends of each link indicated by these link IDs using the node management table of FIG. 5 and the link management table of FIG. Also, the predicted route search means 1043 acquires the coordinates of the nodes “N3” and “N4” at both ends of the current link using the node management table of FIG. 5 and the link management table of FIG. Then, for the current link “L3”, a vector indicating the predicted traveling direction from the node “N3” to “N4”, and a node “N3” for each link connected to the node “N4” The angle formed by the vector connecting the end points starting from is calculated, and the link ID of the link from which the vector with the smallest angle is obtained is obtained. Here, the angle formed by the vector for the current link from the node “N3” to “N4” and the vector for the link “L5” from the node “N4” to the node “N5” is the smallest. It is assumed that “L5” is acquired. The link whose link ID is “L5” is a link (road) that is predicted to move next.

図10は、地図情報格納部101に格納されている携帯電話の基地局の位置を管理する基地局管理表である。基地局管理表は、基地局の識別情報である「基地局ID」と、基地局の位置を緯度と経度とで示す「緯度,経度」という情報を有している。   FIG. 10 is a base station management table for managing the position of the mobile phone base station stored in the map information storage unit 101. The base station management table includes “base station ID” which is identification information of the base station, and information “latitude and longitude” indicating the position of the base station by latitude and longitude.

次に、携帯数取得部108は、予測経路探索手段1043が探索したリンク「L5」と最も近い携帯電話の基地局を検出する。ここでは、予測経路探索手段1043が探索したリンク「L5」が示す線分と最も近い基地局を、図10に示した基地局管理表に格納されている基地局の「緯度,経度」の値を用いて探索する。そして、探索した基地局の識別情報を基地局管理情報から取得する。ここでは、基地局の識別情報が「基地局B」である基地局の距離が最も近いと判断され、この識別情報「基地局B」が取得されたとする。そして、携帯数取得部108は、この識別情報「基地局B」が示す基地局と通信可能な最新の携帯電話数の情報を要求する情報を、基地局サーバ装置500に送信する。   Next, the mobile number acquisition unit 108 detects the mobile phone base station closest to the link “L5” searched by the predicted route search means 1043. Here, the base station closest to the line indicated by the link “L5” searched by the predicted route search means 1043 is the value of “latitude and longitude” of the base station stored in the base station management table shown in FIG. Search using. And the identification information of the searched base station is acquired from the base station management information. Here, it is determined that the distance of the base station whose base station identification information is “base station B” is the shortest, and this identification information “base station B” is acquired. Then, the mobile number acquisition unit 108 transmits information requesting information on the latest number of mobile phones communicable with the base station indicated by the identification information “base station B” to the base station server device 500.

基地局サーバ装置500は、各基地局と通信可能な携帯電話数の情報を、各基地局の識別情報と対応付けて図示しない格納部等に格納しており、ナビゲーション装置1が送信した識別情報「基地局B」に対応した携帯電話数の情報を要求する情報を受け付けると、この識別情報「基地局B」に対応した携帯電話数の情報を図示しない格納部等から読み出して、ナビゲーション装置1に送信する。   The base station server device 500 stores information on the number of mobile phones that can communicate with each base station in association with the identification information of each base station in a storage unit (not shown), and the identification information transmitted by the navigation device 1 When the information requesting the information on the number of mobile phones corresponding to “base station B” is received, the information on the number of mobile phones corresponding to this identification information “base station B” is read from a storage unit or the like (not shown), and the navigation device 1 Send to.

携帯数取得部108は、基地局サーバ装置500から要求に応じて送信される携帯電話数の情報を取得する。ここでは、取得した携帯電話数が「32」であったとする。人数情報蓄積部109は、携帯数取得部108が取得した携帯電話数「32」を、そのまま、リンク「L5」についての人数情報「32」として、図示しない記憶媒体等に一時記憶する。   The mobile number acquisition unit 108 acquires information on the number of mobile phones transmitted from the base station server device 500 in response to a request. Here, it is assumed that the acquired number of mobile phones is “32”. The number-of-persons information storage unit 109 temporarily stores the number of mobile phones “32” acquired by the number-of-mobiles acquisition unit 108 as it is in the storage medium (not shown) as the number of people information “32” for the link “L5”.

図11は、安全性情報格納部102に格納されている明暗情報を管理する明暗情報管理表である。明暗情報は、「リンクID」と、明暗情報を示す「明暗」という項目も有している。「明暗」の項目において、「明」は道路が明るいことを示し、「暗」は道路が暗いことを示す。   FIG. 11 is a light / dark information management table for managing light / dark information stored in the safety information storage unit 102. The light / dark information includes items of “link ID” and “light / dark” indicating the light / dark information. In the item of “brightness”, “bright” indicates that the road is bright, and “dark” indicates that the road is dark.

次に、安全判断手段1044は、リンク「L5」についての明暗情報を取得する。具体的には、安全判断手段1044は、図11に示した明暗情報管理表において、「リンクID」が「L5」であるレコードを検出し、そのレコードの「明暗」の値を取得する。ここでは、図11に示した明暗情報管理表の上から5番目のレコードが検出され、このレコードの「明暗」の値「暗」を、リンク「L5」についての明暗情報として取得する。   Next, the safety determination unit 1044 acquires light / dark information about the link “L5”. Specifically, the safety determination unit 1044 detects the record whose “link ID” is “L5” in the light / dark information management table shown in FIG. 11 and acquires the value of “light / dark” of the record. Here, the fifth record from the light / dark information management table shown in FIG. 11 is detected, and the value “dark” of “light / dark” of this record is acquired as the light / dark information for the link “L5”.

そして、安全判断手段1044は、取得した明暗情報が「暗」であるため、明暗情報に関して、リンク「L5」が示す道路が安全でないと判断する。そして、判断結果を図示しない記憶媒体等に一時記憶する。   The safety determination unit 1044 determines that the road indicated by the link “L5” is not safe with respect to the light / dark information because the acquired light / dark information is “dark”. Then, the determination result is temporarily stored in a storage medium (not shown).

次に、安全判断手段1044は、リンク「L5」について取得した人数情報「32」を用いて、リンク「L5」が示す道路が安全であるか否かを判断する。ここでは、人数情報が予め指定されている閾値「25」以下であることが、人数情報に関してリンクが安全でないと判断する条件であるとすると、人数情報「32」は、閾値「25」以上であるため、安全判断手段1044は、人数に関しては、リンク「L5」が安全でないと判断しない。そして、判断結果を図示しない記憶媒体等に一時記憶する。   Next, the safety determination unit 1044 determines whether or not the road indicated by the link “L5” is safe, using the number information “32” acquired for the link “L5”. Here, if it is a condition for determining that the link is not safe with respect to the number information, the number information “32” is equal to or more than the threshold value “25”. Therefore, the safety determination unit 1044 does not determine that the link “L5” is not safe regarding the number of people. Then, the determination result is temporarily stored in a storage medium (not shown).

次に、安全判断手段1044は、図9に示した犯罪情報管理表から、リンク「L5」について犯罪情報を取得する。具体的には、安全判断手段1044は、犯罪情報管理表から、「リンクID」が「L5」であるレコードの「犯罪件数」の値である「40」を犯罪情報として取得する。そして、この、犯罪情報「40」を用いて、リンク「L5」が示す道路が安全であるか否かを判断する。ここでは、犯罪情報が予め指定されている閾値「30」以上であることが、犯罪情報に関してリンクが安全でないと判断する条件であるとすると、犯罪情報「40」は、閾値「30」以上であるため、安全判断手段1044は、犯罪情報については、リンク「L5」が安全でないと判断する。そして、判断結果を図示しない記憶媒体等に一時記憶する。   Next, the safety judging unit 1044 acquires crime information for the link “L5” from the crime information management table shown in FIG. Specifically, the safety judging unit 1044 acquires “40” which is the value of “number of crimes” of the record whose “link ID” is “L5” from the crime information management table as crime information. Then, using the crime information “40”, it is determined whether or not the road indicated by the link “L5” is safe. Here, if the crime information is a condition for determining that the link is not safe with respect to the crime information, the crime information “40” is greater than or equal to the threshold “30”. Therefore, the safety determination unit 1044 determines that the link “L5” is not safe for crime information. Then, the determination result is temporarily stored in a storage medium (not shown).

そして、安全判断手段1044は、明暗情報と、人数情報と、犯罪情報を用いた安全性の判断結果に応じて、予測される移動方向において探索されたリンク「L5」が安全でないと判断されたか否かを判断し、安全でなければ、安全でない経路が探索されたと判断する。例えば、ここでは、明暗情報と、人数情報と、犯罪情報とをそれぞれ用いた安全性の判断の結果の中に、安全でないと判断した判断結果が2以上含まれる場合、探索されたリンクが安全でないと判断することが予め条件として指定されているとすると、ここでは、明暗情報と犯罪情報については、リンク「L5」が安全でないと判断されているため、安全判断手段1044は、探索されたリンクが安全でないと判断し、安全でない経路が探索されたことを示す判断結果を取得する。   Whether the link “L5” searched for in the predicted moving direction is determined to be unsafe according to the safety determination result using the light / dark information, the number of persons information, and the crime information. If it is not safe, it is determined that an unsafe route has been searched. For example, here, if there are two or more determination results that are determined to be unsafe among the results of the safety determination using light / dark information, number of persons information, and crime information, the searched link is safe If it is preliminarily designated as a condition that it is determined that the link is not safe, the link “L5” is determined to be unsafe for the light and dark information and the crime information. It is determined that the link is not safe, and a determination result indicating that an unsafe route has been searched is acquired.

出力部205は、安全判断手段1044が安全でない経路が探索されたことを示す判断結果を取得したため、ユーザが利用しようとしている経路が安全でない経路であることを示す出力を行う。ここでは、例えば、ユーザの現在地を含む地図図柄情報を、地図情報格納部101から読み出すとともに、この地図のルート「L5」上に、他の道路とは異なる色の線等を表示することで、このルート「L5」の表示態様を、他のルートに対して異なる表示態様として表示する。そして、ユーザが利用しようとしている経路が安全でない旨の警告文、例えば、「これから先のルートが、防犯上、安全でない可能性があります。」等を表示する。   The output unit 205 outputs that indicates that the route that the user is trying to use is an unsafe route because the safety determining unit 1044 has acquired a determination result indicating that an unsafe route has been searched. Here, for example, the map symbol information including the current location of the user is read from the map information storage unit 101, and on the route “L5” of the map, a line having a color different from that of other roads is displayed. The display mode of this route “L5” is displayed as a different display mode with respect to other routes. Then, a warning message that the route that the user is trying to use is unsafe, for example, “the future route may be unsafe for crime prevention” is displayed.

図12は、出力部205による経路が安全でないことを示す表示例を示す図である。   FIG. 12 is a diagram illustrating a display example indicating that the route by the output unit 205 is not safe.

このように、本実施の形態によれば、ユーザが利用しようとする経路を予測して、その経路が犯罪に関して安全であるか否かの判断結果を出力することができる。これにより、例えば、ユーザが安全でない経路を取ろうとしていると予測した場合に、ユーザに警告を行うことができ、ユーザが犯罪に巻き込まれにくいよう、ユーザをサポートすることが可能となる。   Thus, according to the present embodiment, it is possible to predict a route that the user intends to use and output a determination result as to whether or not the route is safe with respect to crime. Accordingly, for example, when it is predicted that the user is going to take an unsafe route, a warning can be given to the user, and the user can be supported so that the user is not easily involved in a crime.

また、特に、道路の暗さや人通りの多さや、犯罪の発生状況等を利用して、道路の安全性を判断するため、歩行者や自転車を利用するユーザに対して、犯罪に対して安全な道路を利用する上で有用な情報を提供することができる。   In addition, it is safe against crime for pedestrians and bicycle users, especially in order to judge the safety of roads by using the darkness of the roads, traffic, and the occurrence of crimes. It is possible to provide useful information when using a simple road.

(実施の形態2)
本実施の形態にかかるナビゲーション装置2は、上記実施の形態において説明したナビゲーション装置1において、ユーザの現在地からたどり得る様々な経路であって、犯罪に対する安全な経路、または犯罪に対して安全でない経路を探索して、この探索した経路を示す情報を出力するようにしたものである。
(Embodiment 2)
The navigation device 2 according to the present embodiment is a variety of routes that can be followed from the current location of the user in the navigation device 1 described in the above embodiment, and is a safe route for crimes or a route that is not safe for crimes. And information indicating the searched route is output.

図13は、本実施の形態2にかかるナビゲーション装置2のブロック図である。
ナビゲーション装置2は、地図情報格納部101、安全性情報格納部102、受付部103、探索部204、出力部205、現在位置取得部106、携帯数取得部108、人数情報蓄積部109、犯罪関連情報取得部111、犯罪情報蓄積部112を備える。
FIG. 13 is a block diagram of the navigation device 2 according to the second embodiment.
The navigation device 2 includes a map information storage unit 101, a safety information storage unit 102, a reception unit 103, a search unit 204, an output unit 205, a current position acquisition unit 106, a mobile number acquisition unit 108, a number information storage unit 109, and crime related An information acquisition unit 111 and a crime information storage unit 112 are provided.

探索部204および出力部205以外の構成等については、上記実施の形態1と同様であるので、ここでは詳細な説明は省略する。   Since the configuration other than the search unit 204 and the output unit 205 is the same as that of the first embodiment, detailed description thereof is omitted here.

探索部204は、道路情報と安全性情報とを用いて、現在地情報が示す現在地に関連した安全な経路、または安全でない経路を探索する。本実施の形態においては、特に、探索部204は、現在地情報が示す現在地から到達可能な道路の中から犯罪に対して安全な道路、または安全でない道路を探索する。ここで述べる道路は、例えば、上述したようなリンクと考えてよい。現在地から到達可能な道路とは、現在地から選択可能な様々な経路に含まれる道路と考えて良い。なお、探索された安全でないと判断される道路を含む経路は、結果的に安全でない経路であり、探索された安全であると判断された道路だけを含む経路は、結果的に安全な経路となることから、このように、各道路の中から、安全な道路、または安全でない道路を探索することも、ここでは、結果的に、犯罪に対して安全でない経路を探索すること、あるいは犯罪に対して安全な経路を探索することと考える。   The search unit 204 searches for a safe route related to the current location indicated by the current location information or an unsafe route using the road information and the safety information. In the present embodiment, in particular, search unit 204 searches for a road that is safe against crime or an unsafe road from roads that can be reached from the current location indicated by the current location information. The road described here may be considered as a link as described above, for example. A road that can be reached from the current location may be considered as a road that is included in various routes that can be selected from the current location. A route including a road that is determined to be unsafe as a result is an unsafe route, and a route that includes only a road that is determined to be safe as a result is a safe route. Therefore, in this way, searching for a safe road or an unsafe road from among the roads, as a result, searching for a route that is not safe against crime, It is considered to search for a safe route.

例えば、探索部204は、現在地から到達可能な各道路について、それぞれ、上記実施の形態の探索部104と同様に、明暗情報や、人数情報や、犯罪情報等の安全性情報を用いて、安全性の判断を行い、判断結果を道路毎に取得する。安全性の判断は、上述したような、安全でない道路であるか否か、または安全な道路であるか否かの判断である。安全でない道路と判断された道路は、探索によって検出された安全でない道路の一つとなる。また、安全である道路と判断された道路は、探索によって検出された安全な道路の一つとなる。なお、ここで探索部204が探索する経路は、不特定の一以上の目的地への経路と考えても良い。   For example, for each road that can be reached from the current location, the search unit 204 uses safety information such as light / dark information, number information, crime information, and the like, as in the search unit 104 of the above embodiment. Judgment of sex is made and the result of judgment is acquired for each road. The determination of safety is a determination as to whether or not it is an unsafe road or a safe road as described above. The road determined to be an unsafe road is one of the unsafe roads detected by the search. A road that is determined to be a safe road is one of the safe roads detected by the search. Here, the route searched by the search unit 204 may be considered as a route to one or more unspecified destinations.

探索部204は、上記実施の形態と同様に、明暗情報が夜間に暗いことを示す道路を安全でない道路と判断する。また、探索部204は、人数情報が人の少ないことを示す道路を安全でない道路と判断する。また、探索部204は、犯罪情報が予め指定された条件を満たす道路を安全でない道路と判断する。   Similar to the above embodiment, the search unit 204 determines that a road indicating that the light / dark information is dark at night is an unsafe road. In addition, the search unit 204 determines that a road whose number information indicates that there are few people is an unsafe road. In addition, the search unit 204 determines that a road that satisfies the crime information specified in advance is an unsafe road.

探索部204は、通常、現在地情報が示す現在地を含む予め指定された探索範囲内で経路を探索する。探索部204が経路を探索する予め指定された探索範囲はどのような範囲であっても良い。例えば、現在地情報が示す現在地から、予め指定された距離にある範囲であってもよいし、現在地を中心に設定した予め指定された大きさの矩形領域等であってもよい。例えば、出力部205が出力する現在地を含む地図で表示されている領域を経路を、探索する範囲と考えても良い。また、探索範囲は、受付部103等を介して指定した範囲であっても良い。   The search unit 204 normally searches for a route within a search range designated in advance including the current location indicated by the current location information. The search range designated in advance by which the search unit 204 searches for a route may be any range. For example, it may be a range at a predetermined distance from the current position indicated by the current position information, or may be a rectangular area having a predetermined size set around the current position. For example, an area displayed on a map including the current location output by the output unit 205 may be considered as a range for searching for a route. Further, the search range may be a range specified via the receiving unit 103 or the like.

なお、上述した現在地から到達可能な各道路とは、経路を探索する範囲内に含まれる道路(例えばリンク)だけを利用した場合に、現在地から到達可能な道路であっても良いし、探索範囲以外の部分の道路を利用した場合にだけ到達できる道路も含んでも良い。探索範囲以外の道路を利用して到達できる道路も含めて良い場合、探索部204は、探索範囲内の全ての道路について、安全であるか否か、あるいは安全でないか否かの判断を行うようにしてもよい。通常、ほとんどの道路へは、一の地点からさまざまな道路をくみあわせることで到達可能であるからである。逆に、探索範囲内で現在地から到達可能な道路とする場合、探索範囲内でリンクやノードによって現在地と接続されている道路を検出して、検出された道路について、安全であるか否か、あるいは安全でないか否かの判断を行うようにすればよい。   Each road that can be reached from the current location described above may be a road that can be reached from the current location when only a road (for example, a link) included in the route search range is used. A road that can be reached only when a road other than the above is used may also be included. When it is acceptable to include roads that can be reached using roads other than the search range, the search unit 204 determines whether all roads within the search range are safe or not safe. It may be. This is because most roads can usually be reached by combining various roads from a single point. On the other hand, when the road is reachable from the current location within the search range, the road connected to the current location by a link or a node within the search range is detected, and whether the detected road is safe or not, Alternatively, it may be determined whether or not it is unsafe.

探索部204は、通常、MPUやメモリ等から実現され得る。探索部204の処理手順は、通常、ソフトウェアで実現され、当該ソフトウェアはROM等の記録媒体に記録されている。但し、ハードウェア(専用回路)で実現しても良い。   The search unit 204 can be usually realized by an MPU, a memory, or the like. The processing procedure of the search unit 204 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).

出力部205は、探索部204の探索結果に応じた出力を行う。ここでは、探索部204が探索した安全でない道路、または安全である道路を示す情報を出力する。例えば、探索部204が探索した安全でない道路、または安全である道路を示す地図を表示する。例えば、探索部204により、安全でない道路が探索されたとすると、出力部205がこの道路を示す情報を出力することで、この道路を含むよう取り得る経路が、探索部204によって探索された安全でない経路として示されたこととなる。また、例えば、探索部204により、安全である道路が探索されたとすると、出力部205がこのような道路を示す情報を出力することで、このような道路を極力多く含むよう取り得る経路が、探索部204によって探索された安全である経路として示されたこととなる。安全でない道路、または安全である道路を示す地図を表示する、ということは、例えば、現在地を含む範囲、あるいは、上記の探索範囲の地図図柄情報等を読み出して、探索部204が探索した安全でない道路、または安全である道路を、他の道路に対して異なる表示態様となるように、地図上に表示することである。異なる表示態様とは、例えば、探索部204が探索した道路上に予め指定された色やパターンの線を表示したり、探索した道路の色を、他の道路の色と異なる色やパターンで表示したりすることである。   The output unit 205 performs output according to the search result of the search unit 204. Here, information indicating an unsafe road searched by the search unit 204 or a safe road is output. For example, a map indicating an unsafe road searched by the search unit 204 or a safe road is displayed. For example, if an unsafe road is searched for by the search unit 204, the output unit 205 outputs information indicating the road, and a route that can be taken to include this road is not safe searched by the search unit 204. It will be shown as a route. Also, for example, if a safe road is searched by the search unit 204, the output unit 205 outputs information indicating such a road, so that a route that can be taken to include such a road as much as possible is It is shown as a safe route searched by the search unit 204. Displaying a map indicating an unsafe road or a safe road means, for example, that the search unit 204 searches for a range including the current location or the map pattern information of the search range described above, and so on. A road or a safe road is displayed on a map so as to have a different display mode with respect to other roads. The different display modes include, for example, displaying a color or pattern line designated in advance on the road searched by the search unit 204, or displaying the color of the searched road in a color or pattern different from the color of other roads. Is to do.

出力部205は、ディスプレイ等の出力デバイスを含むと考えても含まないと考えても良い。出力部205は、出力デバイスのドライバーソフトまたは、出力デバイスのドライバーソフトと出力デバイス等で実現され得る。   The output unit 205 may or may not include an output device such as a display. The output unit 205 can be realized by output device driver software, or output device driver software and an output device.

図14は、本実施の形態2のナビゲーション装置2の動作の一例を示すフローチャートである。以下、ナビゲーション装置2の動作について説明する。なお、ここでは、安全でない経路を探索する場合の例について説明する。図14において、図2と同一符号は同一または相当するステップを示す。また、ここでは、道路がリンクである場合を例に挙げて説明する。   FIG. 14 is a flowchart showing an example of the operation of the navigation device 2 according to the second embodiment. Hereinafter, the operation of the navigation device 2 will be described. Here, an example of searching for an unsafe route will be described. 14, the same reference numerals as those in FIG. 2 denote the same or corresponding steps. Here, a case where the road is a link will be described as an example.

(ステップS1401)探索部204は、現在地に応じた探索範囲を決定する。例えば、探索部204は、現在地を含む予め指定された範囲を探索範囲に決定する。予め指定された範囲は、例えば、現在地を中心とした、地図のデフォルトの表示領域に対応した範囲や、現在既に表示されている現在地を含む地図の表示領域に対応した範囲である。   (Step S1401) The search unit 204 determines a search range according to the current location. For example, the search unit 204 determines a predesignated range including the current location as the search range. The range designated in advance is, for example, a range corresponding to the default display area of the map centered on the current position, or a range corresponding to the display area of the map including the current position that is currently displayed.

(ステップS1402)探索部204は、カウンターnに1を代入する。   (Step S1402) Search part 204 substitutes 1 to counter n.

(ステップS1403)探索部204は、探索範囲内にn番目の道路(ここではリンク)があるか否かを判断する。例えば、道路情報が示すリンクデータを用いて、探索範囲内に、少なくなくとも一部が配置されるn番目のリンクがあるか否かを判断する。n番目の道路がある場合、ステップS204に進み、ない場合、ステップS1407に進む。   (Step S1403) The search unit 204 determines whether or not there is an nth road (here, a link) within the search range. For example, using the link data indicated by the road information, it is determined whether or not there is an nth link in which at least a part is arranged in the search range. If there is an nth road, the process proceeds to step S204, and if not, the process proceeds to step S1407.

(ステップS1404)探索部204は、n番目の道路が安全でないか否かを、ステップS207〜ステップS209の判断結果に応じて判断する。この判断処理の詳細は、図2のステップS210の処理と同様であるので、ここでは説明は省略する。安全でない場合、ステップS1405に進み、安全でないと判断されなかった場合、ステップS1406に進む。   (Step S1404) The search unit 204 determines whether or not the nth road is unsafe according to the determination results of Steps S207 to S209. The details of this determination process are the same as the process of step S210 in FIG. If it is not safe, the process proceeds to step S1405. If it is not determined that it is not safe, the process proceeds to step S1406.

(ステップS1405)探索部204は、n番目の道路が安全でないことを示す情報を、n番目の道路と対応付けて図示しない記憶媒体等に蓄積する。例えば、n番目のリンクの識別情報を、安全でない道路を管理する管理情報に追記しても良い。また、n番目のリンクが安全でないことを示すフラグ情報等を、n番目のリンクの識別情報と対応付けて蓄積してもよい。   (Step S1405) The search unit 204 accumulates information indicating that the nth road is not safe in a storage medium (not shown) or the like in association with the nth road. For example, the identification information of the nth link may be added to management information for managing an unsafe road. Further, flag information indicating that the nth link is not safe may be stored in association with the identification information of the nth link.

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

(ステップS1407)出力部205は、ステップS1404で安全でない道路と判断された道路を示した地図を表示する。例えば、出力部205は、探索範囲に対応する地図図柄情報を101から読み出す。また、ステップS1405で蓄積された安全でない道路(リンク)の識別情報を読み出す。そして、この識別情報が示す道路の表示態様が、他の道路の表示態様と異なるようにした地図の画像を生成して表示する。例えば、安全でない道路上に予め指定された色やパターンの線を配置した地図の画像を生成して表示する。そして、ステップS201に戻る。   (Step S1407) The output unit 205 displays a map showing the road determined to be an unsafe road in step S1404. For example, the output unit 205 reads map symbol information corresponding to the search range from 101. Further, the identification information of the unsafe road (link) accumulated in step S1405 is read. Then, a map image in which the display mode of the road indicated by the identification information is different from the display mode of other roads is generated and displayed. For example, a map image in which lines of a color or pattern designated in advance are arranged on an unsafe road is generated and displayed. Then, the process returns to step S201.

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

以下、本実施の形態におけるナビゲーション装置2の具体的な動作について説明する。ナビゲーション装置2の概念図は図3と同様である。なお、この具体例においては、道路を、隣り合うノードで分割された単位のもの、即ちリンクとする場合を例に挙げて説明する。   Hereinafter, a specific operation of the navigation device 2 in the present embodiment will be described. The conceptual diagram of the navigation apparatus 2 is the same as that of FIG. In this specific example, a case where a road is a unit divided by adjacent nodes, that is, a link will be described as an example.

この具体例においては、上記実施の形態1の具体例と同様の地図情報や、道路情報(ノードデータやリンクデータ)等が地図情報格納部101に予め格納されているものとする。また、上記実施の形態1の具体例と同様の明暗情報や犯罪情報等が安全性情報格納部102に予め格納されているものとする。なお、犯罪関連情報取得部111が犯罪関連情報を取得して、犯罪情報蓄積部112等が犯罪情報を蓄積する処理等については、上記実施の形態1の具体例と同様であるので、ここでは説明を省略する。   In this specific example, it is assumed that map information similar to the specific example of the first embodiment, road information (node data and link data), and the like are stored in the map information storage unit 101 in advance. Further, it is assumed that the same light / dark information and crime information as those in the specific example of the first embodiment are stored in the safety information storage unit 102 in advance. Since the crime-related information acquisition unit 111 acquires crime-related information and the crime information storage unit 112 and the like store the crime information is similar to the specific example of the first embodiment, Description is omitted.

上記実施の形態1の具体例と同様に、ユーザがナビゲーション装置2に対して、経路の安全性の判断を行うための予め指定された操作等を行ったとすると、この操作に応じて、受付部103は、現在位置取得部106から、現在位置の情報を取得して、この情報を現在地情報として受け付ける。例えば、ここで受け付けた現在地情報は、(x20,y20)であったとする。   As in the specific example of the first embodiment, if the user performs a predetermined operation or the like for the navigation device 2 to determine the safety of the route, the receiving unit 103 acquires information on the current position from the current position acquisition unit 106 and accepts this information as current location information. For example, it is assumed that the current location information received here is (x20, y20).

探索部204は、この現在地を中心とした予め指定された範囲を探索範囲に決定する。ここでは、現在地を中心とした予め指定された縮尺の地図を、ナビゲーション装置2のモニタに表示した場合の、モニタ内における地図の表示範囲に対応した実空間の領域を探索範囲に決定する。例えば、決定される範囲は、現在地情報が示す位置(x20,y20)を中心とした、縦Vメートル、横Sメートルの領域であるとする。なお、探索範囲の縦横比は、ここでは、ナビゲーション装置2の地図の表示領域の縦横比と同じであるとする。   The search unit 204 determines a predesignated range centered on the current location as the search range. Here, when a map of a scale specified in advance centered on the current location is displayed on the monitor of the navigation device 2, the real space area corresponding to the display range of the map in the monitor is determined as the search range. For example, it is assumed that the determined range is an area of V meters in length and S meters in width with the position (x20, y20) indicated by the current location information as the center. Here, it is assumed that the aspect ratio of the search range is the same as the aspect ratio of the map display area of the navigation device 2.

次に、探索部204は、この探索範囲内に位置する道路を、図5に示したノード管理表と、図6に示したリンク管理表とを用いて検出する。なお、ここで検出する道路はノードで区切られた単位の道路、即ちリンクである。例えば、各リンクの両端のノードの座標を用いて、各リンクの線分を取得し、この線分の少なくとも一部が探索範囲内に含まれるか否かを判断する。そして、含まれると判断されたリンクは、探索範囲内に位置するリンクと判断して、その「リンクID」を図示しない記憶媒体等に一時記憶する。   Next, the search unit 204 detects a road located within this search range using the node management table shown in FIG. 5 and the link management table shown in FIG. Note that the road detected here is a road in units divided by nodes, that is, a link. For example, the line segment of each link is acquired using the coordinates of the nodes at both ends of each link, and it is determined whether or not at least a part of the line segment is included in the search range. The link determined to be included is determined as a link located within the search range, and the “link ID” is temporarily stored in a storage medium (not shown).

ここでは、例えば、「リンクID」が「L1」から「L35」までのリンクが、探索範囲内のリンクと判断され、これらの「リンクID」が図示しない記憶媒体に一時記憶されたとする。   Here, for example, it is assumed that links with “link ID” from “L1” to “L35” are determined as links within the search range, and these “link IDs” are temporarily stored in a storage medium (not shown).

そして、探索部204は、記憶媒体に一時記憶された「リンクID」が示すリンクに対して順番に、安全でない道路(即ちリンク)であるか否かの判断を行う。例えば、まず、「リンクID」が「L1」であるリンクについて安全ではない道路であるか否かの判断を行う。具体的には、上記実施の形態1の具体例における、予測された進行方向の道路が犯罪に対して安全でない道路(リンク)であるか否かの判断と同様の判断が行われる。ここでは、判断の処理は省略する。そして、安全でない道路(リンク)であると判断された場合、その「リンクID」を図示しない記憶媒体に一時記憶する。また、同様に、「リンクID」が「L1」以外の残りのリンクについても同様の処理を順番に行い、安全でないリンクの「リンクID」を追記していく。例えば、ここでは、リンク「L1」、リンク「L5」、およびリンク「L9」が安全でないリンクと判断され、これらの「リンクID」が一時記憶されたとする。   Then, the search unit 204 sequentially determines whether or not the road is an unsafe road (that is, a link) with respect to the link indicated by the “link ID” temporarily stored in the storage medium. For example, first, it is determined whether or not the link whose “link ID” is “L1” is an unsafe road. Specifically, in the specific example of the first embodiment, a determination similar to the determination as to whether or not the road in the predicted traveling direction is a road (link) that is not safe against crime is performed. Here, the determination process is omitted. If it is determined that the road (link) is not safe, the “link ID” is temporarily stored in a storage medium (not shown). Similarly, the same processing is performed in order for the remaining links whose “link ID” is other than “L1”, and the “link ID” of the unsafe link is additionally written. For example, it is assumed here that the link “L1”, the link “L5”, and the link “L9” are determined to be insecure links, and these “link IDs” are temporarily stored.

そして、探索部204が探索範囲内の全てのリンクについて安全でないか否かの判断を行うと、出力部205は、安全でないと判断された道路(リンク)を示す地図を表示する。具体的には、出力部205は、上述した探索範囲が示す範囲の地図図柄情報を地図情報格納部101から読み出す。そして、上記で図示しない記憶媒体に蓄積された探索部204が安全でないと判断したリンクのリンクIDを順次読み出し、地図図柄情報が示す地図の画像の、この読み出したリンクIDが示すリンクに対応した道路上に、安全でない道路であることを示す予め指定された色の線を順次配置していく。予め指定された色は、他の道路とは異なる色であるとする。そして、安全でない道路状に予め指定された色の線を配置した地図の画像を、出力部205がナビゲーション装置1のモニタに表示する。   When the search unit 204 determines whether or not all links within the search range are unsafe, the output unit 205 displays a map indicating roads (links) determined to be unsafe. Specifically, the output unit 205 reads out the map symbol information in the range indicated by the search range described above from the map information storage unit 101. And the link ID of the link which the search part 204 accumulate | stored in the storage medium which is not illustrated above determined as unsafe is read sequentially, and it corresponds to the link which this read link ID of the map image which map symbol information shows A line of a color designated in advance indicating an unsafe road is sequentially arranged on the road. It is assumed that the color designated in advance is different from other roads. Then, the output unit 205 displays on the monitor of the navigation device 1 an image of a map in which lines of a predetermined color are arranged on an unsafe road.

図15は、出力部205による探索部204による探索結果に応じた地図の表示例を示す図である。   FIG. 15 is a diagram illustrating a display example of a map corresponding to a search result by the search unit 204 by the output unit 205.

以上、本実施の形態によれば、犯罪に対して安全でない道路または安全である道路を探索して、現在地からの経路を示す地図上に、探索された道路を示すようにしたことにより、安全でない経路、または安全である経路をユーザに示すことが可能となる。例えば、地図上に安全でない道路を示すことで、ユーザは、地図上に表示された経路のうちの、犯罪に対して安全でない道路として示されている道路を通過する経路が、犯罪に対して安全でない経路であることを容易に把握することができる。   As described above, according to the present embodiment, a road that is not safe against crime or a road that is safe is searched, and the searched road is shown on the map showing the route from the current location. It is possible to show the user a route that is not or is safe. For example, by indicating an unsafe road on the map, the user can select a route that passes through a road that is indicated as a road that is not safe against crime from among the routes displayed on the map. It can be easily understood that the route is not safe.

(実施の形態3)
本実施の形態において、安全性情報を用いて、安全でない経路、または安全である経路を探索し、探索結果である経路を示す情報を、例えば地図上に出力するようにしたものである。
(Embodiment 3)
In the present embodiment, the safety information is used to search for an unsafe route or a safe route, and information indicating the route as a search result is output on a map, for example.

図16は、本実施の形態におけるナビゲーション装置3のブロック図である。
ナビゲーション装置3は、地図情報格納部101、安全性情報格納部102、受付部303、探索部304、出力部305、現在位置取得部106、携帯数取得部108、人数情報蓄積部109、犯罪関連情報取得部111、犯罪情報蓄積部112を備える。
FIG. 16 is a block diagram of the navigation device 3 in the present embodiment.
The navigation device 3 includes a map information storage unit 101, a safety information storage unit 102, a reception unit 303, a search unit 304, an output unit 305, a current position acquisition unit 106, a mobile number acquisition unit 108, a number information storage unit 109, and crime related An information acquisition unit 111 and a crime information storage unit 112 are provided.

探索部304は、重み付け値格納手段3040、安全判断手段3041、重み付け値取得手段3042、取得重み付け値格納手段3043、経路探索手段3044とを備えている。   The search unit 304 includes weight value storage means 3040, safety judgment means 3041, weight value acquisition means 3042, acquisition weight value storage means 3043, and route search means 3044.

受付部303,探索部304および出力部305以外の構成については、上記実施の形態1と同様であるので、ここでは説明を省略する。   Since the configuration other than the reception unit 303, the search unit 304, and the output unit 305 is the same as that of the first embodiment, description thereof is omitted here.

受付部303は、受付部103と同様に、現在地情報を受け付ける。さらに、受付部303は、目的地を示す情報である目的地情報を受け付ける。目的地情報とは、例えば、実空間における目的地を示す(緯度,経度)の位置情報、地名などである。目的地情報とは、経路探索の終点を示す情報と考えても良い。受付部303のその他の構成については上記実施の形態1の受付部103と同様であるので、ここでは詳細な説明は省略する。   The accepting unit 303 accepts current location information in the same manner as the accepting unit 103. Furthermore, the reception unit 303 receives destination information that is information indicating a destination. The destination information is, for example, (latitude, longitude) position information indicating a destination in real space, a place name, and the like. The destination information may be considered as information indicating the end point of the route search. Since the other configuration of the receiving unit 303 is the same as that of the receiving unit 103 of the first embodiment, detailed description thereof is omitted here.

探索部304は、道路情報と安全性情報とを用いて、現在地情報が示す現在地に関連した安全な経路、または安全でない経路を探索する。本実施の形態においては、特に、探索部304は、道路情報と安全性情報とを用いて、現在地情報が示す現在地と、目的地情報が示す目的地との間の、犯罪に対して安全な一以上の経路、または安全でない一以上の経路を探索する。そして、探索した経路を示す経路情報を取得する。   The search unit 304 uses the road information and the safety information to search for a safe route or an unsafe route related to the current location indicated by the current location information. In the present embodiment, in particular, search unit 304 uses road information and safety information, and is safe against crime between the current location indicated by the current location information and the destination indicated by the destination information. Search for one or more routes or one or more routes that are not secure. Then, route information indicating the searched route is acquired.

経路情報は、経路を特定可能な情報であればよい。例えば、経路情報は、経路で通過する一以上の道路や交差点や分岐点を示す情報を、それらの通過順番と対応付けて示した情報である。また、経路情報は、経路で通過するノード及びリンクを、それらの通過順番と対応付けて示した情報である。通過順番と対応付けて示した情報とは、通過順番を示す番号等の情報を対応付けた情報であっても良いし、通過順番に従って、予め指定されたルール等に従って配列したり蓄積したものであっても良い。例えば、ノード及びリンクの識別情報が、通過順番を示す番号の情報と対応付けて蓄積された情報であっても良いし、ノード及びリンクの識別情報が通過順番が示す順番に配列されて蓄積された情報であっても良い。   The route information may be information that can identify the 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 is information indicating nodes and links passing through the route in association with their passing order. The information shown in association with the passage order may be information in which information such as a number indicating the passage order is associated with each other, or is arranged or accumulated according to a rule specified in advance according to the passage order. There 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.

犯罪に対して安全な経路とは、例えば、犯罪に対して安全と判断される道路を多く利用する経路である。また、探索部304は、また、犯罪に対して安全でない経路とは、例えば、犯罪に対して安全でないと判断される道路を多く利用する経路である。探索部304は、例えば、犯罪に対して安全、かつ最速または最短の一以上の経路を探索することが好ましい。   The route safe against crime is, for example, a route that uses many roads that are judged safe against crime. Moreover, the search part 304 is a path | route which uses many roads judged not to be safe with respect to a crime, for example, as a path | route which is not safe with respect to a crime. The search unit 304 preferably searches for one or more routes that are safe against crime and the fastest or shortest.

探索部304が、道路情報と安全性情報とを用いて、どのように犯罪に対して安全な一以上の経路、または安全でない一以上の経路を取得するかは問わない。ここでは、犯罪に対して安全な一以上の経路、または安全でない一以上の経路を取得する処理の例について以下に説明する。   It does not matter how the search unit 304 acquires one or more routes that are safe against crimes or one or more routes that are not safe using road information and safety information. Here, an example of processing for acquiring one or more routes that are safe against crimes or one or more routes that are not safe will be described below.

(A)安全でない道路を除外した安全な経路の探索
探索部304は、道路情報が示す各道路(例えば、リンク)について、上記実施の形態1の安全判断手段1044等と同様に、明暗情報や、人数情報や、犯罪情報等の安全性情報を用いて、安全でない道路であるか否かを判断し、判断結果を、リンクと対応付けて図示しない記憶媒体等に蓄積しておく。そして、現在地情報が示す現在地と、目的地情報が示す目的地との間の経路を探索する際に、安全でない道路であると判断されたリンクを除外したリンクだけを用いて、経路探索を行う。経路探索の方法としては、従来の技術において説明したダイクストラ法や、A*アルゴリズムや、その他の様々な経路探索方法や、経路探索アルゴリズム等の従来技術が利用可能である。また、ここで利用する経路探索方法やアルゴリズム等としては、複数経路を探索するアルゴリズム等を利用してもよい。このような処理によって、安全なリンクだけを利用した安全な経路を探索することができる。
(A) Searching for a safe route excluding unsafe roads The search unit 304, for each road (for example, a link) indicated by the road information, similar to the safety judgment unit 1044 of the first embodiment, Using the safety information such as the number information and crime information, it is determined whether the road is unsafe, and the determination result is stored in a storage medium (not shown) in association with the link. Then, when searching for a route between the current location indicated by the current location information and the destination indicated by the destination information, the route search is performed using only the links excluding the link determined to be an unsafe road. . As a route search method, the conventional techniques such as the Dijkstra method, the A * algorithm, various other route search methods, and the route search algorithm described in the related art can be used. Further, as a route search method or algorithm used here, an algorithm or the like for searching for a plurality of routes may be used. By such processing, it is possible to search for a safe route using only a safe link.

なお、安全でない道路を除外した場合に、現在地から目的地までの経路が探索できない場合や、探索される経路の距離等が、現在地から目的地までの距離に対して予め指定された比率を超えるほど離れている場合等には、安全でないと判断されたルートの全て、あるいは一部を戻して、経路検索を行うようにしてもよい。あるいは、予め、安全でないと判断されたリンクを、さらに、安全性の高さによって複数段階に分けられた安全性の判断結果と対応付けて蓄積しておくようにし、安全性の高い判断結果と対応付けられたリンクから順番に追加していくようにしても良い。例えば、明暗情報と、人数情報と、犯罪情報とのうちの一つについてのみ安全でないと判断されたリンクを軽度の安全でないリンク、2つについて安全でないと判断されたリンクを中度の安全でないリンク、三つの全てについて安全でないと判断されたリンクを重度の安全でないリンクとして、蓄積しておくようにしても良い。   In addition, when an unsafe road is excluded, the route from the current location to the destination cannot be searched, or the distance of the searched route exceeds the ratio specified in advance with respect to the distance from the current location to the destination. When the distance is far away, the route search may be performed by returning all or part of the route determined to be unsafe. Alternatively, links that are determined to be unsafe in advance are further stored in association with safety determination results that are divided into a plurality of stages according to the level of safety. You may make it add in order from the link linked | related. For example, a link that is determined to be unsafe for only one of light / dark information, number information, and crime information is a mild insecure link, and a link that is determined to be unsafe for two is not moderately safe You may make it accumulate | store the link judged as unsafe about all three links as a serious unsafe link.

また、安全でない道路を除外する代わりに、安全であると判断された道路だけを用いて、経路を探索することで、安全な経路を探索するようにしても良い。この場合、予め、道路情報が示す道路が安全である道路であるか否かを予め判断して、判断結果を蓄積しておく必要がある。   Further, instead of excluding unsafe roads, a safe route may be searched by searching for a route using only roads that are determined to be safe. In this case, it is necessary to determine in advance whether or not the road indicated by the road information is a safe road, and accumulate the determination result.

(B)安全でない道路だけを用いた安全でない経路の探索
探索部304は、道路情報が示す各道路について、上記(A)の場合と同様に、明暗情報や、人数情報や、犯罪情報等の安全性情報を用いて、安全でない道路であるか否かを判断し、判断結果を、リンクと対応付けて図示しない記憶媒体等に蓄積しておく。そして、現在地情報が示す現在地と、目的地情報が示す目的地との間の経路を探索する際に、安全でないと判断されたリンクだけを用いて、経路探索を行う。経路探索の方法と上記の(A)の場合と同様である。このような処理によって、距離や時間等の点から好適であると考えられる経路であっても、安全でない道路を、ユーザが誤って選択しないよう、ユーザに知らせることができる。
(B) Search for an unsafe route using only unsafe roads The search unit 304, for each road indicated by the road information, performs light / dark information, number information, crime information, etc., as in the case of (A) above. Using the safety information, it is determined whether the road is unsafe, and the determination result is stored in a storage medium (not shown) in association with the link. Then, when searching for a route between the current location indicated by the current location information and the destination indicated by the destination information, the route search is performed using only the link determined to be unsafe. The route search method is the same as in the case of (A) above. By such processing, it is possible to notify the user so that the user does not accidentally select an unsafe road even if the route is considered to be preferable in terms of distance, time, and the like.

なお、安全でない道路だけでは、現在地から目的地までの経路が探索できない場合等においては、上記の(A)と同様に、安全でなる道路の全部や一部を加えるようにすればよい。   In the case where the route from the current location to the destination cannot be searched only with unsafe roads, all or part of the safe roads may be added as in (A) above.

また、安全でない道路だけを経路探索する代わりに、安全であると判断された道路を除外した道路だけを用いて、経路を探索することで、安全でない経路を探索するようにしても良い。この場合、予め、道路情報が示す道路が安全である道路であるか否かを予め判断して、判断結果を蓄積しておく必要がある。   Alternatively, instead of searching for only unsafe roads, an unsafe path may be searched by searching for a path using only roads that exclude roads that are determined to be safe. In this case, it is necessary to determine in advance whether or not the road indicated by the road information is a safe road, and accumulate the determination result.

(C)安全性情報による重み付けを利用した安全な経路の探索
探索部304は、道路情報が示す各道路(例えば、リンク)について、上記実施の形態1の安全判断手段1044等と同様に、予め安全性情報を用いた安全性の判断を行い、各道路について安全性の判断結果を取得する。そして、各道路に対して、安全性の判断結果に応じた重み付けを行って、現在地情報が示す現在地と目的地情報が示す目的地との間の経路探索を行う。経路探索の方法としては、従来の技術において説明したダイクストラ法や、A*アルゴリズムや、その他の様々な経路探索方法や、経路探索アルゴリズム等の従来技術が利用可能である。道路に対して重み付けを行うということは、例えば、道路の評価値について重み付けを行うことである。重み付けは、例えば、安全性の判断結果に対応した重み付け値を用いて行われる。
(C) Search for a safe route using weighting based on safety information The search unit 304 pre-loads each road (for example, a link) indicated by the road information in the same manner as the safety determination unit 1044 in the first embodiment. A safety judgment is made using safety information, and a safety judgment result is obtained for each road. Then, each road is weighted according to the safety determination result, and a route search between the current location indicated by the current location information and the destination indicated by the destination information is performed. As a route search method, the conventional techniques such as the Dijkstra method, the A * algorithm, various other route search methods, and the route search algorithm described in the related art can be used. For example, weighting a road means weighting an evaluation value of the road. The weighting is performed using, for example, a weighting value corresponding to the safety determination result.

例えば、道路情報が示す各リンクについて、明暗情報や、人数情報や、犯罪情報等の安全性情報を用いて、安全性の判断を行い、安全なリンクであるか否か等の判断結果を取得する。そして、例えば、経路探索の処理として、ダイクストラ法等のような、リンクに対応付けられたコストを用いてコストの値が小さくなる経路を探索する処理を行う場合においては、安全でないと判断されているリンクのコストに対する重み付けが大きくなるような重み付けを行い、重み付けされたコストを用いて経路探索を行う。なお、安全でないと判断されたリンクのコストの値が大きくなるような重み付けとは、相対的な重み付けであればよく、例えば、安全であると判断されたリンクのコストの値が小さくなるような重み付けであっても、ここでは結果的に同じことであると考える。重み付けを行うためには、例えば、安全性の判断結果に応じた重み付け値を取得して、この重み付け値を例えば補正用の係数として用いて各リンクのコストを補正すればよい。このような処理によって、安全でないと判断されたリンクが利用された経路が選ばれにくくなり、安全な経路を探索することが可能となる。なお、ここでは、例えば、ノードやリンクを利用した経路探索方法やアルゴリズムが利用可能である。   For example, for each link indicated by road information, safety information such as brightness / darkness information, number of people information, crime information, etc. is used for safety judgment, and whether or not it is a safe link is obtained. To do. And, for example, in the case of performing a process of searching for a path with a low cost value using the cost associated with the link, such as the Dijkstra method, as a path search process, it is determined that it is not safe. Weighting is performed so as to increase the weighting of the cost of a link, and route search is performed using the weighted cost. Note that the weighting that increases the cost value of a link that is determined to be unsafe may be a relative weighting. For example, the cost value of a link that is determined to be safe is decreased. Even if it is weighted, it is considered that it is the same as a result here. In order to perform weighting, for example, a weighting value corresponding to a safety determination result may be acquired, and the cost of each link may be corrected using the weighting value as a correction coefficient, for example. By such processing, it is difficult to select a route using a link that is determined to be unsafe, and a safe route can be searched. Here, for example, a route search method or algorithm using nodes or links can be used.

なお、本実施の形態においては、特に、探索部304が、(C)の安全性情報による重み付けを利用して安全な経路を探索する場合の例について説明する。   In the present embodiment, an example will be described in particular where search unit 304 searches for a safe route using weighting based on the safety information (C).

なお、探索部304が上記のような経路探索のために道路が安全でない道路であるか否かを判断する際には、上記実施の形態1と同様に、例えば、明暗情報が夜間に暗いことを示す道路を安全でない道路と判断する。また、上記実施の形態1と同様に、例えば、人数情報が人の少ないことを示す道路を安全でない道路と判断する。また、上記実施の形態1と同様に、例えば、犯罪情報が予め指定された条件を満たす道路を安全でない道路と判断しても良い。   When the search unit 304 determines whether the road is an unsafe road for the route search as described above, for example, the light / dark information is dark at night as in the first embodiment. Is determined to be an unsafe road. Similarly to the first embodiment, for example, a road whose number information indicates that there are few people is determined as an unsafe road. Further, as in the first embodiment, for example, a road satisfying a condition in which crime information is specified in advance may be determined as an unsafe road.

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

重み付け値格納手段3040には、後述する安全判断手段3041が道路(またはリンク)に対して安全性の判断結果を行った場合に取得され得る判断結果を示す情報と、この判断結果に対応付けられた重み付け値が予め格納される。重み付け値は、経路探索の際に、リンクのコストに対して重み付けを行うために用いられる値である。重み付け値は、例えば、重み付けための係数である。判断結果の情報は、判断結果の情報が示す値の範囲を設定する情報であっても良い。例えば、後述する経路探索手段3044が、経路探索のアルゴリズム等として、コストが小さくなる経路を探索するものを用いる場合には、重み付け値格納手段3040には、犯罪に対してより安全でないと判断された判断結果に対して、より大きい重み付けが行われる重み付け値を対応付けて格納しておくようにする。例えば、安全であるという判断結果に対しては、「0.7」という重み付け値を対応付けて格納しておくようにし、安全でないという判断結果に対しては、「1.2」という重み付け値を対応付けて格納しておく。また、経路探索の経路探索のアルゴリズム等として、コストが大きくなる経路を探索するものを用いる場合等においては、重み付け値格納手段3040には、犯罪に対してより安全でないと判断された判断結果に対して、より小さい重み付けが行われる重み付け値を対応付けて格納しておくようにする。   The weight value storage unit 3040 is associated with information indicating a determination result that can be acquired when a safety determination unit 3041 described later performs a safety determination result on a road (or link) and the determination result. The weighted values are stored in advance. 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 determination result information may be information for setting a range of values indicated by the determination result information. For example, when the route search unit 3044 described later uses a route search algorithm or the like that searches for a route with a low cost, the weight value storage unit 3040 is determined to be less safe against crime. The determination result is stored in association with a weighting value that is subjected to greater weighting. For example, a weighting value “0.7” is stored in association with the determination result that is safe, and a weighting value “1.2” is stored for the determination result that is not safe. Are stored in association with each other. In addition, when a route search algorithm or the like for searching for a route with a high cost is used, the weight value storage means 3040 displays a determination result that is determined to be less safe against crime. On the other hand, a weighting value for performing smaller weighting is associated and stored.

重み付け値格納手段3040は、不揮発性の記録媒体が好適であるが、揮発性の記録媒体でも実現可能である。   The weight value storage means 3040 is preferably a non-volatile recording medium, but can also be realized by a volatile recording medium.

安全判断手段3041は、安全性情報格納部102に格納されている安全性情報を用いて、道路についての犯罪に対する安全性を判断する。道路についての安全性の判断を行うことは、ここでの道路は、ノードで区切られた道路、即ちリンクであってもよい。実際には、多くの経路探索は、ノードを利用して行われるため、ここでの道路は、リンクとすることが好適である。かかることは以下においても同様である。安全判断手段3041は、安全性情報を用いて、各安全性情報に対応付けられている道路についての犯罪に対する安全性を判断する。安全性を判断するとは、安全な道路であるか否かを判断すること、または、安全でないか否かを判断することの少なくとも一方を行うことである。安全でないと判断された場合、安全でない経路が探索されたことを示す探索結果を取得する。また、安全であると判断された場合、安全である経路が探索されたことを示す探索結果を取得する。安全判断手段3041は、上記実施の形態1の安全判断手段1044と同様の処理を行って、各安全性情報と対応付けられた道路の安全性を判断する。例えば、各道路に対応する安全性情報に含まれる明暗情報や、人数情報や、犯罪情報を用いて、上記実施の形態1の安全判断手段1044と同様の処理を行って、各道路の安全性を判断する。この判断処理の詳細については、安全判断手段1044の処理と同様であるので、ここでは詳細な説明は省略する。なお、複数のリンクで構成される一の道路について安全性を判断することは、この道路に含まれる複数のリンクについて安全性を判断することと考えてもよい。   The safety determination unit 3041 determines safety against crimes on the road using the safety information stored in the safety information storage unit 102. The determination of safety regarding a road may be a road divided by nodes, that is, a link. Actually, since many route searches are performed using nodes, the road here is preferably a link. The same applies to the following. The safety determination unit 3041 determines safety against crimes on the road associated with each safety information using the safety information. Determining safety means at least one of determining whether the road is safe or not. If it is determined that the route is not safe, a search result indicating that an unsafe route has been searched is acquired. If it is determined that the route is safe, a search result indicating that a route that is safe has been searched is acquired. The safety determination unit 3041 performs the same processing as the safety determination unit 1044 of the first embodiment, and determines the safety of the road associated with each safety information. For example, the same process as the safety judgment unit 1044 of the first embodiment is performed using the light / dark information, the number information, and the crime information included in the safety information corresponding to each road, and the safety of each road. Judging. The details of this determination processing are the same as the processing of the safety determination means 1044, and thus detailed description thereof is omitted here. Note that determining the safety of one road composed of a plurality of links may be considered as determining the safety of a plurality of links included in the road.

なお、道路についての、犯罪に対する安全性についての判断結果は、安全性の高低や、安全性の質や種類に応じて異なるものであっても良い。例えば、判断結果が示す安全性の高低に応じて、複数段階に分かれている異なる判断結果を示す情報が道路(例えばリンク)と対応付けられて蓄積されても良い。このためには、例えば、道路が安全であるか否か、道路が安全でないか否かを判断する際に、複数の段階に分けた判断結果が得られるような判断条件を用いるようにする。例えば、人数情報を用いて、道路が安全であるか否かを判断する際に、第一及び第二の閾値を設けるようにし、一の道路に対応する人数情報が、第一の閾値を超えなかった場合、安全性が「低」であると判断し、第一の閾値を超えて、第二の閾値を超えなかった場合、安全性が「中」であると判断し、第二の閾値を超えた場合、安全性が「高」であると判断しても良い。あるいは、人数情報等の安全性情報が示す数値そのものや、数値を標準化したものを、そのまま、安全であるか否かの判断結果として用いても良い。また、安全性に対して複数の異なる判断を行う場合に、安全でないと判断された数や、安全でないと判断された判断処理や、判断に用いられた安全性情報に応じて、異なる判断結果を示す情報を取得するようにしても良い。例えば、明暗情報を用いて安全であるか否かの判断を行った場合において、安全であると判断された場合、「明暗:安全」等の判断結果を示す情報を取得し、犯罪情報を用いて安全であるか否かの判断を行った場合において、安全であると判断された場合、「犯罪:安全」等の判断結果を示す情報を取得することで、安全と判断された質を示す判断結果の情報を取得して蓄積してもよい。   In addition, the judgment result about the safety | security with respect to a crime about a road may differ according to the level of safety, and the quality and kind of safety. For example, information indicating different determination results divided into a plurality of stages may be stored in association with roads (for example, links) according to the level of safety indicated by the determination results. For this purpose, for example, when determining whether or not the road is safe and whether or not the road is safe, a determination condition is used so as to obtain a determination result divided into a plurality of stages. For example, when determining whether or not a road is safe using the number of people information, the first and second threshold values are provided, and the number of people information corresponding to one road exceeds the first threshold value. If not, the safety is determined to be “low”. If the first threshold is exceeded and the second threshold is not exceeded, the safety is determined to be “medium” and the second threshold is exceeded. If it exceeds, it may be determined that the safety is “high”. Alternatively, the numerical value itself indicated by the safety information such as the number of people information or a standardized numerical value may be used as it is as a determination result of whether or not it is safe. In addition, when making multiple different judgments on safety, the results of judgments differ depending on the number judged to be unsafe, the judgment processing judged to be unsafe, and the safety information used for the judgment. You may make it acquire the information which shows. For example, when it is determined whether or not it is safe using light and dark information, if it is determined that it is safe, information indicating a determination result such as “light and dark: safe” is acquired and crime information is used. If it is determined whether it is safe or not, if it is determined that it is safe, information indicating the determination result such as “crime: safety” is acquired, and the quality determined to be safe is indicated. Information of the determination result may be acquired and accumulated.

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

重み付け値取得手段3042は、安全判断手段3041が取得した安全性の判断結果に対応した重み付け値を、重み付け値格納手段3040から取得する。なお、対応する重み付け値がない場合は、重み付け値は取得しないようにしてもよい。あるいは、重み付け値として、デフォルトで設定されている値、例えば「1」等を取得してもよい。重み付け値取得手段3042は、取得した重み付け値を、対応する道路(例えばリンク)と対応付けて後述する取得重み付け値格納手段3043に蓄積する。例えば、リンク識別情報と取得した重み付け値とを対応付けて蓄積する。   The weight value acquisition unit 3042 acquires a weight value corresponding to the safety determination result acquired by the safety determination unit 3041 from the weight value storage unit 3040. If there is no corresponding weighting value, the weighting value may not be acquired. Alternatively, a default value such as “1” may be acquired as the weighting value. The weight value acquisition unit 3042 accumulates the acquired weight value in an acquisition weight value storage unit 3043 described later in association with a corresponding road (for example, a link). For example, link identification information and the acquired weighting value are stored in association with each other.

取得重み付け値格納手段3043には、重み付け値取得手段3042が取得した道路(例えばリンク)に対する重み付け値が格納される。取得重み付け値格納手段3043には、例えば、リンクの識別情報と、このリンクについての重み付け値とを有する重み付け判断結果情報が格納される。なお、複数のリンクで構成される道路について重み付け値を取得した場合、取得した重み付け値を、この道路を構成する各リンクと対応付けて蓄積するようにしてもよい。取得重み付け値格納手段3043は、不揮発性の記録媒体が好適であるが、揮発性の記録媒体でも実現可能である。   The acquired weight value storage unit 3043 stores the weight value for the road (for example, link) acquired by the weight value acquisition unit 3042. The acquisition weight value storage means 3043 stores, for example, weight determination result information having link identification information and a weight value for this link. When a weight value is acquired for a road composed of a plurality of links, the acquired weight value may be stored in association with each link constituting the road. The acquisition weight value storage means 3043 is preferably a nonvolatile recording medium, but can also be realized by a volatile recording medium.

経路探索手段3044は、受付部303が受け付けた現在地情報が示す現在地から、目的地情報が示す目的地までの一以上の経路を探索する。経路探索手段3044は、地図情報格納部101に格納されている道路情報に含まれるノードデータとリンクデータとを用いて、経路探索を行う。本実施の形態においては、特に、取得重み付け値格納手段3043に対応する重み付け値が格納されているリンクについては、対応する重み付け値を用いた重み付けを行って、経路探索を行う。具体的には、経路探索手段3044は、経路探索において、各リンクをたどる際等に、取得重み付け値格納手段3043に各リンクに対応付けられた重み付け値が格納されているか否かを判断する。そして、格納されている場合、この重み付け値を読み出す。そして、このリンクについてリンクデータから読み出したコストに、読み出した重み付け値で重み付けして得られる値を、このリンクのコストとして用いて、経路探索を行う。重み付けして得られる値とは、例えば、重み付け係数である重み付け値を乗算して得られる値である。経路探索手段3044が利用する経路探索方法やアルゴリズムは、例えば、上述したようなダイクストラ法や、A*アルゴリズムや、その他の様々な経路探索方法や、経路探索アルゴリズム等が利用可能である。経路探索方法としては、複数経路が探索可能な方法等も利用可能である。経路探索のアルゴリズム等として、コストが小さくなる経路を探索するものを用いる場合には、経路探索手段3044は、コストが小さい経路を探索される。そして、探索された一以上の経路を示す経路情報を、犯罪に対して安全な一以上の経路の経路情報として取得する。なお、リンクに対する重み付け値を取得する処理は、経路探索時の最初に一括して全てのリンク、あるいは、経路探索の対象となる領域周辺の全てのリンクに対して行うようにしても良い。   The route searching unit 3044 searches for one or more routes from the current location indicated by the current location information received by the receiving unit 303 to the destination indicated by the destination information. The route search means 3044 performs a route search using node data and link data included in the road information stored in the map information storage unit 101. In the present embodiment, in particular, for a link in which a weight value corresponding to the acquired weight value storage unit 3043 is stored, a route search is performed by performing weighting using the corresponding weight value. Specifically, the route search unit 3044 determines whether or not the weight value associated with each link is stored in the acquired weight value storage unit 3043 when following each link in the route search. If it is stored, the weight value is read out. Then, a route search is performed by using, as the cost of this link, a value obtained by weighting the cost read from the link data with respect to this link by the read weighting value. The value obtained by weighting is, for example, a value obtained by multiplying a weighting value that is a weighting coefficient. As the route search method and algorithm used by the route search means 3044, for example, the Dijkstra method, the A * algorithm, various other route search methods, the route search algorithm, and the like as described above can be used. As a route search method, a method capable of searching for a plurality of routes can be used. When using a route search algorithm or the like that searches for a route with a low cost, the route search means 3044 searches for a route with a low cost. Then, route information indicating one or more searched routes is acquired as route information of one or more routes that are safe against crime. It should be noted that the process of acquiring the weighting value for the link may be performed for all the links at the beginning of the route search or for all the links around the area to be searched for the route.

経路探索手段3044は、例えば、現在地情報が示す座標に対して最も整合性の高い道路(リンク)上の位置や、最も現在地情報が示す座標に近い道路(リンク)上の位置を、現在地に設定する。このような現在地情報が示す道路上の位置を決定する処理は、マップマッチング処理等として公知であるので、ここでは詳細な説明は省略する。なお、目的地情報が示す目的についてもかかることは同様である。   The route search means 3044 sets, for example, the position on the road (link) having the highest consistency with the coordinates indicated by the current location information or the position on the road (link) closest to the coordinates indicated by the current location information as the current location. To do. Since the process for determining the position on the road indicated by the current location information is known as a map matching process or the like, detailed description thereof is omitted here. The same applies to the purpose indicated by the destination information.

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

出力部305は、探索部304の探索結果に応じた出力を行う。例えば、出力部305は、探索部304が取得した経路情報を出力する。探索部304が取得した経路情報とは、例えば、安全である一以上の経路、または安全でない一以上の経路の経路情報である。経路情報を出力するとは、経路情報をそのまま他の装置にネットワーク等を介して送信したり、記録媒体等に蓄積したりすることであっても良いし、経路情報が示す経路を示す情報を出力することであっても良い。例えば、経路情報に含まれる各リンクに対応する道路名や、ノードに対応する交差点名等を、経路情報が示す経路の順番に、モニタ等に表示しても良いし、これらの道路名や交差点名等を、音声として出力しても良い。また、この経路情報が示す経路を含む地図図柄情報を地図情報格納部101から読み出して、この地図上の経路情報が示す経路に対応する道路の表示態様を、他の道路に対して識別可能な表示態様とした地図を表示するようにしても良い。例えば、この経路に対応する道路上に予め指定された色等の表示属性を有する線を配置した地図の画像を生成して表示しても良い。また、複数の経路を探索した場合には、経路同士も識別可能な態様で表示することが好ましい。なお、経路情報が示す経路を地図上に表示する技術等は公知の技術であるのでここでは詳細な説明は省略する。   The output unit 305 performs output according to the search result of the search unit 304. For example, the output unit 305 outputs the route information acquired by the search unit 304. The route information acquired by the search unit 304 is, for example, route information of one or more routes that are safe or one or more routes that are not safe. 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. Further, when a plurality of routes are searched, it is preferable to display the routes in a manner that allows the routes to be identified. 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.

ここで述べる出力とは、ディスプレイへの表示、プロジェクターを用いた投影、音出力、外部の装置への送信、記録媒体への蓄積、他の処理装置や他のプログラム等への処理結果の引渡し等を含む概念である。出力部305は、ディスプレイやプリンタ等の出力デバイスを含むと考えても含まないと考えても良い。出力部は、出力デバイスのドライバーソフトまたは、出力デバイスのドライバーソフトと出力デバイス等で実現され得る。   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 305 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.

図17は、本実施の形態3のナビゲーション装置3の動作の一例を示すフローチャートである。以下、図17を用いて、ナビゲーション装置3の動作について説明する。ここでは、一例として、リンクごとに、安全性を判断して重み付け値を取得する場合を例に挙げて説明する。なお、図17において、図2と同一符号は同一または相当する処理を示す。   FIG. 17 is a flowchart showing an example of the operation of the navigation device 3 according to the third embodiment. Hereinafter, the operation of the navigation device 3 will be described with reference to FIG. Here, as an example, a case where safety is determined and a weighting value is acquired for each link will be described as an example. In FIG. 17, the same reference numerals as those in FIG. 2 indicate the same or corresponding processes.

(ステップS1701)受付部303は、現在地情報と、目的地情報とを受け付けたか否かを判断する。受付部303がどのようなタイミングやトリガーで現在地情報を受け付けるかは問わない。例えば、受付部303は、ユーザが入力した現在地情報や目的地情報を受け付ける。また、現在地情報については、ユーザの指示に応じて現在位置取得部106が現在位置を取得した場合に、この現在位置を受け付けてもよい。受付部303が現在地情報を受け付けた場合、ステップS1702に進み、受け付けていない場合、ステップS1715に進む。   (Step S1701) The reception unit 303 determines whether or not current location information and destination information have been received. It does not matter at what timing or trigger the receiving unit 303 receives the current location information. For example, the reception unit 303 receives current location information and destination information input by the user. As for the current location information, this current location may be received when the current location acquisition unit 106 acquires the current location in accordance with a user instruction. When the reception unit 303 receives current location information, the process proceeds to step S1702, and when not received, the process proceeds to step S1715.

(ステップS1702)探索部304は、現在地情報が示す現在地と目的地情報が示す目的地とを両方含む周辺地図の地図情報を地図情報格納部101から読み出す。例えば、後述する出力部305がモニタに表示可能な、現在地と目的地とを両方同時に含む最大の縮尺の地図が示す範囲内の全ての道路情報を読み出す。あるいは、目的地を指定するためにユーザが表示した、目的地と現在地とを含む地図の示す範囲内の道路情報を読み出してもよい。ここで読み出す道路情報は、例えば、ノードデータとリンクデータとを含む情報である。   (Step S <b> 1702) The search unit 304 reads map information of a surrounding map including both the current location indicated by the current location information and the destination indicated by the destination information from the map information storage unit 101. For example, all road information within the range indicated by the maximum scale map that can be displayed on the monitor by the output unit 305 described later and that includes both the current location and the destination at the same time is read out. Alternatively, road information within a range indicated by a map including the destination and the current location displayed by the user to specify the destination may be read. The road information read here is, for example, information including node data and link data.

(ステップS1703)安全判断手段3041は、カウンターnに1を代入する。   (Step S1703) The safety judgment means 3041 substitutes 1 for the counter n.

(ステップS1704)安全判断手段3041は、n番目のリンクのリンクデータが、ステップS1702で読み出したリンクデータの中にあるか否かを判断する。ある場合、ステップS1705に進み、ない場合、ステップS1712に進む。   (Step S1704) The safety judging unit 3041 judges whether or not the link data of the nth link is included in the link data read out in Step S1702. If there is, the process proceeds to step S1705, and if not, the process proceeds to step S1712.

(ステップS1705)安全判断手段3041は、安全性情報格納部102から、n番目のリンク(たとえばn番目のリンク識別情報)と対応付けられた明暗情報を読み出す。そして、この明暗情報を用いて、n番目のリンクが安全でない道路であるか否かを判断する。そして、判断結果を、図示しない記憶媒体等に一時記憶する。   (Step S1705) The safety judging unit 3041 reads the light / dark information associated with the nth link (for example, the nth link identification information) from the safety information storage unit 102. Then, using this light / dark information, it is determined whether or not the nth link is an unsafe road. Then, the determination result is temporarily stored in a storage medium (not shown).

(ステップS1706)安全判断手段3041は、安全性情報格納部102から、n番目のリンク(たとえばn番目のリンク識別情報)と対応付けられた人数情報を読み出す。そして、この人数情報を用いて、n番目のリンクが安全でない道路であるか否かを判断する。そして、判断結果を、図示しない記憶媒体等に一時記憶する。   (Step S1706) The safety judging unit 3041 reads the number information associated with the nth link (for example, the nth link identification information) from the safety information storage unit 102. Then, using this number information, it is determined whether or not the nth link is an unsafe road. Then, the determination result is temporarily stored in a storage medium (not shown).

(ステップS1707)安全判断手段3041は、安全性情報格納部102から、n番目のリンク(たとえばn番目のリンク識別情報)と対応付けられた犯罪情報を読み出す。そして、この犯罪情報を用いて、n番目のリンクが安全でない道路であるか否かを判断する。そして、判断結果を、図示しない記憶媒体等に一時記憶する。   (Step S1707) The safety judging unit 3041 reads out crime information associated with the nth link (for example, the nth link identification information) from the safety information storage unit 102. Then, using this crime information, it is determined whether or not the nth link is an unsafe road. Then, the determination result is temporarily stored in a storage medium (not shown).

(ステップS1708)安全判断手段3041は、ステップS1705からステップS1707までの判断処理に応じた安全性の判断結果を取得する。安全判断手段3041は、単に、ステップS1705からステップS1707までにおいて取得されて蓄積された判断結果を読み出すだけであってもよいし、これらの判断結果を用いて総合的な判断結果を取得してもよい。   (Step S1708) The safety determination means 3041 acquires the safety determination result according to the determination processing from step S1705 to step S1707. The safety judgment unit 3041 may simply read out the judgment results acquired and accumulated in steps S1705 to S1707, or may obtain a comprehensive judgment result using these judgment results. Good.

(ステップS1709)重み付け値取得手段3042は、ステップS1708で取得された安全性の判断結果に対応した重み付け値を、重み付け値格納手段3040から取得する。   (Step S1709) The weight value acquisition unit 3042 acquires the weight value corresponding to the safety determination result acquired in step S1708 from the weight value storage unit 3040.

(ステップS1710)安全判断手段3041は、ステップS1709で取得した重み付け値を、n番目のリンクと対応付けて取得重み付け値格納手段3043に蓄積する。例えば、重み付け値のn番目のリンクの識別情報と対応付けて蓄積する。   (Step S1710) The safety judging unit 3041 accumulates the weighting value acquired in step S1709 in the acquired weighting value storage unit 3043 in association with the nth link. For example, it accumulates in association with the identification information of the nth link of the weighting value.

(ステップS1711)安全判断手段3041は、カウンターnの値を1インクリメントする。そして、ステップS1704に戻る。   (Step S1711) The safety judgment means 3041 increments the value of the counter n by 1. Then, the process returns to step S1704.

(ステップS1712)経路探索手段3044は、ステップS1702で読み出したリンクデータおよびノードデータを含む道路データと、取得重み付け値格納手段3043に格納されている重み付け値とを用いて経路探索を行う。具体的には、各リンクに対応するコストに、各リンクに対応した重み付け値を乗算して得られた補正コストを、各リンクのコストとして用いて、1以上の経路の探索を行う。   (Step S1712) The route search unit 3044 performs a route search using the road data including the link data and node data read out in step S1702 and the weight value stored in the acquired weight value storage unit 3043. Specifically, one or more routes are searched 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.

(ステップS1713)経路探索手段3044は、ステップS1712による経路探索結果である1以上の経路情報を取得する。   (Step S1713) The route search means 3044 acquires one or more route information that is the route search result in step S1712.

(ステップS1714)出力部305は、経路情報を出力する。そして、ステップS1701に戻る。   (Step S1714) The output unit 305 outputs route information. Then, the process returns to step S1701.

(ステップS1715)携帯数取得部108は、人数情報を取得するタイミングであるか否かを判断する。取得するタイミングであれば、ステップS1716に進み、取得するタイミング出なければ、ステップS215に進む。   (Step S1715) The mobile number acquisition unit 108 determines whether it is time to acquire the number information. If it is the time to acquire, the process proceeds to step S1716. If the time to acquire does not come, the process proceeds to step S215.

(ステップS1716)携帯数取得部108は、安全性情報格納部102に格納されている人数情報を更新するために、各基地局に対して通信可能な最新の携帯電話数を要求する情報を、1以上の基地局サーバ装置に送信し、この要求に応じて基地局サーバ装置から送信される携帯電話数を取得する。   (Step S1716) In order to update the number of people information stored in the safety information storage unit 102, the number-of-mobile-numbers acquisition unit 108 receives information requesting the latest number of mobile phones that can communicate with each base station, Transmit to one or more base station server devices, and acquire the number of mobile phones transmitted from the base station server device in response to this request.

(ステップS1717)人数情報蓄積部109は、各基地局について取得した携帯電話数を用いて、各基地局に対応するリンクの人数情報を取得し、リンク(具体的にはリンクの識別情報)と対応付けて安全性情報格納部102に蓄積する。たとえば、人数情報蓄積部109は、各基地局の携帯電話数を、各基地局の近傍のリンクについての人数情報として取得し、リンク(具体的にはリンクの識別情報)と対応付けて安全性情報格納部102に蓄積する。そして、ステップS1701に戻る。   (Step S1717) The number-of-persons information storage unit 109 uses the number of mobile phones acquired for each base station to acquire number-of-links information for the link corresponding to each base station, and links (specifically, link identification information) and The information is stored in the safety information storage unit 102 in association with each other. For example, the number of people information storage unit 109 acquires the number of mobile phones of each base station as the number of people about links in the vicinity of each base station, and associates them with links (specifically, link identification information) for safety. Accumulate in the information storage unit 102. Then, the process returns to step S1701.

なお、図17のフローチャートにおいて、電源オフや処理終了の割り込みにより処理は終了する。   In the flowchart of FIG. 17, the process ends when the power is turned off or the process ends.

以下、本実施の形態におけるナビゲーション装置3の具体的な動作について説明する。ナビゲーション装置3の概念図は図3と同様である。この具体例においては、探索部304が上記で説明した(3)の処理により経路を探索する場合の例について説明する。なお、この具体例においては、道路を、隣り合うノードで分割された単位のもの、即ちリンクとする場合を例に挙げて説明する。   Hereinafter, a specific operation of the navigation device 3 in the present embodiment will be described. The conceptual diagram of the navigation apparatus 3 is the same as that of FIG. In this specific example, an example will be described in which the search unit 304 searches for a route by the process (3) described above. In this specific example, a case where a road is a unit divided by adjacent nodes, that is, a link will be described as an example.

この具体例においては、上記実施の形態1の具体例と同様の地図情報や、道路情報(ノードデータやリンクデータ)等が地図情報格納部101に予め格納されているものとする。また、上記実施の形態1の具体例と同様の明暗情報や犯罪情報等が安全性情報格納部102に予め格納されているものとする。なお、犯罪関連情報取得部111が犯罪関連情報を取得して、犯罪情報蓄積部112等が犯罪情報を蓄積する処理等については、上記実施の形態1の具体例と同様であるので、ここでは説明を省略する。   In this specific example, it is assumed that map information similar to the specific example of the first embodiment, road information (node data and link data), and the like are stored in the map information storage unit 101 in advance. Further, it is assumed that the same light / dark information and crime information as those in the specific example of the first embodiment are stored in the safety information storage unit 102 in advance. Since the crime-related information acquisition unit 111 acquires crime-related information and the crime information storage unit 112 and the like store the crime information is similar to the specific example of the first embodiment, Description is omitted.

まず、ここでは、人数情報を取得する処理について説明する。ここでは、一例として基地局サーバ装置500には、地図情報格納部101に格納されている地図情報が示す地図で表示される領域に配置されている携帯電話の基地局と通信可能な携帯電話数の情報が、基地局別に集められて格納されているものとする。携帯数取得部108は、予め指定したタイミング(例えば、毎月1日等)で、基地局サーバ装置500に、各基地局別の通信可能な携帯電話数の情報を要求する情報を送信し、この要求に応じて基地局サーバ装置500から送信される携帯電話数の情報を受信する。   First, here, the process of acquiring the number information will be described. Here, as an example, the base station server device 500 includes the number of mobile phones that can communicate with the mobile phone base station arranged in the area indicated by the map indicated by the map information stored in the map information storage unit 101. Are collected and stored for each base station. The mobile number acquisition unit 108 transmits information requesting information on the number of mobile phones that can be communicated for each base station to the base station server device 500 at a timing specified in advance (for example, the first day of every month). Information on the number of mobile phones transmitted from the base station server device 500 is received in response to the request.

人数情報蓄積部109は、地図情報格納部101に格納されている基地局の位置情報等を用いて、地図情報に含まれる道路情報が示す各リンクについて、最も近い基地局を探索し、検出された基地局について取得された携帯電話数を、リンクの人数情報として取得して、リンクの識別情報と対応付けて安全性情報格納部102に蓄積していく。   The number-of-persons information storage unit 109 uses the location information of the base station stored in the map information storage unit 101 to search for and detect the closest base station for each link indicated by the road information included in the map information. The number of mobile phones acquired for each base station is acquired as link number information, and stored in the safety information storage unit 102 in association with link identification information.

図18は、人数情報蓄積部109が蓄積する人数情報を管理する人数情報管理表を示す図である。人数情報管理表は、道路情報に含まれるリンクの識別情報である「リンクID」と、人数情報である「人数」という項目を有している。   FIG. 18 is a diagram showing a number information management table for managing the number information stored in the number information storage unit 109. The number of people information management table has items of “link ID” which is identification information of a link included in road information and “number of people” which is number information.

ここで、例えば、ユーザが、ナビゲーション装置1を操作して、現在地を含む地図を出力部305から出力させるともに、この地図内に表示されている目的地となる地点上をクリックしたりタップして指定したうえで、経路検索を行うボタンを押す等の予め指定された操作を行ったとする。表示した地図は、図12と同様の地図であるとし、この地図のノードとリンクの関係は、図7と同様のものであるとする。このような操作に応じて、受付部103は、現在地情報を、現在位置取得部106から受け付けるとともに、指定された目的地の実空間の座標を目的地情報として受け付ける。例えば、現在地情報が示す座標(x181,y181)は、リンク「L3」の近傍であり、目的地情報が示す座標(x182,y182)は、リンク「L10」の近傍であるとする。   Here, for example, the user operates the navigation device 1 to output a map including the current location from the output unit 305 and clicks or taps on a point that is the destination displayed in the map. Assume that a specified operation such as pressing a route search button is performed after the designation. It is assumed that the displayed map is the same map as in FIG. 12, and the relationship between the nodes and links in this map is the same as in FIG. In response to such an operation, the accepting unit 103 accepts the current location information from the current location acquisition unit 106 and accepts the coordinates of the designated destination in real space as the destination information. For example, the coordinates (x181, y181) indicated by the current location information are in the vicinity of the link “L3”, and the coordinates (x182, y182) indicated by the destination information are in the vicinity of the link “L10”.

探索部104は、現在表示されている地図が示している範囲の道路情報、ここでは、ノードデータとリンクデータとを、地図情報格納部101から読み出し、図示しないメモリ等の記憶媒体に一時記憶する。   The search unit 104 reads road information in the range indicated by the currently displayed map, here, node data and link data from the map information storage unit 101, and temporarily stores them in a storage medium such as a memory (not shown). .

次に、安全判断手段3041は、読み出した各リンクデータが示すリンクについて、安全性情報を用いて安全性の判断を行う。例えば、ここでは、最初に、リンク「L1」について、安全性の判断を行う。   Next, the safety judgment unit 3041 judges safety using safety information for the link indicated by each read link data. For example, here, safety is first determined for the link “L1”.

例えば、まず、安全性情報格納部102に格納されている図11に示すような明暗情報管理表から、リンク「L1」に対応した明暗情報を読み出し、この明暗情報を用いて、上記実施の形態1の具体例と同様に、リンク「L1」が安全であるか否かを判断する。ここでは、明暗情報に関しては安全であると判断され、明暗情報に関して安全であることを示す情報が図示しない図示しない記憶媒体等に一時記憶される。   For example, first, the light / dark information corresponding to the link “L1” is read from the light / dark information management table as shown in FIG. 11 stored in the safety information storage unit 102, and the above embodiment is used using this light / dark information. Similarly to the specific example of FIG. 1, it is determined whether or not the link “L1” is safe. Here, it is determined that the light / dark information is safe, and information indicating that the light / dark information is safe is temporarily stored in a storage medium or the like (not shown).

次に、図18に示すような人数情報管理表から、リンク「L1」に対応した人数情報を読み出し、この人数情報を用いて、上記実施の形態1の具体例と同様に、リンク「L1」が安全であるか否かを判断する。ここでは、人数情報に関しては安全であると判断されず、犯罪情報に関して安全であると判断されなかったことを示す情報が図示しない図示しない記憶媒体等に一時記憶される。   Next, the number information corresponding to the link “L1” is read from the number information management table as shown in FIG. 18, and the link “L1” is used in the same manner as the specific example of the first embodiment using this number information. Determine whether is safe. Here, the number information is not determined to be safe, and information indicating that it is not determined to be safe regarding crime information is temporarily stored in a storage medium (not shown) or the like.

次に、図9に示すような犯罪情報管理表から、リンク「L1」に対応した犯罪情報を読み出し、この犯罪情報を用いて、上記実施の形態1の具体例と同様に、リンク「L1」が安全であるか否かを判断する。ここでは、犯罪情報に関しては安全であると判断され、犯罪情報に関して安全であることを示す情報が図示しない図示しない記憶媒体等に一時記憶される。   Next, the crime information corresponding to the link “L1” is read from the crime information management table as shown in FIG. 9, and the link “L1” is used in the same manner as the specific example of the first embodiment using this crime information. Determine whether is safe. Here, it is determined that the crime information is safe, and information indicating that the crime information is safe is temporarily stored in a storage medium (not shown) that is not shown.

そして、安全判断手段3041は、リンク「L1」についてそれぞれ行われた安全性の判断の判断結果を読み出す。なお、安全判断手段3041は、この判断結果を用いて、最終的な安全性の判断等をさらに行うようにしても良い。   Then, the safety determination unit 3041 reads the determination result of the safety determination performed for each link “L1”. Note that the safety determination unit 3041 may further perform final safety determination using the determination result.

図19は、重み付け値格納手段3040に格納されている重み付け値を管理する重み付け値管理表である。重み付け値管理表は、重み付け値を示す「重み付け値」と、安全判断手段3041が取得し得る安全性の判断結果を示す「判断結果」という情報を有している。「判断結果」は、更に、「明暗」、「人数」、「犯罪」という項目を有している。「明暗」は、明暗情報を用いた安全性の判断結果、「人数」は、人数情報を用いた安全性の判断結果、「犯罪」は犯罪情報を用いた安全性の判断結果、をそれぞれ示しであり、それぞれの値のうちの「安全」は、安全であると判断されたことを示し、空欄は、安全であると判断されなかったことを示す。   FIG. 19 is a weight value management table for managing the weight values stored in the weight value storage means 3040. The weighting value management table has information of “weighting value” indicating the weighting value and “judgment result” indicating the safety judgment result that the safety judgment means 3041 can obtain. The “judgment result” further includes items of “brightness and darkness”, “number of people”, and “crime”. “Brightness” indicates the safety judgment result using light / dark information, “Number of persons” indicates the safety judgment result using the number information, and “Crime” indicates the safety judgment result using the crime information. “Safe” in each value indicates that it is determined to be safe, and a blank indicates that it is not determined to be safe.

重み付け値取得手段3042は、リンク「L1」についての安全判断手段3041の判断結果を用いて、図19に示した重み付け値管理表から、リンク「L1」についての重み付け値を取得する。具体的には、上記で示したように、明暗情報については安全であるという判断結果、人数情報については、安全とは判断されなかったことを示す判断結果、犯罪情報については安全であるという判断結果が得られているため、重み付け値管理表から、「明暗」の値が「安全」、「人数」の値が空欄、「犯罪」の値が「安全」であるレコードを検出し、検出したレコードの「重み付け値」を取得する。ここでは、重み付け値として、「1.2」を取得する。仮に、明暗情報、人数情報、犯罪情報についての安全性の判断結果が、全て安全であるとの判断結果であれば、重み付け値は「1」となり、逆に、全てが安全であると判断されなかった場合は、重み付け値は、「2」となる。   The weight value acquisition unit 3042 acquires the weight value for the link “L1” from the weight value management table illustrated in FIG. 19 using the determination result of the safety determination unit 3041 for the link “L1”. Specifically, as described above, the determination result that the light / dark information is safe, the determination result that the number information is not safe, the determination that the crime information is safe Because the result is obtained, the record with the value of “brightness” “safe”, the value of “number of people” blank, and the value of “crime” “safe” is detected from the weight management table. Get the "weighting value" of the record. Here, “1.2” is acquired as the weighting value. If the safety judgment results for the light / dark information, the number information, and the crime information are all judged to be safe, the weighting value is “1”, and conversely, all are judged to be safe. If not, the weighting value is “2”.

そして、重み付け値取得手段3042は、取得した重み付け値「1.2」をリンクの「リンクID」である「L1」と対応付けて、取得重み付け値格納手段3043に蓄積する。   Then, the weight value acquisition unit 3042 stores the acquired weight value “1.2” in the acquisition weight value storage unit 3043 in association with “L1” which is the “link ID” of the link.

同様にして、探索部304が読み出した他のリンクについても重み付け値を取得する。   Similarly, weight values are acquired for other links read by the search unit 304.

図20は、取得重み付け値格納手段3043に格納された重み付け値とリンクの識別情報とを対応付けて管理するための取得重み付け値管理表である。「リンクID」はリンクIDを示し、「重み付け値」は重み付け値を取得された重み付け値を示す。   FIG. 20 is an acquisition weight value management table for managing the weight values stored in the acquisition weight value storage means 3043 in association with the link identification information. “Link ID” indicates the link ID, and “Weighting value” indicates the weighting value for which the weighting value has been acquired.

次に、経路探索手段3044は、探索部304が読み出した道路情報を用いて現在地から目的地までの経路(ここでは例として一の経路)を探索する。探索の際には、現在地情報および目的地情報が示す座標に対して最も整合性の高い道路(リンク)上の位置を、現在地および目的地に設定する。経路を探索する際には、図6に示したリンク管理表の各リンクに対応する「コスト」の値を、図20に示した取得重み付け値管理表の各リンクに対応する「重み付け値」の値で補正した補正コストを、各リンクのコストとして用いて、ダイクストラ法等によりコストが最も小さくなる経路の探索を行う。例えば、リンク「L9」のコストは「6」であり、リンクID「L9」に対応する「重み付け値」は、「1.5」であるため、補正コストは、「9」となる。   Next, the route search means 3044 searches for a route (here, one route as an example) from the current location to the destination using the road information read by the search unit 304. In the search, the position on the road (link) having the highest consistency with the coordinates indicated by the current location information and the destination information is set as the current location and the destination. When searching for a route, the “cost” value corresponding to each link in the link management table shown in FIG. 6 is set to the “weighting 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. For example, since the cost of the link “L9” is “6” and the “weighting value” corresponding to the link ID “L9” is “1.5”, the correction cost is “9”.

図21は、道路情報が示すリンク及びノードと、補正コストとの関係を模式的に示した図である。図において括弧内は各リンクの補正コストを示す。   FIG. 21 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.

補正コストを用いた経路探索の処理等については公知の技術であるので、ここでは詳細な説明は省略する。   Since the route search processing using the correction cost is a known technique, a detailed description thereof is omitted here.

このような経路探索の結果、ここでは、例えば、リンク「L3」、ノード「N4」、リンク「L6」、ノード「N7」、リンク「L8」、ノード「N8」、リンク「L10」の順番で、リンク及びノードをたどる経路を示す経路情報が取得されたとする。   As a result of such route search, here, for example, link “L3”, node “N4”, link “L6”, node “N7”, link “L8”, node “N8”, link “L10” in this order. Assume that route information indicating a route that follows a link and a node is acquired.

そして、出力部305は、最初に表示されている地図において、経路探索手段3044が取得した経路が示す道路上に、予め指定された色の線を配置した地図の画像を新たに生成して、「安全な経路」であることを示す文字列とともに、経路探索結果としてモニタ等に表示する。   Then, the output unit 305 newly generates an image of a map in which lines of a color designated in advance are arranged on the road indicated by the route acquired by the route search unit 3044 in the initially displayed map, Along with a character string indicating “safe route”, it is displayed on a monitor or the like as a route search result.

図22は、出力部305が出力する安全な経路の探索結果の表示例である。   FIG. 22 is a display example of a safe route search result output by the output unit 305.

以上、本実施の形態によれば、安全性情報を用いて、現在地から目的地までの安全な経路や安全でない経路を探索することができる。   As described above, according to the present embodiment, it is possible to search for a safe route or an unsafe route from the current location to the destination using the safety information.

特に、明暗情報や人数情報等が示す道路の暗さや、人通りの少なさは、自動車を利用するユーザ以外のユーザ、例えば歩行者や自転車の利用者等に取っては、好ましくない状況を示すものであるが、本発明に示したナビゲーション装置を、歩行者や自転車の利用者等が携帯して用いることで、例えば、犯罪に対してより安全な経路を利用して、目的地に到達することが可能となり、防犯上の優れた効果を発揮することが可能となる。   In particular, the darkness of the road indicated by the light / dark information and the number of people information, and the low traffic, indicate an unfavorable situation for users other than users who use automobiles, such as pedestrians and bicycle users However, the navigation device shown in the present invention can be carried and used by pedestrians and bicycle users, for example, to reach a destination using a safer route against crime. It becomes possible to exhibit an excellent effect on crime prevention.

なお、本実施の形態において、受付部103が現在地情報を受け付ける代わりに、受付部103が、出発地を示す出発地情報を受け付けるようにしても良い。これにより、任意の地点間の経路探索が可能となる。出発地情報は、現在地情報や目的地情報等と同様の情報が利用可能である。   In the present embodiment, instead of the reception unit 103 receiving current location information, the reception unit 103 may receive departure location information indicating the departure location. Thereby, a route search between arbitrary points becomes possible. As the departure point information, the same information as the current location information and the destination information can be used.

なお、上記各実施の形態において、一の装置に存在する2以上の通信手段(情報送信部など)は、物理的に一の媒体で実現されても良いことは言うまでもない。   In each of the above embodiments, it goes without saying that two or more communication means (such as an information transmission unit) existing in one apparatus may be physically realized by one medium.

なお、上記各実施の形態におけるナビゲーション装置を実現するソフトウェアは、以下のようなプログラムである。つまり、このプログラムは、地図に関する情報であって、地図が示す道路に関する情報である道路情報を有する地図情報が格納される地図情報格納部と、地図情報が示す道路についての、犯罪に対する安全性に関する情報である安全性情報が格納される安全性情報格納部とにアクセス可能なコンピュータを、現在地を示す情報である現在地情報を受け付ける受付部と、道路情報と安全性情報とを用いて、現在地情報が示す現在地に関連した安全な経路、または安全でない経路を探索する探索部と、探索部の探索結果に応じた出力を行う出力部として機能させるためのプログラムである。   The software that realizes the navigation device in each of the above embodiments is a program as described below. In other words, this program is information related to a map and relates to safety against crimes for a map information storage unit that stores map information having road information that is information related to a road indicated by the map, and a road indicated by the map information. A computer that can access a safety information storage unit in which safety information that is information is stored, a reception unit that receives current location information that indicates information on the current location, and current location information using road information and safety information Is a program for functioning as a search unit that searches for a safe route or an unsafe route related to the current location indicated by, and an output unit that performs output according to the search result of the search unit.

なお、上記プログラムにおいて、情報を送信する送信ステップや、情報を受信する受信ステップなどでは、ハードウェアによって行われる処理、例えば、送信ステップにおけるモデムやインターフェースカードなどで行われる処理(ハードウェアでしか行われない処理)は含まれない。   In the above program, in a transmission step for transmitting information, a reception step for receiving information, etc., processing performed by hardware, for example, processing performed by a modem or an interface card in the transmission step (only performed by hardware). Not included) is not included.

なお、上記プログラムにおいて、上記プログラムが実現する機能には、ハードウェアでしか実現できない機能は含まれない。例えば、情報を取得する取得部や、情報を出力する出力部などにおけるモデムやインターフェースカードなどのハードウェアでしか実現できない機能は、上記プログラムが実現する機能には含まれない。   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.

また、このプログラムを実行するコンピュータは、単数であってもよく、複数であってもよい。すなわち、集中処理を行ってもよく、あるいは分散処理を行ってもよい。   Further, the computer that executes this program may be singular or plural. That is, centralized processing may be performed, or distributed processing may be performed.

図23は、上記プログラムを実行して、上記実施の形態によるナビゲーション装置を実現するコンピュータの外観の一例を示す模式図である。上記実施の形態は、コンピュータハードウェア及びその上で実行されるコンピュータプログラムによって実現されうる。   FIG. 23 is a schematic diagram illustrating an example of an external 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.

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

図24は、コンピュータシステム900の内部構成を示す図である。図24において、コンピュータ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. 24 is a diagram showing an internal configuration of the computer system 900. 24, 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 according to the present invention is suitable as a navigation device that searches for and outputs a route, and is particularly useful as a navigation device that searches for a safe route against crime.

1、2、3 ナビゲーション装置
104、204、304 探索部
101 地図情報格納部
102 安全性情報格納部
103、303 受付部
105、205、305 出力部
106 現在位置取得部
108 携帯数取得部
109 人数情報蓄積部
111 犯罪関連情報取得部
112 犯罪情報蓄積部
1044、3041 安全判断手段
500 基地局サーバ装置
600 犯罪サーバ装置
1041 移動軌跡格納手段
1042 移動軌跡蓄積手段
1043 予測経路探索手段
1044 安全判断手段
1044、3041 安全判断手段
3040 重み付け値格納手段
3042 重み付け値取得手段
3043 取得重み付け値格納手段
3044 経路探索手段
1, 2, 3 Navigation device 104, 204, 304 Search unit 101 Map information storage unit 102 Safety information storage unit 103, 303 Reception unit 105, 205, 305 Output unit 106 Current position acquisition unit 108 Mobile number acquisition unit 109 Number information Accumulation unit 111 Crime related information acquisition unit 112 Crime information accumulation unit 1044, 3041 Safety judgment unit 500 Base station server device 600 Crime server device 1041 Movement locus storage unit 1042 Movement locus storage unit 1043 Predicted route search unit 1044 Safety judgment unit 1044, 3041 Safety judgment means 3040 Weight value storage means 3042 Weight value acquisition means 3043 Acquisition weight value storage means 3044 Route search means

Claims (9)

地図に関する情報であって、地図が示す道路に関する情報である道路情報を有する地図情報が格納される地図情報格納部と、
前記地図情報が示す道路についての、犯罪に対する安全性に関する情報である安全性情報が格納される安全性情報格納部と、
現在地を示す情報である現在地情報を受け付ける受付部と、
前記道路情報と安全性情報とを用いて、前記現在地情報が示す現在地に関連した安全な経路、または安全でない経路を探索する探索部と、
前記探索部の探索結果に応じた出力を行う出力部とを備えたナビゲーション装置。
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;
A safety information storage unit that stores safety information that is information related to crime safety for the road indicated by the map information;
A reception unit that receives current location information that is information indicating the current location;
Using the road information and safety information, a search unit that searches for a safe route related to the current location indicated by the current location information, or an unsafe route,
A navigation apparatus comprising: an output unit that performs output according to a search result of the search unit.
前記受付部は、さらに、目的地を示す情報である目的地情報を受け付け、
前記探索部は、前記道路情報と安全性情報とを用いて、前記現在地情報が示す現在地と、前記目的地情報が示す目的地との間の、犯罪に対して安全な一以上の経路、または安全でない一以上の経路を探索して、探索した経路を示す経路情報を取得し、
前記出力部は、前記探索部が取得した経路情報を出力するナビゲーション装置。
The reception unit further receives destination information that is information indicating a destination,
The search unit uses the road information and the safety information, and one or more routes safe from crime between a current location indicated by the current location information and a destination indicated by the destination information, or Search for one or more unsafe routes, get route information showing the searched routes,
The output unit is a navigation device that outputs route information acquired by the search unit.
前記安全性情報は、前記地図情報が示す道路についての、夜間の暗さを示す情報である明暗情報を含み、
前記探索部は、前記明暗情報が夜間に暗いことを示す道路を安全でない道路と判断して経路を探索する請求項1または請求項2記載のナビゲーション装置。
The safety information includes light and dark information that is information indicating darkness at night about the road indicated by the map information,
The navigation device according to claim 1 or 2, wherein the search unit searches for a route by determining that a road indicating that the light / dark information is dark at night is an unsafe road.
前記安全性情報は、前記地図情報が示す道路についての、人の多さに関する情報である人数情報を含み、
前記探索部は、前記人数情報が人の少ないことを示す道路を安全でない道路と判断して経路を探索する請求項1から請求項3いずれか記載のナビゲーション装置。
The safety information includes information on the number of people about the number of people about the road indicated by the map information,
The navigation device according to any one of claims 1 to 3, wherein the search unit searches for a route by determining that a road whose number information is small in number is an unsafe road.
携帯電話の基地局の情報を管理するサーバから、当該基地局と通信可能な携帯電話数を取得する携帯数取得部と、
前記携帯数取得部が取得した携帯電話数を用いて、当該基地局に対応する道路についての前記人数情報を取得して前記安全性情報格納部に蓄積する人数情報蓄積部とをさらに備えた請求項4記載のナビゲーション装置。
A mobile number acquisition unit that acquires the number of mobile phones that can communicate with the base station from a server that manages information on the base station of the mobile phone
A number information storage unit that acquires the number information about the road corresponding to the base station using the number of mobile phones acquired by the number-of-mobile-number acquisition unit and stores the number information in the safety information storage unit. Item 5. The navigation device according to Item 4.
前記安全性情報は、前記地図情報が示す道路についての、犯罪に関する情報である犯罪情報を含み、
前記探索部は、前記犯罪情報が予め指定された条件を満たす道路を安全でない道路と判断して経路を探索する請求項1から請求項4いずれか記載のナビゲーション装置。
The safety information includes crime information that is information related to crimes about the road indicated by the map information,
The navigation device according to any one of claims 1 to 4, wherein the search unit searches for a route by determining that a road satisfying a predetermined condition of the crime information is an unsafe road.
犯罪に関する情報であって、犯罪が発生した地点または道路を示す情報を含む犯罪関連情報を有するサーバ装置である犯罪サーバ装置から、犯罪関連情報を取得する犯罪関連情報取得部と、
当該犯罪関連情報取得部が取得した犯罪関連情報を用いて、前記犯罪情報を取得して前記安全性情報格納部に蓄積する犯罪情報蓄積部とを更に備えた請求項6記載のナビゲーション装置。
A crime-related information acquisition unit for acquiring crime-related information from a crime server device, which is a server device having crime-related information, which is information related to crimes and includes information indicating the location or road where the crime occurred;
The navigation apparatus according to claim 6, further comprising a crime information storage unit that acquires the crime information using the crime related information acquired by the crime related information acquisition unit and stores the crime information in the safety information storage unit.
地図に関する情報であって、地図が示す道路に関する情報である道路情報を有する地図情報が格納される地図情報格納部と、前記地図情報が示す道路についての、犯罪に対する安全性に関する情報である安全性情報が格納される安全性情報格納部と、受付部と、探索部と、出力部とを用いて行われるナビゲーション方法であって、
前記受付部が、現在地を示す情報である現在地情報を受け付ける受付ステップ部と、
前記探索部が、前記道路情報と安全性情報とを用いて、前記現在地情報が示す現在地に関連した安全な経路、または安全でない経路を探索する探索ステップと、
前記出力部が、前記探索ステップによる探索結果に応じた出力を行う出力ステップとを備えたナビゲーション方法。
Safety information that is information related to a map and that is information related to crime safety regarding a map information storage unit that stores map information including road information that is information related to a road indicated by the map, and a road indicated by the map information A navigation method that is performed using a safety information storage unit that stores information, a reception unit, a search unit, and an output unit,
A reception step unit for receiving current location information, which is information indicating the current location;
A search step in which the search unit searches for a safe route related to the current location indicated by the current location information or an unsafe route using the road information and safety 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.
地図に関する情報であって、地図が示す道路に関する情報である道路情報を有する地図情報が格納される地図情報格納部と、前記地図情報が示す道路についての、犯罪に対する安全性に関する情報である安全性情報が格納される安全性情報格納部とにアクセス可能なコンピュータを、
現在地を示す情報である現在地情報を受け付ける受付部と、
前記道路情報と安全性情報とを用いて、前記現在地情報が示す現在地に関連した安全な経路、または安全でない経路を探索する探索部と、
前記探索部の探索結果に応じた出力を行う出力部として機能させるためのプログラム。
Safety information that is information related to a map and that is information related to crime safety regarding a map information storage unit that stores map information including road information that is information related to a road indicated by the map, and a road indicated by the map information A computer accessible to the safety information storage unit in which information is stored,
A reception unit that receives current location information that is information indicating the current location;
Using the road information and safety information, a search unit that searches for a safe route related to the current location indicated by the current location information, or an unsafe route,
The program for functioning as an output part which performs the output according to the search result of the said search part.
JP2011053688A 2011-03-11 2011-03-11 Navigation device, navigation method, and program Pending JP2012189462A (en)

Priority Applications (1)

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

Applications Claiming Priority (1)

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

Publications (1)

Publication Number Publication Date
JP2012189462A true JP2012189462A (en) 2012-10-04

Family

ID=47082796

Family Applications (1)

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

Country Status (1)

Country Link
JP (1) JP2012189462A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015036745A (en) * 2013-08-13 2015-02-23 ミサワホーム株式会社 Crime prevention map
JP5715715B1 (en) * 2014-01-07 2015-05-13 株式会社Screenホールディングス Evacuation route providing system, evacuation route providing method, and evacuation route providing program
WO2015079787A1 (en) * 2013-11-28 2015-06-04 大日本スクリーン製造株式会社 Evacuation route provision system, evacuation route provision method, and evacuation route provision program
JP2015103219A (en) * 2013-11-28 2015-06-04 富士通株式会社 Information processing device, method, and program
JP2015127693A (en) * 2013-11-28 2015-07-09 株式会社Screenホールディングス Evacuation route provision system, evacuation route provision method, and evacuation route provision program
KR20160072208A (en) * 2013-12-19 2016-06-22 인텔 코포레이션 Technologies for providing information to a user while traveling
JP2016177217A (en) * 2015-03-23 2016-10-06 旭化成ホームズ株式会社 Walking environment display system, data measuring bag, walking environment display method, and walking environment map
GB2545528A (en) * 2015-12-17 2017-06-21 Jaguar Land Rover Ltd Vehicle Navigation System That Includes Safety Information
KR101828326B1 (en) * 2015-11-27 2018-02-13 충북대학교 산학협력단 Method for searching path for minimal risk, and recording medium thereof
WO2018122998A1 (en) * 2016-12-28 2018-07-05 富士通株式会社 Route information provision device, route search device, route information provision system, route information provision program, and route information provision method
US10024675B2 (en) 2016-05-10 2018-07-17 Microsoft Technology Licensing, Llc Enhanced user efficiency in route planning using route preferences
KR20190135860A (en) * 2018-05-29 2019-12-09 주식회사 에스원 Method for video control by interaction with terminal and video control system using the method
KR20220141144A (en) * 2021-04-12 2022-10-19 강혜림 Method, device, and program for providing a safe path through the artificial intelligence safe path setting model

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005147708A (en) * 2003-11-11 2005-06-09 Fuji Photo Film Co Ltd Navigation system and method
JP2007114015A (en) * 2005-10-19 2007-05-10 Kty:Kk Humidity measuring instrument
JP2007240433A (en) * 2006-03-10 2007-09-20 E-Jidai:Kk Route guide device, terminal device, risk information control program, terminal program, and risk information control method
JP2009162702A (en) * 2008-01-10 2009-07-23 Sharp Corp Navigation system, navigation server, and cellular phone
JP2009229108A (en) * 2008-03-19 2009-10-08 Pioneer Electronic Corp Navigation device, route searching method, and route searching program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005147708A (en) * 2003-11-11 2005-06-09 Fuji Photo Film Co Ltd Navigation system and method
JP2007114015A (en) * 2005-10-19 2007-05-10 Kty:Kk Humidity measuring instrument
JP2007240433A (en) * 2006-03-10 2007-09-20 E-Jidai:Kk Route guide device, terminal device, risk information control program, terminal program, and risk information control method
JP2009162702A (en) * 2008-01-10 2009-07-23 Sharp Corp Navigation system, navigation server, and cellular phone
JP2009229108A (en) * 2008-03-19 2009-10-08 Pioneer Electronic Corp Navigation device, route searching method, and route searching program

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015036745A (en) * 2013-08-13 2015-02-23 ミサワホーム株式会社 Crime prevention map
JP2015127693A (en) * 2013-11-28 2015-07-09 株式会社Screenホールディングス Evacuation route provision system, evacuation route provision method, and evacuation route provision program
WO2015079787A1 (en) * 2013-11-28 2015-06-04 大日本スクリーン製造株式会社 Evacuation route provision system, evacuation route provision method, and evacuation route provision program
JP2015103219A (en) * 2013-11-28 2015-06-04 富士通株式会社 Information processing device, method, and program
KR20160072208A (en) * 2013-12-19 2016-06-22 인텔 코포레이션 Technologies for providing information to a user while traveling
US11486719B2 (en) 2013-12-19 2022-11-01 Tahoe Research, Ltd. Technologies for providing information to a user while traveling
KR101880191B1 (en) * 2013-12-19 2018-07-19 인텔 코포레이션 Device and computer-readable storage media for providing directional routing information to a user while traveling
US10145694B2 (en) 2013-12-19 2018-12-04 Intel Corporation Technologies for providing information to a user while traveling
JP2015129658A (en) * 2014-01-07 2015-07-16 株式会社Screenホールディングス System for providing evacuation route, method for providing the same, and program for providing the same
JP5715715B1 (en) * 2014-01-07 2015-05-13 株式会社Screenホールディングス Evacuation route providing system, evacuation route providing method, and evacuation route providing program
JP2016177217A (en) * 2015-03-23 2016-10-06 旭化成ホームズ株式会社 Walking environment display system, data measuring bag, walking environment display method, and walking environment map
KR101828326B1 (en) * 2015-11-27 2018-02-13 충북대학교 산학협력단 Method for searching path for minimal risk, and recording medium thereof
GB2545528A (en) * 2015-12-17 2017-06-21 Jaguar Land Rover Ltd Vehicle Navigation System That Includes Safety Information
US10024675B2 (en) 2016-05-10 2018-07-17 Microsoft Technology Licensing, Llc Enhanced user efficiency in route planning using route preferences
WO2018122998A1 (en) * 2016-12-28 2018-07-05 富士通株式会社 Route information provision device, route search device, route information provision system, route information provision program, and route information provision method
JPWO2018122998A1 (en) * 2016-12-28 2019-10-31 富士通株式会社 Route information providing device, route search device, route information providing system, route information providing program, and route information providing method
KR20190135860A (en) * 2018-05-29 2019-12-09 주식회사 에스원 Method for video control by interaction with terminal and video control system using the method
KR102057845B1 (en) * 2018-05-29 2020-01-22 주식회사 에스원 Method for video control by interaction with terminal and video control system using the method
KR20220141144A (en) * 2021-04-12 2022-10-19 강혜림 Method, device, and program for providing a safe path through the artificial intelligence safe path setting model
KR102607678B1 (en) * 2021-04-12 2023-11-29 강혜림 Method, device, and program for providing a safe path through the artificial intelligence safe path setting model

Similar Documents

Publication Publication Date Title
JP2012189462A (en) Navigation device, navigation method, and program
EP3293489B1 (en) Method and apparatus for providing trajectory bundles for map data analysis
US10629069B2 (en) Method and apparatus for providing a localized link-centric metric for directional traffic propagation
US9965950B2 (en) Method and apparatus for classifying a traffic jam from probe data
US11651009B2 (en) System and method for processing location data
US8548734B2 (en) System and method for real-time travel path prediction and automatic incident alerts
EP1541968A1 (en) Guiding device, system and method
JP6190627B2 (en) Information processing system, information processing server, information processing method, and information processing program
JP2009217826A (en) Traffic information management server, navigation terminal and method
US20050255842A1 (en) Communication system and method for comprehensive collection, aggregation and dissemination of geospatial information
US9361794B1 (en) Method and apparatus for providing a mixed mode traffic map display
JP2014020989A (en) Route guidance system, route guidance method and computer program
KR20190029412A (en) Method for Providing Off-line Shop Information in Network, and Managing Server Used Therein
JP6005474B2 (en) Information processing system, information processing terminal, information processing method, and program
JP5615777B2 (en) Route guidance device and route guidance method
JP7041700B2 (en) Information processing equipment, information processing methods and information processing programs
JP2009204417A (en) Navigation system, and merging point extraction method and program
JP7324771B2 (en) TRAFFIC INFORMATION ANALYSIS DEVICE AND TRAFFIC INFORMATION ANALYSIS METHOD
JP2004094932A (en) Communication terminal device and information processor of pay-back system
US11043117B2 (en) Method and apparatus for next token prediction based on previously observed tokens
JP2020094959A (en) Route search device, method for searching for route, and route search program
JP7155196B2 (en) Information processing device, information processing method and information processing program
JP7069341B2 (en) Traffic information analysis device and traffic information analysis method
JP2013195131A (en) Information processing system and information processing method
US20230191944A1 (en) Apparatus and methods for ensuring availability of designated electric vehicles during an emergency

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: 20141003

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20141202

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150209

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20150218

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20150320