JP3514734B2 - Path finding method for in-vehicle navigation system - Google Patents
Path finding method for in-vehicle navigation systemInfo
- Publication number
- JP3514734B2 JP3514734B2 JP2001027406A JP2001027406A JP3514734B2 JP 3514734 B2 JP3514734 B2 JP 3514734B2 JP 2001027406 A JP2001027406 A JP 2001027406A JP 2001027406 A JP2001027406 A JP 2001027406A JP 3514734 B2 JP3514734 B2 JP 3514734B2
- Authority
- JP
- Japan
- Prior art keywords
- route
- destination
- area
- information
- roads
- 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.)
- Expired - Lifetime
Links
- 238000000034 method Methods 0.000 title claims description 19
- 230000001788 irregular Effects 0.000 claims description 6
- 238000010586 diagram Methods 0.000 description 7
- 230000013011 mating Effects 0.000 description 1
Landscapes
- Navigation (AREA)
- Traffic Control Systems (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Instructional Devices (AREA)
Description
【発明の詳細な説明】
【0001】
【発明の属する技術分野】本発明は、車載用ナビゲーシ
ョンシステムにおいて、運転者に出発地より目的地まで
の走行経路を提示するため、二点間の適切な経路を探査
する経路探査方法に関する。
【0002】
【従来の技術】近年道路に関する情報を記憶しておき、
運転者が出発地と目的地を入力すると、二点間を走行す
るための適切な経路を提示するナビゲーションシステム
と呼ばれる装置が実用化されつつある。ナビゲーション
システムでは、更に自車の走行位置を検出する航法装置
と組み合わせて、提示した経路に沿って走行するための
運転動作を指示するものも開発されている。
【0003】道路に関する情報をどのように表現するか
についてはいろいろな方法が考えられている。例えば、
運転者にはCRT等の画面で地図を表示する必要がある
が、その地図の描画情報をそのまま経路探査に利用でき
るような形式にするものや、地図の描画情報と対応する
形で別に経路探査用の情報を有する形式があり、それぞ
れ情報の構造が異なる。しかし一般的に経路探査を行う
ためには、交差点と交差点の間を結ぶ道路にそれぞれ番
号を付して表わし、それぞれの交差点及び道路の種別等
の属性を番号に付属した形で表わしている。記憶されて
いる情報の形式は異なっても、このような交差点と道路
で表わす形式に直された上で経路探査が行われる。
【0004】経路探査の方法としては、より高速に探査
が行なえるように各種の方法が提案されているが、代表
的な方法としてダイクストラ(Dijkstra)の最短路アル
ゴリズムがある。これは交差点をノードとして、ノード
を結ぶ各道路の距離をデータとして、出発点のノードよ
り周辺のノードへの最短の経路を探査しながら順次ノー
ドの範囲を増加させ、目的地に相当するノードまでの最
短経路を探査する方法である。すなわち出発地より目的
地までのすべての経路の中から最短の経路を探査するも
のである。
【0005】
【発明が解決しようとする課題】経路探査の方法により
それぞれ差異はあるが、経路探査の場合出発地より目的
地までのすべての経路を探査する必要があるため、出発
地と目的地の間の距離が長くなり途中に数多くの交差点
が存在する場合、出発地から目的地に至る経路は膨大な
数になる。そのためすべての経路について距離演算を行
って最短経路を探査するのでは、処理量が多くなり高速
の処理装置を使用しても処理時間が長くなりすぎるとい
う問題がある。
【0006】本発明は上記問題点に鑑みてなされたもの
であり、長距離の経路探査を行う場合にも探査のための
処理量の増大を抑制して、効率的に探査を行なえるよう
にした経路探査方法の実現を目的とする。
【0007】
【課題を解決するための手段】上記問題点を解決するた
め本発明の車載用ナビゲーションシステムの経路探査方
法は、すべての道路を複数の不定形の地域に分割して記
憶すると共に、地域間の接続関係も別に記憶しておき、
出発地と目的地が属する二つの地域間を結ぶ地域を選定
した後に、選定した地域に属する道路について経路探査
する。
【0008】すなわち本発明の車載用ナビゲーションシ
ステムの経路探査方法は、道路に関する情報を記憶した
地図データに基づいて、目的地までの経路を導出する車
載用ナビゲーションシステムの経路探査方法において、
地図データは、複数の不定形に分割された地域内の道路
に関する情報を含み、目的地までの経路を不定形の地域
に含まれる道路に関する情報に基づいて導出することを
特徴とする。
【0009】図1は本発明の経路探査方法の原理を示す
図である。道路及び道路の接続に関する情報が地図デー
タに記憶されている。この情報に基づいて経路探査する
ことにより出発地及び目的地として入力された二点間の
最短経路が導出できる。本発明ではすべての道路は複数
の不定形の地域に分割することが可能で、各地域内にお
いてはすべての道路上の地点が地域内の道路を経由する
ことにより相互に走行可能である。このことは地域内の
地点ならば、地域内の道路のみを経由して地域内の他の
どのような点にも行けるということである。
【0010】地図データには、前述の道路に関する情報
の他に、上記の地域に関する情報が地域接続情報として
含まれている。この地域接続情報には、それぞれの地域
が隣接する地域との間で走行可能かどうかが示されてい
る。出発地より目的地までの経路探査を行う場合には、
出発地と目的地が属する地域をそれぞれ導出し、その後
二つの地域を結ぶ地域を地域接続情報に基づいて選定す
る。この時当然のことながら二つの地域を結ぶ地域の組
み合わせは複数種類存在すると考えられるが、各地域の
代表点を結ぶ距離の合計を最小にするように選定され
る。そして選定した地域を対象として出発地より目的地
までの経路探査を行う。このようにすることで経路探査
時の対象データの量は大幅に低減される。本発明のよう
に、地域の形状を不定形とすることにより、形状にとら
われず、探索が効率的に行えるようなかたまりで区切る
ことにより、探索がスムーズに行える。
【0011】
【実施例】まず道路をどのように地域に分割するかにつ
いての実施例を説明する。地域の形状は長方形のほか図
2に示すような(a)正方形、(b)正三角形、(c)
六角形、及び(d)不定形などが考えられる。
【0012】出発地と目的地がそれぞれ属する二つの地
域の間を結ぶ地域を選定する場合、各地域の代表点を結
ぶ距離の合計が最小になるように地域を選定する必要が
ある。そこで各地域毎に実際の道路上の点と対応する形
で代表点を定め、隣接する走行可能な地域の代表点との
間の走行距離を地域接続情報として記憶しておき、それ
らを用いて地域の選定を行うことができる。これは特に
図2の(d)に示す不定形の地域の場合には、かならず
必要である。
【0013】しかし地域の選定は、あくまで道路情報に
基づいて経路探査を行う対象範囲を限定するための処理
であり、経路探査時にかならずしも代表点が経路として
含まれるとは限らない。そのため地域選定時の最短距離
の判定にはそれほど高い精度を必要としないといえるの
で、図2の(a),(b)及び(c)に示すように一定
の形の地域に分割する時には、各地域の中心を代表点と
して、隣接する地域の代表点との距離は一定にすること
で、地域選定時の演算量を低減することができる。
【0014】
【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)の方が探査の対象となるデータ量
ははるかに少ないことがわかる。
【0016】地域に分割した場合、地域内の道路上のす
べての地点は地域内の道路のみを経由して相互に走行で
きることが必要である。もしこれが満たされないと選択
した地域を対象範囲として経路探査を行っても、出発地
より目的地に至る経路が無いという結果を生じることが
あるためである。図4はその例を示す図である。いま図
4の(a)に示すように、ある地域において隣接する四
方の地域とは部分的に通行可能であるが、その地域内は
三つの部分に分けられ、それぞれの部分を相互に走行す
る道路がないとする。この地域を一つの地域とし、図4
の(a)に示すようにS点からG点に至る地域として選
定された場合、この範囲で経路探査を行っても途中で連
絡不能の部分が存在するため経路が存在しないというこ
とになる。そのため地域内においては道路上のすべての
点は地域内の道路のみを経由して相互に走行できること
が必要である。
【0017】そのため図4の(a)に示すように一定の
形状で地域に分割した時に地域内で相互に走行できない
部分が生じる場合には、図4の(b)に示すように地域
分割を行い、図4の(c)に示すような地域接続情報が
作成される。地域間の距離はこの部分については変化す
ることになるので、データにフラグ等を設けてこのこと
を示す必要がある。
【0018】以上経路探査の方法について説明したが、
この経路探査方法が実行される車載用ナビゲーションシ
ステムについて簡単に説明する。図5は車載用ナビゲー
ションシステムのハードウェア構成を示す図である。図
5において、1はマイクロコンピュータであり、2はC
Dプレーヤであり、3はCRT等の表示装置であり、4
は操作を行うための入力装置である。道路及び道路の接
続に関する情報は地図データとして地域に分割された形
でCD−ROM等の記憶媒体に記憶され、CDプレーヤ
2で読み取られる。地図データの中には地域接続情報も
同時に含まれている。
【0019】マイクロコンピュータ1はこのシステムに
おけるすべての処理を行い、CDプレーヤ2で読み取っ
た道路に関する情報を地図の形に変換して表示装置3に
表示し、運転者に提示する。入力装置4は、システム全
体の操作の他に出発地や目的地の入力を行うためのもの
であり、出発地や目的地の入力にはマウスやタッチスイ
ッチパネルが操作性の上から好ましい。
【0020】本発明の経路探査方法を図5の構成で実行
する場合の、マイクロコンピュータによる処理の例を示
したのが図6に示すフローチャートである。ステップ1
01で出発地と目的地が入力され、ステップ102で出
発地と目的地がそれぞれどの地域に属するかの対応関係
が地図データを検索することにより導出される。次いで
ステップ103で、地域接続情報が読み出されて、出発
地と目的地の属する地域を結ぶ地域が選定される。この
選定は各地域の代表点を結ぶ距離が最小になるように、
前出のダイクストラ等と同様の経路探査手法を用いて行
われる。
【0021】ステップ104では、選定した地域の道路
及び道路の接続に関する情報を読み出し、ステップ10
5で選定した地域に限定して出発地より目的地までの道
路の経路探査が行われ、最短の経路が求められる。ここ
で地域選定時には、各地域の代表点を結ぶ距離の合計が
最小になるように地域を選定するため、かならずしも選
定した地域の組み合わせ内に出発地から目的地までの最
短経路が存在するとは限らない。しかし地域の選定も距
離を最小にするように行っているので、選定した地域内
で探査した最短経路が実際の最短経路に比べて大幅に経
路が長くなることはほとんどない。
【0022】但し、図2の(a),(b)及び(c)に
示すように地域を一定の形状になるように分割し各地域
の中心を代表点とした場合、すべての地域が隣接地域の
すべてと接続していると地域選定時に多くの地域の組み
合わせが同じ距離を有する場合が生じる。例えば(a)
において、n11からn53に至る地域の組み合わせ
で、(n11,n21,n31,n41,n51,n52,n53)と
(n11,n21,n22,n 32,n42,n43,n53)は同じ
距離であり、他にもこのような組合せが多数存在する。
これは(b)と(c)でも同様である。そのような場合
は、出発地と目的地を結ぶ直線に沿う形で地域を選定す
ることが必要である。例えば上記の(a)においてn1
1からn53に至る地域は前者より後者の方が望まし
く、(b)において11から17に至る地域の組み合わ
せとしては11,12,13,14,15,16,17
の組み合わせがもっとも望ましい。
【0023】
【発明の効果】本発明により、車載用ナビゲーションシ
ステムにおける経路探査に必要な演算処理量を大幅に低
減でき、経路探査に要する時間を大幅に短縮できる。ま
た、地域の形状を不定形としているために、探索が効率
的に行えるようなかたまりで地域を分割でき、探索がス
ムーズに行える。DETAILED DESCRIPTION OF THE INVENTION
[0001]
TECHNICAL FIELD The present invention relates to an in-vehicle navigation system.
The driver from the departure point to the destination
A suitable route between two points to present the travel route
To search for a route.
[0002]
2. Description of the Related Art In recent years, information on roads has been stored.
When the driver inputs the departure point and the destination, the vehicle travels between the two points.
Navigation system that presents an appropriate route for
The device called is being put to practical use. navigation
The system also includes a navigation device that detects the traveling position of the vehicle
In conjunction with the proposed route
A device for instructing a driving operation has also been developed.
[0003] How to express information about roads
Various methods have been considered. For example,
Drivers need to display a map on a screen such as a CRT
However, the map drawing information can be used as it is for route search.
Format and map drawing information
There is a format that has information for route search separately in each form.
Information structure is different. But generally do pathfinding
Each road on the road between
Numbers and types of intersections and roads
Is represented in the form attached to the number. Remembered
Even though the information format is different, such intersections and roads
The route search is performed after being converted into the format represented by.
[0004] As a method of route search, a faster search is performed.
Various methods have been proposed so that
The shortest route of Dijkstra is
There is gorhythm. This is an intersection with nodes as nodes
The distance of each road connecting
While searching for the shortest route to the surrounding nodes
Increase the range of the node to reach the node corresponding to the destination.
It is a method of exploring short paths. That is, the destination from the departure point
Search for the shortest route among all routes to the ground
It is.
[0005]
[Problems to be Solved by the Invention]
There are differences, but in the case of route exploration, the purpose is from the starting point
Departure because you need to explore all the routes to the ground
The distance between the destination and the destination increases, and many intersections en route
, The route from the origin to the destination is huge
Number. Therefore, distance calculation is performed for all routes.
Searching for the shortest path requires a large amount of processing and high speed
Processing time is too long even with the processing equipment
Problem.
[0006] The present invention has been made in view of the above problems.
And even when searching for long distances,
Efficient exploration by suppressing increase in throughput
The purpose of this study is to realize the route search method.
[0007]
Means for Solving the Problems To solve the above problems,
Route search method of the vehicle-mounted navigation system of the present invention
The law divides all roads into a number of irregularly shaped areas.
As well as remembering the connection between the regions separately,
Select an area that connects the two areas to which the origin and destination belong
And after that, route search for roads belonging to the selected area
I do.
That is, the vehicle navigation system of the present invention
Stem path finding method stored information about roads
Car that derives route to destination based on map data
In a method of searching for a route of an on-board navigation system,
Map data includes roads within an area divided into multiple irregular shapes.
Areas that contain information about
To derive based on the road information contained in
Features.
FIG. 1 shows the principle of the route search method of the present invention.
FIG. Information on roads and road connections
Is stored in the data. Route search based on this information
Between the two points entered as the origin and destination
The shortest path can be derived. In the present invention, all roads are multiple
It can be divided into irregular shaped areas, and within each area
And all points on the road go through the local road
By doing so, they can run each other. This means that
If it is a point, other roads in the area only via roads in the area
You can go to any point.
[0010] The map data includes information on the aforementioned roads.
In addition, information on the above areas is
include. This regional connection information includes each region
Indicates whether it is possible to drive between adjacent areas.
You. If you want to find a route from your origin to your destination,
Deriving the area to which the departure and destination belong, and then
Select a region connecting two regions based on regional connection information
You. At this time, of course, a regional group connecting the two regions
Although it is thought that there are several types of matches,
Selected to minimize the total distance connecting representative points
You. And from the place of departure to the destination for the selected area
Route search up to. In this way, route search
The amount of target data at the time is greatly reduced. As in the present invention
In addition, by making the shape of the region irregular,
Be separated by chunks that can be searched efficiently
As a result, the search can be performed smoothly.
[0011]
[Example] First, how to divide roads into regions
An embodiment will be described.The shape of the area is a rectangle and a figure
(A) square, (b) equilateral triangle, (c) as shown in FIG.
Hexagons, and (d) irregular shapes are possible.
Two places to which the departure place and the destination belong respectively
When selecting regions that connect between regions, connect the representative points of each region.
It is necessary to select an area so that the total distance
is there. Therefore, the shape corresponding to the actual point on the road for each area
To determine the representative point, and
The distance traveled between is stored as regional connection information,
They can be used to select a region. This is especially
In the case of the irregular-shaped area shown in FIG.
is necessary.
[0013] However, the selection of an area is based only on road information.
Processing to limit the target area for path search based on
When searching for a route, the representative point is always
Not necessarily included. Therefore, the shortest distance when selecting a region
Does not require very high accuracy
And is constant as shown in FIGS. 2 (a), (b) and (c).
When dividing into regions in the shape of, the center of each region is set as a representative point
And keep the distance from the representative point in the adjacent area constant
Thus, it is possible to reduce the amount of calculation when selecting a region.
[0014]
Next, from point S on the road shown in FIG.
The procedure of processing is explained using the case of exploring the route to point G as an example.
I will tell. Points S and G belong to areas 14 and 10, respectively
You can see that. According to the regional connection information shown in FIG.
When an area connecting the area 14 and the area 10 is selected, FIG.
Areas 13, 13, 7, 8, 9, and 10 are selected as shown in
Is done. Therefore, the area shown in FIG.
A route search from the point S to the point G may be performed within the range.
(C) Compared to (a), the amount of data to be searched
Turns out to be much less.
When the area is divided, the area on the road in the area
All points can drive each other only via roads in the area
Need to be able to Choose if this is not met
Even if a route search is performed for the area
May result in no route to the destination
Because there is. FIG. 4 is a diagram showing the example. Now
As shown in FIG.
Is partially accessible to other areas, but within that area
It is divided into three parts and each part runs mutually
Suppose there is no road. This area is considered as one area,
As shown in (a) of the above, it is selected as an area from point S to point G.
If it is specified, even if a route search is performed in this range,
There is no route because there is an unentry part
And So in the area all roads
Points must be able to drive each other only via roads within the area
is necessary.
Therefore, as shown in FIG.
When divided into regions by shape, they cannot run each other within the region
If there is a portion, the area is changed as shown in FIG.
After the division, the regional connection information as shown in FIG.
Created. The distance between regions varies for this part
Therefore, set a flag etc. in the data and
Need to show.
The route search method has been described above.
In-vehicle navigation system where this route finding method is executed
The stem will be briefly described. Fig. 5 is a car navigation system
FIG. 2 is a diagram illustrating a hardware configuration of an application system. Figure
In 5, 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. Roads and road connections
Information about the continuation is divided into regions as map data.
Stored in a storage medium such as a CD-ROM, and a CD player.
Read at 2. Local connection information in map data
Included at the same time.
The microcomputer 1 is used in this system.
All the data in the CD player 2
The information on the roads that have been converted into a map
Display and present to the driver. The input device 4 is used for the entire system.
For entering the starting point and destination in addition to manipulating the body
Use a mouse or touch switch to enter the departure or destination.
The touch panel is preferable from the viewpoint of operability.
The route search method of the present invention is executed with the configuration shown in FIG.
Example of processing by the microcomputer when
This is the flowchart shown in FIG. Step 1
01 is the departure place and the destination are input.
Correspondence relationship to which region the origin and destination belong respectively
Is derived by searching map data. Then
In step 103, the regional connection information is read and the
An area that connects the land and the area to which the destination belongs is selected. this
The selection is made so that the distance connecting the representative points of each region is the minimum.
Using the same route search method as Dijkstra, etc.
Is
In step 104, roads in the selected area
And information about road connection, and step 10
Road from departure to destination limited to the area selected in 5
A road search is performed to determine the shortest route. here
When selecting a region, the total distance connecting the representative points of each region is
Be sure to select the area to minimize it.
Within the specified area combination from the departure point to the destination
Short paths do not always exist. However, regional selection
In the selected area,
The shortest path searched in
The road is rarely long.
However, FIGS. 2 (a), 2 (b) and 2 (c)
The area is divided into a certain shape as shown
Assuming that the center of the
If you are connected to all, many regional groups
There may be cases where the matings have the same distance. For example, (a)
In, the combination of the region from n11 to n53
And (n11, Ntwenty one, N31, N41, N51, N52, N53)When
(N11, Ntwenty one, Ntwenty two, N 32, N42, N43, N53) Is the same
Distance, and there are many other such combinations.
This is the same in (b) and (c). In such cases
Selects a region along a straight line connecting the origin and destination
It is necessary to For example, in the above (a), n1
In the region from 1 to n53, the latter is more desirable than the former.
Combination of regions from 11 to 17 in (b)
11, 12, 13, 14, 15, 16, 17
Is most desirable.
[0023]
According to the present invention, an on-vehicle navigation system is provided.
Significantly reduces the amount of computation required for path finding in the stem
And the time required for path finding can be greatly reduced. Ma
In addition, since the shape of the area is irregular, search is efficient
Areas can be divided into groups that can be
It can be done smoothly.
【図面の簡単な説明】
【図1】本発明の経路探査方法の原理を示す図である。
【図2】地域分割の形状例を示す図である。
【図3】道路の地域分割と地域接続情報を示す図であ
る。
【図4】地域内での相互接続の必要性の説明図である。
【図5】車載用ナビゲーションシステムのハードウェア
構成を示す図である。
【図6】本発明の経路探査方法による処理例を示す図で
ある。
【符号の説明】
1…マイクロコンピュータ
2…CDプレーヤ
3…表示装置
4…入力装置BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a diagram showing the principle of a route searching method according to the present invention. FIG. 2 is a diagram illustrating an example of a shape of a region division. FIG. 3 is a diagram showing road area division and area connection information. FIG. 4 is an illustration of the need for interconnection within a region. FIG. 5 is a diagram illustrating a hardware configuration of a vehicle-mounted navigation system. FIG. 6 is a diagram showing a processing example according to the route search method of the present invention. [Description of Signs] 1 ... microcomputer 2 ... CD player 3 ... display device 4 ... input device
フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G01C 21/00 - 21/36 G01C 23/00 - 25/00 G09B 23/00 - 29/14 G08G 1/00 - 9/02 G06F 17/60 Continuation of front page (58) Fields investigated (Int.Cl. 7 , DB name) G01C 21/00-21/36 G01C 23/00-25/00 G09B 23/00-29/14 G08G 1/00-9 / 02 G06F 17/60
Claims (1)
に基づいて、目的地までの経路を導出する車載用ナビゲ
ーションシステムの経路探査方法において、 前記地図データは、それぞれ大きさの異なる形状とし効
率的な探査が行えるよう複数の不定形に分割された地域
毎の交差点間を結ぶ道路に関する情報を含むとともに、
該地域間の接続関係を示す地域接続情報を有し、 目的地までの経路を探査する際、前記地域接続情報に基
づいて出発地と目的地がそれぞれ属する2つの地域間を
結び経路探査に必要とされる不定形の地域を選定し、選
定された不定形の地域に含まれる道路に関する情報に基
づいて、目的地までの経路を求めることを特徴とする車
載用ナビゲーションシステムの経路探査方法。(57) [Claim 1] In a route search method of an in-vehicle navigation system for deriving a route to a destination based on map data storing information on roads, the map data is Areas divided into multiple irregular shapes to enable efficient exploration with shapes of different sizes
Includes information about the roads connecting each intersection ,
It has regional connection information indicating a connection relationship between the regions, and when exploring a route to a destination , based on the regional connection information, a route between the two regions to which the departure place and the destination belong respectively.
Selected irregularly shaped area that is needed to tie route exploration, select
A route search method for an in-vehicle navigation system, wherein a route to a destination is obtained based on information on a road included in a determined irregular-shaped area.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2001027406A JP3514734B2 (en) | 2001-02-02 | 2001-02-02 | Path finding method for in-vehicle navigation system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2001027406A JP3514734B2 (en) | 2001-02-02 | 2001-02-02 | Path finding method for in-vehicle navigation system |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP18102791A Division JP3244517B2 (en) | 1991-07-22 | 1991-07-22 | Route search method for vehicle-mounted navigation system and map data storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2001272241A JP2001272241A (en) | 2001-10-05 |
JP3514734B2 true JP3514734B2 (en) | 2004-03-31 |
Family
ID=18892064
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2001027406A Expired - Lifetime JP3514734B2 (en) | 2001-02-02 | 2001-02-02 | Path finding method for in-vehicle navigation system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3514734B2 (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20040016243A (en) * | 2002-08-16 | 2004-02-21 | 현대자동차주식회사 | Method and apparatus for manipulating map data for vehicle navigation |
JP2004085486A (en) * | 2002-08-28 | 2004-03-18 | Honda Motor Co Ltd | Vehicle navigation server |
KR100494892B1 (en) * | 2002-09-05 | 2005-06-13 | 현대자동차주식회사 | Method and apparatus for communicating map data for vehicle navigation |
JP3842799B2 (en) | 2004-06-15 | 2006-11-08 | 株式会社ザナヴィ・インフォマティクス | Map data providing device |
-
2001
- 2001-02-02 JP JP2001027406A patent/JP3514734B2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JP2001272241A (en) | 2001-10-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3675891B2 (en) | Highway access ramp identification method for route calculation in vehicle navigation system | |
US6199013B1 (en) | Maneuver generation program and method | |
JP3581559B2 (en) | Route search device | |
JPH10141981A (en) | Sign-test display method and vehicle navigation system | |
EP1065471B1 (en) | Navigation device and method | |
JP3523039B2 (en) | Vehicle navigation system and guidance route display method thereof | |
JP3316244B2 (en) | How to select guidance information in the navigation display | |
JP3514734B2 (en) | Path finding method for in-vehicle navigation system | |
JP3186794B2 (en) | Path finding method for in-vehicle navigation system | |
JPH09270093A (en) | Car navigator | |
JPH0553501A (en) | Optimum course determining method using course table | |
JP3244517B2 (en) | Route search method for vehicle-mounted navigation system and map data storage medium | |
JP4091444B2 (en) | Navigation device | |
JP3999351B2 (en) | Method of presenting driving status of vehicle, search and presentation method of optimum route, and recording medium | |
JP3502230B2 (en) | Navigation device | |
JPH0979862A (en) | Route information providing device | |
JPH0472513A (en) | Routing guide device | |
JP3293375B2 (en) | Car navigation system | |
JP3039226B2 (en) | Route calculation method and device | |
JPH0612594A (en) | Navigation device equipped with route calculating function | |
JP2902209B2 (en) | Route search method | |
JP4930795B2 (en) | Navigation device and navigation program | |
JP3517029B2 (en) | In-vehicle route search device | |
JP2902208B2 (en) | Route search method | |
JPH03230299A (en) | Navigator mounted on vehicle |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20030909 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20031216 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20040113 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080123 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090123 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100123 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100123 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110123 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120123 Year of fee payment: 8 |
|
EXPY | Cancellation because of completion of term | ||
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120123 Year of fee payment: 8 |