JPH0527678A - Poute search method of on-vehicle navigation system and map data storage medium - Google Patents

Poute search method of on-vehicle navigation system and map data storage medium

Info

Publication number
JPH0527678A
JPH0527678A JP18102791A JP18102791A JPH0527678A JP H0527678 A JPH0527678 A JP H0527678A JP 18102791 A JP18102791 A JP 18102791A JP 18102791 A JP18102791 A JP 18102791A JP H0527678 A JPH0527678 A JP H0527678A
Authority
JP
Japan
Prior art keywords
area
roads
route search
route
map data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP18102791A
Other languages
Japanese (ja)
Other versions
JP3244517B2 (en
Inventor
Yasuhiro Nakatani
康弘 中谷
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.)
Denso Ten Ltd
Original Assignee
Denso Ten 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 Denso Ten Ltd filed Critical Denso Ten Ltd
Priority to JP18102791A priority Critical patent/JP3244517B2/en
Publication of JPH0527678A publication Critical patent/JPH0527678A/en
Application granted granted Critical
Publication of JP3244517B2 publication Critical patent/JP3244517B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To realize a route search method which prevents the increase in the amount of the arithmetic processings during a long range route search, improves the search efficiency and reduces the time required to perform a route search. CONSTITUTION:In the route search method of an on-vehicle navigation system which derives the shortest route from a departure point to the destination based on map data, all roads are divided into plural regions each of which are mutually passable and are stored as map data. The map data contains regional connectivity information which indicates whether each region is passable or not. Then, the system cpmputes a total of the distances which connect the representative points of each region that belongs to the departure point and the destination, sets the total so as to make it a minimum, performs a route search for the roads within the selected regions and then, derives the route.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、車載用ナビゲーション
システムにおいて、運転者に出発地より目的地までの走
行経路を提示するため、二点間の適切な経路を探査する
経路探査方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a route search method for searching an appropriate route between two points in a vehicle-mounted navigation system in order to present a driver with a traveling route from a starting point to a destination.

【0002】[0002]

【従来の技術】近年道路に関する情報を記憶しておき、
運転者が出発地と目的地を入力すると、二点間を走行す
るための適切な経路を提示するナビゲーションシステム
と呼ばれる装置が実用化されつつある。ナビゲーション
システムでは、更に自車の走行位置を検出する航法装置
と組み合わせて、提示した経路に沿って走行するための
運転動作を指示するものも開発されている。
2. Description of the Related Art Recently, information about roads is stored,
A device called a navigation system, which presents an appropriate route for traveling between two points when a driver inputs a departure place and a destination, is being put to practical use. In the navigation system, a navigation system that detects a traveling position of the own vehicle and instructs a driving operation for traveling along the presented route has been developed.

【0003】道路に関する情報をどのように表現するか
についてはいろいろな方法が考えられている。例えば、
運転者にはCRT等の画面で地図を表示する必要がある
が、その地図の描画情報をそのまま経路探査に利用でき
るような形式にするものや、地図の描画情報と対応する
形で別に経路探査用の情報を有する形式があり、それぞ
れ情報の構造が異なる。しかし一般的に経路探査を行う
ためには、交差点と交差点の間を結ぶ道路にそれぞれ番
号を付して表わし、それぞれの交差点及び道路の種別等
の属性を番号に付属した形で表わしている。記憶されて
いる情報の形式は異なっても、このような交差点と道路
で表わす形式に直された上で経路探査が行われる。
Various methods have been considered as to how to express information about roads. For example,
The driver needs to display the map on a screen such as a CRT, but the map drawing information can be used as it is for route searching, or the route searching can be performed separately in a form corresponding to the map drawing information. There is a format that has information for each, and the structure of the information is different. However, in order to perform route search, generally, the roads that connect the intersections are represented by numbers, and the attributes such as the types of the intersections and roads are represented by the numbers. Even if the format of the stored information is different, the route search is performed after being converted into the format represented by such intersections and roads.

【0004】経路探査の方法としては、より高速に探査
が行なえるように各種の方法が提案されているが、代表
的な方法としてダイクストラ(Dijkstra)の最短路アル
ゴリズムがある。これは交差点をノードとして、ノード
を結ぶ各道路の距離をデータとして、出発点のノードよ
り周辺のノードへの最短の経路を探査しながら順次ノー
ドの範囲を増加させ、目的地に相当するノードまでの最
短経路を探査する方法である。すなわち出発地より目的
地までのすべての経路の中から最短の経路を探査するも
のである。
As a route search method, various methods have been proposed so that the search can be performed at a higher speed, but a typical method is Dijkstra's shortest path algorithm. This is to use the intersection as a node and the distance of each road connecting the nodes as data, and gradually increase the range of nodes while exploring the shortest route from the node at the starting point to the surrounding nodes, until the node corresponding to the destination. This is a method of exploring the shortest path of. That is, the shortest route is searched from all the routes from the origin to the destination.

【0005】[0005]

【発明が解決しようとする課題】経路探査の方法により
それぞれ差異はあるが、経路探査の場合出発地より目的
地までのすべての経路を探査する必要があるため、出発
地と目的地の間の距離が長くなり途中に数多くの交差点
が存在する場合、出発地から目的地に至る経路は膨大な
数になる。そのためすべての経路について距離演算を行
って最短経路を探査するのでは、処理量が多くなり高速
の処理装置を使用しても処理時間が長くなりすぎるとい
う問題がある。
Although there are differences depending on the method of route exploration, in the case of route exploration, it is necessary to explore all routes from the starting point to the destination. If the distance is long and there are many intersections along the way, the number of routes from the starting point to the destination becomes enormous. Therefore, if the distance calculation is performed for all the routes and the shortest route is searched, there is a problem that the processing amount becomes large and the processing time becomes too long even if a high-speed processing device is used.

【0006】本発明は上記問題点に鑑みてなされたもの
であり、長距離の経路探査を行う場合にも探査のための
処理量の増大を抑制して、効率的に探査を行なえるよう
にした経路探査方法の実現を目的とする。
The present invention has been made in view of the above problems, and when a long-distance route search is performed, an increase in the amount of processing for the search is suppressed so that the search can be performed efficiently. The purpose is to realize the route search method.

【0007】[0007]

【課題を解決するための手段】上記問題点を解決するた
め本発明の車載用ナビゲーションシステムの経路探査方
法は、すべての道路を複数の地域に分割して記憶すると
共に、地域間の接続関係も別に記憶しておき、出発地と
目的地が属する二つの地域間を結ぶ地域を選定した後
に、選定した地域に属する道路について経路探査する。
In order to solve the above problems, a route search method for an on-vehicle navigation system according to the present invention divides all roads into a plurality of regions and stores them, and also has a connection relation between the regions. It is stored separately, and after selecting an area that connects the two areas to which the starting point and the destination belong, the route search is performed for the roads that belong to the selected area.

【0008】すなわち本発明の車載用ナビゲーションシ
ステムの経路探査方法は、道路及び道路の接続に関する
情報を記憶した地図データに基づいて、出発地より目的
地までの二点間の最短経路を導出する車載用ナビゲーシ
ョンシステムの経路探査方法において、すべての道路は
地域内のすべての道路上の地点が地域内の道路を経由す
ることにより相互に走行可能な複数の地域に分割されて
地図データとして記憶されており、地図データは分割し
た複数の地域がそれぞれ隣接する地域との間で走行可能
かどうかを示す地域接続情報を更に含み、出発地より目
的地までの経路は、地域接続情報に基づいて出発地及び
目的地が属する二つの地域間を結ぶ地域を、各地域の代
表点を結ぶ距離の合計を最小にするように選定した後、
選定した地域に属する道路について経路探査することに
より探査される。
That is, the route search method for an on-vehicle navigation system of the present invention is an on-vehicle route for deriving a shortest route between two points from a starting point to a destination based on map data that stores information about roads and road connections. In the route search method of the navigation system for cars, all roads are stored as map data by dividing points on all roads in the area into multiple areas that can travel with each other by passing through the roads in the area. The map data further includes regional connection information indicating whether or not each of the divided regions can drive between adjacent regions, and the route from the departure point to the destination is based on the regional connection information. And after selecting the area connecting the two areas to which the destination belongs so as to minimize the total distance connecting the representative points of each area,
The roads that belong to the selected area will be searched by conducting a route search.

【0009】[0009]

【作用】図1は本発明の経路探査方法の原理を示す図で
ある。道路及び道路の接続に関する情報が地図データに
記憶されている。この情報に基づいて経路探査すること
により出発地及び目的地として入力された二点間の最短
経路が導出できる。本発明ではすべての道路は複数の地
域に分割されており、各地域内においてはすべての道路
上の地点が地域内の道路を経由することにより相互に走
行可能である。このことは地域内の地点ならば、地域内
の道路のみを経由して地域内の他のどのような点にも行
けるということである。
1 is a diagram showing the principle of the route search method of the present invention. Information about roads and road connections is stored in the map data. By searching the route based on this information, the shortest route between the two points input as the starting point and the destination can be derived. In the present invention, all roads are divided into a plurality of areas, and points on all the roads in each area can travel by passing through roads in the area. This means that any point in the area can be reached to any other point in the area via only the roads in the area.

【0010】地図データには、前述の道路に関する情報
の他に、上記の地域に関する情報が地域接続情報として
含まれている。この地域接続情報には、それぞれの地域
が隣接する地域との間で走行可能かどうかが示されてい
る。出発地より目的地までの経路探査を行う場合には、
出発地と目的地が属する地域をそれぞれ導出し、その後
二つの地域を結ぶ地域を地域接続情報に基づいて選定す
る。この時当然のことながら二つの地域を結ぶ地域の組
み合わせは複数種類存在すると考えられるが、各地域の
代表点を結ぶ距離の合計を最小にするように選定され
る。そして選定した地域を対象として出発地より目的地
までの経路探査を行う。このようにすることで経路探査
時の対象データの量は大幅に低減される。
[0010] In addition to the above-mentioned information about roads, the map data includes information about the above areas as area connection information. This area connection information indicates whether or not each area can travel between adjacent areas. When conducting a route search from the origin to the destination,
The areas to which the origin and the destination belong are respectively derived, and then the area connecting the two areas is selected based on the area connection information. At this time, naturally, it is considered that there are a plurality of combinations of areas that connect the two areas, but they are selected so as to minimize the total distance between the representative points of each area. Then, the route search from the starting point to the destination is performed in the selected area. By doing so, the amount of target data at the time of route search is significantly reduced.

【0011】[0011]

【実施例】まず道路をどのように地域に分割するかにつ
いての実施例を説明する。地域の形状は基本的にはどの
ような形でも構わない。図2は地域分割の例を示す図で
あり、(a)は正方形、(b)は正三角形、(c)は六
角形、及び(d)は不定形である。もちろん長方形であ
っても良い。
EXAMPLE First, an example of how a road is divided into regions will be described. The shape of the area may be basically any shape. FIG. 2 is a diagram showing an example of regional division, where (a) is a square, (b) is an equilateral triangle, (c) is a hexagon, and (d) is an irregular shape. Of course, it may be rectangular.

【0012】出発地と目的地がそれぞれ属する二つの地
域の間を結ぶ地域を選定する場合、各地域の代表点を結
ぶ距離の合計が最小になるように地域を選定する必要が
ある。そこで各地域毎に実際の道路上の点と対応する形
で代表点を定め、隣接する走行可能な地域の代表点との
間の走行距離を地域接続情報として記憶しておき、それ
らを用いて地域の選定を行うことができる。これは特に
図2の(d)に示す不定形の地域の場合には、かならず
必要である。
When selecting an area connecting between two areas to which a starting point and a destination respectively belong, it is necessary to select the area so that the total distance connecting representative points of each area becomes the minimum. Therefore, a representative point is defined for each region in a manner that corresponds to the actual point on the road, and the distance traveled between the representative points in the neighboring regions where travel is possible is stored as regional connection information, and these are used. The area can be selected. This is always necessary especially in the case of the irregular area shown in FIG.

【0013】しかし地域の選定は、あくまで道路情報に
基づいて経路探査を行う対象範囲を限定するための処理
であり、経路探査時にかならずしも代表点が経路として
含まれるとは限らない。そのため地域選定時の最短距離
の判定にはそれほど高い精度を必要としないといえるの
で、図2の(a),(b)及び(c)に示すように一定
の形の地域に分割する時には、各地域の中心を代表点と
して、隣接する地域の代表点との距離は一定にすること
で、地域選定時の演算量を低減することができる。
However, the region selection is a process for limiting the target range for route search based on the road information, and the representative points are not always included in the route search. Therefore, it can be said that the determination of the shortest distance when selecting a region does not require so high accuracy. Therefore, when dividing into regions of a certain shape, as shown in (a), (b) and (c) of FIG. By setting the center of each area as the representative point and keeping the distance from the representative points of the adjacent areas constant, the amount of calculation when selecting the area can be reduced.

【0014】次に地域の形状を長方形とした場合の地域
分割と、その地域接続情報について図3を参照しながら
説明する。図3の(a)は、実線で示される道路を破線
で示される地域に分割した状態を示す図である。図3の
(a)に示す地域分割を行うと、地域接続情報は図3の
(b)に示すようになる。この場合、地域の代表点は各
地域の中心であり、その代表点はかならずしも実際の道
路とは一致しない。また地域の形状は一定の長方形であ
るから隣接する地域との距離は一定であるが、方向によ
り距離が異なる。このことから地域の形状は方向によら
ず地域間の距離が一定である図2の(a),(b)及び
(c)に示すような形状が望ましいことがわかる。
Next, the area division when the shape of the area is rectangular and the area connection information will be described with reference to FIG. FIG. 3A is a diagram showing a state in which the road indicated by the solid line is divided into regions indicated by the broken line. When the area division shown in (a) of FIG. 3 is performed, the area connection information becomes as shown in (b) of FIG. In this case, the representative point of the area is the center of each area, and the representative point does not always coincide with the actual road. Further, since the shape of the area is a fixed rectangle, the distance to the adjacent area is constant, but the distance differs depending on the direction. From this, it can be seen that it is desirable that the shapes of the regions are such as shown in (a), (b) and (c) of FIG. 2 where the distance between the regions is constant regardless of the direction.

【0015】次に図3の(a)に示す道路上のS点から
G点への経路を探査する場合を例として処理の手続を説
明する。S点とG点はそれぞれ地域14と10に属する
ことがわかる。図3の(b)の地域接続情報により地域
14と地域10を結ぶ地域を選定すると、図3の(c)
に示すような地域14,13,7,8,9,10が選定
される。したがって図3の(c)に示した地域を合わせ
た範囲内でS点よりG点までの経路探査を行えば良い。
(a)に比べて(c)の方が探査の対象となるデータ量
ははるかに少ないことがわかる。
Next, the procedure of the process will be described by taking as an example the case of searching for a route from point S to point G on the road shown in FIG. It can be seen that points S and G belong to regions 14 and 10, respectively. When the area connecting the area 14 and the area 10 is selected based on the area connection information of FIG. 3B, FIG.
Areas 14, 13, 7, 8, 9, 10 as shown in are selected. Therefore, the route search from the point S to the point G may be performed within the combined area shown in FIG.
It can be seen that the amount of data targeted for exploration is much smaller in (c) than in (a).

【0016】地域に分割した場合、地域内の道路上のす
べての地点は地域内の道路のみを経由して相互に走行で
きることが必要である。もしこれが満たされないと選択
した地域を対象範囲として経路探査を行っても、出発地
より目的地に至る経路が無いという結果を生じることが
あるためである。図4はその例を示す図である。いま図
4の(a)に示すように、ある地域において隣接する四
方の地域とは部分的に通行可能であるが、その地域内は
三つの部分に分けられ、それぞれの部分を相互に走行す
る道路がないとする。この地域を一つの地域とし、図4
の(a)に示すようにS点からG点に至る地域として選
定された場合、この範囲で経路探査を行っても途中で連
絡不能の部分が存在するため経路が存在しないというこ
とになる。そのため地域内においては道路上のすべての
点は地域内の道路のみを経由して相互に走行できること
が必要である。
When divided into regions, it is necessary that all points on the roads within the region can travel to each other via only the roads within the region. If this is not satisfied, even if a route search is performed with the selected area as the target range, there may be a result that there is no route from the starting point to the destination. FIG. 4 is a diagram showing an example thereof. As shown in FIG. 4 (a), it is possible to partially pass through the neighboring four areas in a certain area, but the area is divided into three parts, and each part travels mutually. Suppose there is no road. Figure 4
When the area is selected from the point S to the point G as shown in (a) of (a), it means that there is no route even if the route search is performed in this range because there is a portion that cannot be connected in the middle. Therefore, in the area, all points on the road must be able to travel to each other via only the road in the area.

【0017】そのため図4の(a)に示すように一定の
形状で地域に分割した時に地域内で相互に走行できない
部分が生じる場合には、図4の(b)に示すように地域
分割を行い、図4の(c)に示すような地域接続情報が
作成される。地域間の距離はこの部分については変化す
ることになるので、データにフラグ等を設けてこのこと
を示す必要がある。
Therefore, as shown in FIG. 4 (a), when areas are divided into areas with a certain shape and there are portions that cannot travel with each other within the area, the areas are divided as shown in FIG. 4 (b). Then, regional connection information as shown in FIG. 4C is created. Since the distance between regions will change for this part, it is necessary to indicate this by providing a flag or the like in the data.

【0018】以上経路探査の方法について説明したが、
この経路探査方法が実行される車載用ナビゲーションシ
ステムについて簡単に説明する。図5は車載用ナビゲー
ションシステムのハードウェア構成を示す図である。図
5において、1はマイクロコンピュータであり、2はC
Dプレーヤであり、3はCRT等の表示装置であり、4
は操作を行うための入力装置である。道路及び道路の接
続に関する情報は地図データとして地域に分割された形
でCD−ROM等の記憶媒体に記憶され、CDプレーヤ
2で読み取られる。地図データの中には地域接続情報も
同時に含まれている。
The route search method has been described above.
A vehicle-mounted navigation system in which this route search method is executed will be briefly described. FIG. 5 is a diagram showing the hardware configuration of the vehicle-mounted navigation system. In FIG. 5, 1 is a microcomputer and 2 is C
D player, 3 is a display device such as CRT, 4
Is an input device for performing an operation. Information about roads and road connections is stored in a storage medium such as a CD-ROM in the form of map data divided into regions and read by the CD player 2. Regional connection information is also included in the map data.

【0019】マイクロコンピュータ1はこのシステムに
おけるすべての処理を行い、CDプレーヤ2で読み取っ
た道路に関する情報を地図の形に変換して表示装置3に
表示し、運転者に提示する。入力装置4は、システム全
体の操作の他に出発地や目的地の入力を行うためのもの
であり、出発地や目的地の入力にはマウスやタッチスイ
ッチパネルが操作性の上から好ましい。
The microcomputer 1 performs all the processes in this system, converts the information about the road read by the CD player 2 into a map form, displays it on the display device 3, and presents it to the driver. The input device 4 is for inputting a starting point and a destination in addition to operating the entire system, and a mouse or a touch switch panel is preferable for inputting the starting point and the destination from the viewpoint of operability.

【0020】本発明の経路探査方法を図5の構成で実行
する場合の、マイクロコンピュータによる処理の例を示
したのが図6に示すフローチャートである。ステップ1
01で出発地と目的地が入力され、ステップ102で出
発地と目的地がそれぞれどの地域に属するかの対応関係
が地図データを検索することにより導出される。次いで
ステップ103で、地域接続情報が読み出されて、出発
地と目的地の属する地域を結ぶ地域が選定される。この
選定は各地域の代表点を結ぶ距離が最小になるように、
前出のダイクストラ等と同様の経路探査手法を用いて行
われる。
FIG. 6 is a flow chart showing an example of the processing by the microcomputer when the route search method of the present invention is executed with the configuration of FIG. Step 1
In 01, the starting point and the destination are input, and in step 102, the correspondence relationship to which area the starting point and the destination belong to is derived by searching the map data. Next, in step 103, the area connection information is read and an area connecting the area where the departure place and the destination belong is selected. In this selection, the distance connecting the representative points of each area is minimized.
It is performed using the same route exploration method as the above-mentioned Dijkstra.

【0021】ステップ104では、選定した地域の道路
及び道路の接続に関する情報を読み出し、ステップ10
5で選定した地域に限定して出発地より目的地までの道
路の経路探査が行われ、最短の経路が求められる。ここ
で地域選定時には、各地域の代表点を結ぶ距離の合計が
最小になるように地域を選定するため、かならずしも選
定した地域の組み合わせ内に出発地から目的地までの最
短経路が存在するとは限らない。しかし地域の選定も距
離を最小にするように行っているので、選定した地域内
で探査した最短経路が実際の最短経路に比べて大幅に経
路が長くなることはほとんどない。
In step 104, information on roads and road connections in the selected area is read out, and in step 10
Only the area selected in 5 is searched for the route from the starting point to the destination, and the shortest route is obtained. When selecting a region, the region is selected so that the total distance connecting the representative points of each region is minimized.Therefore, it is not always the case that the shortest route from the starting point to the destination exists in the selected combination of regions. Absent. However, since the area is selected so that the distance is minimized, the shortest route explored in the selected area rarely becomes longer than the actual shortest route.

【0022】但し、図2の(a),(b)及び(c)に
示すように地域を一定の形状になるように分割し各地域
の中心を代表点とした場合、すべての地域が隣接地域の
すべてと接続していると地域選定時に多くの地域の組み
合わせが同じ距離を有する場合が生じる。例えば(a)
において、n11からn53に至る地域の組み合わせで、
(n11, n21, n31, n41, n51, n52, n53) と(n
11, n21, n22, n32,n42, n43, n53) は同じ距離
であり、他にもこのような組合せが多数存在する。これ
は(b)と(c)でも同様である。そのような場合は、
出発地と目的地を結ぶ直線に沿う形で地域を選定するこ
とが必要である。例えば上記の(a)においてn11から
53に至る地域は前者より後者の方が望ましく、(b)
において11から17に至る地域の組み合わせとしては
11,12,13,14,15,16,17の組み合わ
せがもっとも望ましい。
However, as shown in FIGS. 2 (a), 2 (b) and 2 (c), when areas are divided into a certain shape and the center of each area is used as a representative point, all areas are adjacent to each other. When all areas are connected, many area combinations may have the same distance when selecting areas. For example (a)
In the combination of regions from n 11 to n 53 ,
(N 11 , n 21 , n 31 , n 41 , n 51 , n 52 , n 53 ) and (n
11 , n 21 , n 22 , n 32 , n 42 , n 43 , n 53 ) have the same distance, and there are many such combinations. This also applies to (b) and (c). In such cases,
It is necessary to select the area along a straight line connecting the origin and destination. For example, in the area from n 11 to n 53 in (a) above, the latter is preferable to the former, and (b)
In 11, the combination of areas 11, 12, 13, 14, 15, 16, 17 is most desirable.

【0023】[0023]

【発明の効果】本発明により、車載用ナビゲーションシ
ステムにおける経路探査に必要な演算処理量を大幅に低
減でき、経路探査に要する時間を大幅に短縮できる。
As described above, according to the present invention, the amount of calculation processing required for route search in a vehicle-mounted navigation system can be greatly reduced, and the time required for route search can be greatly reduced.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の経路探査方法の原理を示す図である。FIG. 1 is a diagram showing the principle of a route search method of the present invention.

【図2】地域分割の形状例を示す図である。FIG. 2 is a diagram showing an example of a shape of area division.

【図3】道路の地域分割と地域接続情報を示す図であ
る。
FIG. 3 is a diagram showing regional division of roads and regional connection information.

【図4】地域内での相互接続の必要性の説明図である。FIG. 4 is an explanatory diagram of necessity of interconnection within a region.

【図5】車載用ナビゲーションシステムのハードウェア
構成を示す図である。
FIG. 5 is a diagram showing a hardware configuration of a vehicle-mounted navigation system.

【図6】本発明の経路探査方法による処理例を示す図で
ある。
FIG. 6 is a diagram showing a processing example according to the route search method of the present invention.

【符号の説明】[Explanation of symbols]

1…マイクロコンピュータ 2…CDプレーヤ 3…表示装置 4…入力装置 1. Microcomputer 2 ... CD player 3 ... Display device 4 ... Input device

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 道路及び該道路の接続に関する情報を記
憶した地図データに基づいて、出発地より目的地までの
二点間の最短経路を導出する車載用ナビゲーションシス
テムの経路探査方法において、 すべての道路は、地域内のすべての道路上の地点が地域
内の道路を経由することにより相互に走行可能な複数の
地域に分割されて該地図データとして記憶されており、 該地図データは、分割した該複数の地域がそれぞれ隣接
する地域との間で走行可能かどうかを示す地域接続情報
を更に含み、 該出発地より該目的地までの経路は、該地域接続情報に
基づいて該出発地及び該目的地が属する二つの地域間を
結ぶ地域を、各地域の代表点を結ぶ距離の合計を最小に
するように選定した後、選定した地域に属する道路につ
いて経路探査することにより探査されることを特徴とす
る車載用ナビゲーションシステムの経路探査方法。
1. A route search method for an in-vehicle navigation system for deriving a shortest route between two points from a starting point to a destination based on map data that stores information about roads and connection of the roads. The road is divided into a plurality of regions in which points on all roads in the area can travel with each other by passing through the roads in the area and stored as the map data. It further includes regional connection information indicating whether each of the plurality of regions can travel between adjacent regions, and the route from the departure place to the destination is based on the regional connection information. By selecting the area that connects the two areas to which the destination belongs so that the total distance between the representative points of each area is minimized, and then performing a route search for the roads that belong to the selected area. A route search method for a vehicle-mounted navigation system characterized by being searched.
【請求項2】 該複数の地域は、不定形であり、各地域
は代表地点を備え、地域間の距離は該代表点間の距離に
より表わされることを特徴とする請求項1に記載の車載
用ナビゲーションシステムの経路探査方法。
2. The vehicle-mounted vehicle according to claim 1, wherein the plurality of areas are indefinite, each area has a representative point, and a distance between the areas is represented by a distance between the representative points. Navigation system route search method.
【請求項3】 道路及び該道路の接続に関する情報を記
憶した車載用ナビゲーションシステム用の地図データ記
憶媒体であって、 すべての道路は、地域内のすべての道路上の地点が地域
内の道路を経由することにより相互に走行可能な複数の
地域に分割されて記憶されており、 分割した該複数の地域がそれぞれ隣接する地域との間で
走行可能かどうかを示す地域接続情報を備えることを特
徴とする地図データ記憶媒体。
3. A map data storage medium for an on-vehicle navigation system, which stores information about roads and connection of the roads, wherein all roads in the area are points in the area. It is divided into a plurality of regions that can be driven by passing each other and stored, and regional connection information indicating whether or not each of the divided regions can drive a neighboring region is provided. And a map data storage medium.
JP18102791A 1991-07-22 1991-07-22 Route search method for vehicle-mounted navigation system and map data storage medium Expired - Lifetime JP3244517B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18102791A JP3244517B2 (en) 1991-07-22 1991-07-22 Route search method for vehicle-mounted navigation system and map data storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18102791A JP3244517B2 (en) 1991-07-22 1991-07-22 Route search method for vehicle-mounted navigation system and map data storage medium

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2001027406A Division JP3514734B2 (en) 2001-02-02 2001-02-02 Path finding method for in-vehicle navigation system

Publications (2)

Publication Number Publication Date
JPH0527678A true JPH0527678A (en) 1993-02-05
JP3244517B2 JP3244517B2 (en) 2002-01-07

Family

ID=16093490

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18102791A Expired - Lifetime JP3244517B2 (en) 1991-07-22 1991-07-22 Route search method for vehicle-mounted navigation system and map data storage medium

Country Status (1)

Country Link
JP (1) JP3244517B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5445524A (en) * 1994-05-03 1995-08-29 Jones; John A. Geographic location identification system
US7934180B2 (en) 2008-05-27 2011-04-26 International Business Machines Corporation Incremental speculative merging
JP2013160592A (en) * 2012-02-03 2013-08-19 Clarion Co Ltd Navigation system and route search method
US8799837B2 (en) 2008-08-25 2014-08-05 International Business Machines Corporation Optimizing a netlist circuit representation by leveraging binary decision diagrams to perform rewriting

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5445524A (en) * 1994-05-03 1995-08-29 Jones; John A. Geographic location identification system
US7934180B2 (en) 2008-05-27 2011-04-26 International Business Machines Corporation Incremental speculative merging
US8799837B2 (en) 2008-08-25 2014-08-05 International Business Machines Corporation Optimizing a netlist circuit representation by leveraging binary decision diagrams to perform rewriting
JP2013160592A (en) * 2012-02-03 2013-08-19 Clarion Co Ltd Navigation system and route search method

Also Published As

Publication number Publication date
JP3244517B2 (en) 2002-01-07

Similar Documents

Publication Publication Date Title
US5359527A (en) Navigation system for vehicle
US6804604B2 (en) Navigation system
JP3581559B2 (en) Route search device
JPH09218047A (en) Route calculator for vehicle
JPH02278116A (en) Navigation system
JP3546537B2 (en) In-vehicle navigation system
JPH1183519A (en) Root guiding system for car
JPH0869247A (en) On-vehicle device for displaying road map
JP3186794B2 (en) Path finding method for in-vehicle navigation system
JPH0527678A (en) Poute search method of on-vehicle navigation system and map data storage medium
JP3283146B2 (en) Car navigation system
JP3514734B2 (en) Path finding method for in-vehicle navigation system
JP4116681B2 (en) Optimal route search method
JPH09270093A (en) Car navigator
US20200033138A1 (en) Vehicle control system, management table production method, and recording medium
JPH06119562A (en) Route guiding device for vehicle
JP4930795B2 (en) Navigation device and navigation program
JP3069202B2 (en) Route search method
JPH07332994A (en) Vehicle-mounted navigation device
JPH0472513A (en) Routing guide device
JPH02210599A (en) Position input system for navigation device
JPH0435999Y2 (en)
JP6471235B2 (en) Area guidance system and area guidance program
JPH01100416A (en) On-vehicle navigation system
JPH06103495A (en) On-vehicle map display device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20010918

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081026

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081026

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091026

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091026

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101026

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111026

Year of fee payment: 10

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111026

Year of fee payment: 10