JP6005474B2 - Information processing system, information processing terminal, information processing method, and program - Google Patents

Information processing system, information processing terminal, information processing method, and program Download PDF

Info

Publication number
JP6005474B2
JP6005474B2 JP2012238622A JP2012238622A JP6005474B2 JP 6005474 B2 JP6005474 B2 JP 6005474B2 JP 2012238622 A JP2012238622 A JP 2012238622A JP 2012238622 A JP2012238622 A JP 2012238622A JP 6005474 B2 JP6005474 B2 JP 6005474B2
Authority
JP
Japan
Prior art keywords
information
command
destination
transmission
navigation device
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.)
Active
Application number
JP2012238622A
Other languages
Japanese (ja)
Other versions
JP2014089098A (en
Inventor
絵美 中野
絵美 中野
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 JP2012238622A priority Critical patent/JP6005474B2/en
Publication of JP2014089098A publication Critical patent/JP2014089098A/en
Application granted granted Critical
Publication of JP6005474B2 publication Critical patent/JP6005474B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Navigation (AREA)

Description

本発明は、経路の探索等を行うナビゲーション装置を備えたシステム等に関するものである。   The present invention relates to a system including a navigation device for searching for a route and the like.

従来、ダイクストラ法(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, conventionally, there has been a problem that the user cannot output appropriate information to the navigation device. For example, the user can cause the navigation device to output a result of route search, a map of the current location, etc., but information related to a destination that is not used for route search, etc. Could not be output from.

本発明の情報処理システムは、1以上の情報処理端末と、ナビゲーション装置とを備えた情報処理システムであって、情報処理端末は、ナビゲーション装置に送信される1以上の情報であって、目的地を指定する情報である目的地指定情報と、目的地指定情報が指定する目的地に関連する情報であって、ナビゲーション装置による目的地の取得に利用されない情報である1以上の目的地関連情報とを有する情報である1以上の送信情報を受け付ける送信情報受付部と、ナビゲーション装置に対して送信される命令であって、ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令が格納されている命令格納部と、第一命令を送信する指示である第一送信指示を受け付ける送信指示受付部と、送信指示受付部が受け付けた第一送信指示が示す第一命令と、送信情報受付部が受け付けた送信情報とを対応付けてナビゲーション装置に送信する送信部とを備え、ナビゲーション装置は、情報処理端末が送信する第一命令と送信情報とを受信する受信部と、受信部が受信した第一命令が有する目的地設定命令に従って、送信情報が有する目的地指定情報が示す目的地を用いて目的地を設定する処理を行う処理部と、処理部が行った処理結果と、送信情報が有する目的地関連情報とを出力する出力部とを備えた情報処理システムである。   The information processing system of the present invention is an information processing system including one or more information processing terminals and a navigation device, and the information processing terminal is one or more pieces of information transmitted to the navigation device, Destination designation information that is information for designating one or more destination related information that is information that is related to the destination designated by the destination designation information and that is not used for acquisition of the destination by the navigation device; A transmission information receiving unit that receives one or more transmission information that is information having a destination, and a destination setting command that is a command that is transmitted to the navigation device and causes the navigation device to set a destination A command storage unit that stores a first command that is a command, a transmission instruction reception unit that receives a first transmission command that is an instruction to transmit the first command, The navigation device includes a transmission unit that associates the first command indicated by the first transmission instruction received by the instruction reception unit with the transmission information received by the transmission information reception unit and transmits the information to the navigation device. A receiving unit that receives a first command to be transmitted and transmission information, and a destination indicated by the destination designation information included in the transmission information in accordance with a destination setting command included in the first command received by the receiving unit. It is an information processing system provided with the process part which performs the process to set, the output part which outputs the process result which the process part performed, and the destination relevant information which transmission information has.

かかる構成により、ナビゲーション装置に、目的地に関連した情報であって、目的地の取得に利用されない情報を出力させることができ、ナビゲーション装置に適切な情報を出力させることができる。   With this configuration, it is possible to cause the navigation device to output information related to the destination that is not used to acquire the destination, and to allow the navigation device to output appropriate information.

また、本発明の情報処理システムは、前記情報処理システムにおいて、第一命令は、ナビゲーション装置が目的地に到着した場合に、第一命令と、第一命令と対応付けて送信した目的地指定情報及び目的地関連情報の少なくとも一方とをナビゲーション装置から削除させる命令である削除命令を有する命令であり、処理部は、ナビゲーション装置が目的地に到着した場合に、受信部が受信した第一命令が有する削除命令に従って、第一命令と、第一命令と対応付けられた目的地指定情報及び目的地関連情報の少なくとも一方とを削除する情報処理システムである。   In the information processing system of the present invention, in the information processing system, the first command is destination designation information transmitted in association with the first command and the first command when the navigation device arrives at the destination. And at least one of the destination related information is a command having a delete command that is a command to delete from the navigation device, and the processing unit receives the first command received by the receiving unit when the navigation device arrives at the destination The information processing system is configured to delete the first command and at least one of the destination designation information and the destination related information associated with the first command in accordance with the deletion command.

かかる構成により、目的地に到着した場合に第一命令と目的地指定情報及び目的地関連情報の少なくとも一方とをナビゲーション装置から削除させることができ、ユーザのプライバシーを保護することができる。   With this configuration, when the user arrives at the destination, the first command and at least one of the destination designation information and the destination related information can be deleted from the navigation device, and the user's privacy can be protected.

また、本発明の情報処理システムは、前記情報処理システムにおいて、情報処理端末は、1以上の送信情報が格納される送信情報格納部と、送信情報格納部に格納されている送信情報のうちの1以上を選択する指示である選択指示を受け付ける選択指示受付部とを更に備え、送信情報受付部は、選択指示受付部が受け付けた選択指示が示す送信情報を送信情報格納部から読み出すことにより、選択指示が示す送信情報を受け付ける情報処理システムである。   In the information processing system of the present invention, in the information processing system, the information processing terminal includes a transmission information storage unit in which one or more transmission information is stored, and transmission information stored in the transmission information storage unit. A selection instruction reception unit that receives a selection instruction that is an instruction to select one or more, and the transmission information reception unit reads transmission information indicated by the selection instruction received by the selection instruction reception unit from the transmission information storage unit, An information processing system that receives transmission information indicated by a selection instruction.

かかる構成により、予め格納されている送信情報の中から、ユーザが選択した送信情報を第一命令と対応付けて送信することができ、操作の利便性を向上させることができる。例えば、ユーザが、予め1または2以上の送信情報を送信情報格納部に蓄積しておけば、タクシー等に搭乗した際に、選択指示により送信情報の一つを選択することで、タクシー等のナビゲーション装置2に容易にかつ迅速に目的地を設定することができる。   With this configuration, the transmission information selected by the user from the transmission information stored in advance can be transmitted in association with the first command, and the convenience of operation can be improved. For example, if the user accumulates one or more pieces of transmission information in the transmission information storage unit in advance, the user can select one of the transmission information according to the selection instruction when boarding a taxi. A destination can be set easily and quickly in the navigation device 2.

また、本発明の情報処理システムは、前記情報処理システムにおいて、位置を指定する情報と、位置に関連した情報と、を有する位置設定情報を受け付ける位置設定情報受付部を更に備え、命令格納部には、位置設定情報が有する位置を指定する情報が示す位置が、ナビゲーション装置が現在位置する領域内の位置となった場合に、位置設定情報が有する位置に関連した情報を出力する命令である第二命令が更に格納されており、送信指示受付部は、第二命令を送信する指示である第二送信指示を更に受け付け、送信部は、更に、送信指示受付部が受け付けた第二送信指示に応じて、第二命令と、位置設定情報受付部が受け付けた位置設定情報とを対応付けてナビゲーション装置に送信し、受信部は、第二命令と位置設定情報とを更に受信し、処理部は、受信部が受信した第二命令に従って、第二命令と対応付けられた位置設定情報が有する位置を指定する情報が示す位置の情報を取得し、位置が、ナビゲーション装置が現在位置する領域内の位置であるか判断し、出力部は、位置を指定する情報が示す位置がナビゲーション装置の現在位置する領域内の位置であると処理部が判断した場合に、受信部が受信した位置設定情報が有する位置に関連した情報を出力する情報処理システムである。   The information processing system of the present invention further includes a position setting information receiving unit that receives position setting information having information specifying a position and information related to the position in the information processing system, and the command storage unit includes Is a command for outputting information related to the position of the position setting information when the position indicated by the information specifying the position of the position setting information is the position in the area where the navigation device is currently located. Two instructions are further stored, the transmission instruction reception unit further receives a second transmission instruction that is an instruction to transmit the second instruction, and the transmission unit further determines the second transmission instruction received by the transmission instruction reception unit. In response, the second command and the position setting information received by the position setting information receiving unit are associated and transmitted to the navigation device, and the receiving unit further receives the second command and the position setting information. In accordance with the second command received by the receiving unit, the processing unit acquires position information indicated by the information specifying the position included in the position setting information associated with the second command, and the position is the current position of the navigation device. The output unit determines whether the position is within the area, and the output unit receives the position received by the receiving unit when the processing unit determines that the position indicated by the information specifying the position is within the area where the navigation device is currently located. It is an information processing system that outputs information related to a position included in setting information.

かかる構成により、現在位置を含む領域内に位置指定情報が示す位置がある場合に、位置指定情報に対応する位置関連情報を出力することができ、ユーザが登録した位置関連情報を適切な位置で出力させることができる。   With this configuration, when there is a position indicated by the position designation information in the area including the current position, position related information corresponding to the position designation information can be output, and the position related information registered by the user can be output at an appropriate position. Can be output.

本発明の情報処理端末は、1以上の情報処理端末と、ナビゲーション装置とを備えた情報処理システムを構成する情報処理端末であって、ナビゲーション装置に送信される1以上の情報であって、目的地を指定する情報である目的地指定情報と、目的地指定情報が指定する目的地に関連する情報であって、ナビゲーション装置による目的地の取得に利用されない情報である1以上の目的地関連情報とを有する情報である1以上の送信情報を受け付ける送信情報受付部と、ナビゲーション装置に対して送信される命令であって、ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令が格納されている命令格納部と、第一命令を送信する指示である第一送信指示を受け付ける送信指示受付部と、送信指示受付部が受け付けた第一送信指示が示す第一命令と、送信情報受付部が受け付けた送信情報とを対応付けてナビゲーション装置に送信する送信部とを備えた情報処理端末である。   An information processing terminal of the present invention is an information processing terminal constituting an information processing system including one or more information processing terminals and a navigation device, and is one or more pieces of information transmitted to the navigation device. Destination designation information which is information for designating a destination and one or more destination related information which is information related to the destination designated by the destination designation information and which is not used for acquisition of the destination by the navigation device A transmission information receiving unit that receives one or more pieces of transmission information that is information including: a destination setting command that is a command that is transmitted to the navigation device and causes the navigation device to set a destination A command storage unit that stores a first command that is a command, a transmission instruction reception unit that receives a first transmission command that is an instruction to transmit the first command, A first command indicating the first transmission instruction to signal instruction accepting unit accepts an information processing terminal that includes a transmission unit that associates the transmission information transmitting information receiving unit receives and transmits to the navigation apparatus.

かかる構成により、ナビゲーション装置に、目的地に関連した情報であって、目的地の取得に利用されない情報を出力させることができ、ナビゲーション装置に適切な情報を出力させることができる。   With this configuration, it is possible to cause the navigation device to output information related to the destination that is not used to acquire the destination, and to allow the navigation device to output appropriate information.

本発明のナビゲーション装置は、1以上の情報処理端末と、ナビゲーション装置とを備えた情報処理システムを構成するナビゲーション装置であって、情報処理端末が送信する命令であって、ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令と、目的地を指定する情報である目的地指定情報と、目的地指定情報が指定する目的地に関連する情報であって、ナビゲーション装置による目的地の取得に利用されない情報である1以上の目的地関連情報とを有する情報である1以上の送信情報とを受信する受信部と、受信部が受信した第一命令が有する目的地設定命令に従って、送信情報が有する目的地指定情報が示す目的地を用いて目的地を設定する処理を行う処理部と、処理部が行った処理結果と、送信情報が有する目的地関連情報とを出力する出力部とを備えたナビゲーション装置である。   A navigation device according to the present invention is a navigation device that constitutes an information processing system including one or more information processing terminals and a navigation device, and is a command transmitted by the information processing terminal. A first command that is a command having a destination setting command that is a command for setting a destination, destination designation information that is information for designating a destination, and information related to a destination designated by the destination designation information. A receiving unit that receives one or more transmission information that is information including one or more destination-related information that is information that is not used for acquiring a destination by the navigation device, and a first command received by the receiving unit is In accordance with the destination setting command, the processing unit for performing the processing for setting the destination using the destination indicated by the destination designation information included in the transmission information, and the processing performed by the processing unit Result, a navigation device provided with an output section for outputting the destination-related information included in the transmission information.

かかる構成により、目的地に関連した情報であって、目的地の取得に利用されない情報を出力させることができ、ナビゲーション装置に適切な情報を出力させることができる。   With this configuration, it is possible to output information related to the destination that is not used for acquiring the destination, and output appropriate information to the navigation device.

本発明による情報処理システム等によれば、ナビゲーション装置に適切な情報を出力させることができる。   According to the information processing system and the like according to the present invention, it is possible to cause the navigation device to output appropriate information.

本発明の実施の形態における情報処理システムのブロック図Block diagram of an information processing system in an embodiment of the present invention 同情報処理システムの情報処理端末の動作について説明するフローチャートA flowchart for explaining the operation of the information processing terminal of the information processing system 同情報処理システムのナビゲーション装置の動作について説明するフローチャートA flowchart for explaining the operation of the navigation device of the information processing system 同情報処理システムの概念図Conceptual diagram of the information processing system 同情報処理システムの送信情報管理情報を示す図The figure which shows the transmission information management information of the information processing system 同情報処理システムの入力インターフェース画像の表示例を示す図The figure which shows the example of a display of the input interface image of the information processing system 同情報処理システムの送信情報のリストの表示例を示す図The figure which shows the example of a display of the list of transmission information of the information processing system 同情報処理システムのメニュー画面の表示例を示す図The figure which shows the example of a display of the menu screen of the information processing system 同情報処理システムの表示例を示す図The figure which shows the example of a display of the information processing system 同情報処理システムの入力インターフェースの表示例を示す図The figure which shows the example of a display of the input interface of the information processing system 同情報処理システムの位置関連情報の表示例を示す図The figure which shows the example of a display of the position relevant information of the information processing system 同情報処理システムの入力インターフェースの表示例を示す図The figure which shows the example of a display of the input interface of the information processing system 同情報処理システムの情報処理端末が表示しているWEBページのソースの一例を示す図The figure which shows an example of the source of the WEB page which the information processing terminal of the information processing system is displaying 本発明の実施の形態におけるコンピュータシステムの外観の一例を示す図The figure which shows an example of the external appearance of the computer system in embodiment of this invention 同コンピュータシステムの構成の一例を示す図The figure which shows an example of a structure of the computer system

以下、情報処理システム等の実施形態について図面を参照して説明する。なお、実施の形態において同じ符号を付した構成要素は同様の動作を行うので、再度の説明を省略する場合がある。   Hereinafter, embodiments of an information processing system 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は、本実施の形態における情報処理システム1000のブロック図である。
(Embodiment)
FIG. 1 is a block diagram of an information processing system 1000 in the present embodiment.

情報処理システム1000は、情報処理端末1およびナビゲーション装置2を備える。情報処理端末1とナビゲーション装置2とは、例えば、無線LAN等の無線ネットワークや、Bluetooth(登録商標)等の無線通信等により、情報の送受信が可能となるよう接続されている。ただし、情報処理端末1とナビゲーション装置とは、有線通信等で接続されていても良いし、赤外線通信等により通信可能に接続されるものであっても良い。   The information processing system 1000 includes an information processing terminal 1 and a navigation device 2. The information processing terminal 1 and the navigation device 2 are connected so that information can be transmitted and received by, for example, a wireless network such as a wireless LAN or wireless communication such as Bluetooth (registered trademark). However, the information processing terminal 1 and the navigation device may be connected by wired communication or the like, or may be connected so as to be communicable by infrared communication or the like.

情報処理端末1は、送信情報格納部100、選択指示受付部101、送信情報受付部102、位置設定情報受付部103、命令格納部104、送信指示受付部105、送信部106を備える。   The information processing terminal 1 includes a transmission information storage unit 100, a selection instruction reception unit 101, a transmission information reception unit 102, a position setting information reception unit 103, a command storage unit 104, a transmission instruction reception unit 105, and a transmission unit 106.

ナビゲーション装置2は、受信部200、受信情報格納部201、地図情報格納部202、現在位置取得部203、処理部204、出力部205を備える。   The navigation device 2 includes a reception unit 200, a reception information storage unit 201, a map information storage unit 202, a current position acquisition unit 203, a processing unit 204, and an output unit 205.

情報処理端末1は、例えば、携帯情報端末や、携帯電話等の移動体通信機器、いわゆるスマートフォン、タブレット型端末、通信機能を有する携帯ゲーム機や携帯音楽プレーヤ、コンピュータ等である。情報処理端末1は、可搬性を有するものであることが好ましい。   The information processing terminal 1 is, for example, a portable information terminal, a mobile communication device such as a mobile phone, a so-called smartphone, a tablet terminal, a portable game machine having a communication function, a portable music player, a computer, or the like. The information processing terminal 1 is preferably portable.

送信情報格納部100には、1または2以上の送信情報が格納される。送信情報は、ナビゲーション装置2に送信される1または2以上の情報である。送信情報は、目的地指定情報と、1または2以上の目的地関連情報とを有する情報である。   The transmission information storage unit 100 stores one or more transmission information. The transmission information is one or more information transmitted to the navigation device 2. The transmission information is information having destination designation information and one or more destination related information.

目的地指定情報は、目的地を指定する情報である。目的地とは、例えば、ユーザが移動する際の目的地である。目的地指定情報は、例えば、ナビゲーション装置において目的地を設定するために用いられる情報である。目的地は、例えば、ナビゲーション装置2において経路探索を行う際に利用される目的地であっても良い。かかることは、以下においても同様である。目的地指定情報は、目的地の位置情報(例えば、緯度と経度との組みあわせ等で示される座標)や、住所や、ランドマーク名等である。目的地指定情報は、結果的に目的地を指定することが可能な情報であればよく、例えば、電話番号やURL等の検索により目的地の位置情報等が取得可能な情報であっても良い。   The destination designation information is information for designating the destination. The destination is, for example, a destination when the user moves. The destination designation information is information used for setting the destination in the navigation device, for example. For example, the destination may be a destination used when the navigation device 2 performs a route search. The same applies to the following. The destination designation information is destination location information (for example, coordinates indicated by a combination of latitude and longitude), an address, a landmark name, and the like. The destination designation information may be information as long as it is possible to designate the destination as a result. For example, the destination designation information may be information from which the location information of the destination can be acquired by searching for a telephone number or a URL. .

目的地関連情報は、この目的地関連情報を有する送信情報に含まれる目的地指定情報が示す目的地に関連する情報であって、ナビゲーション装置2から出力される情報である。目的地関連情報は、例えば、ナビゲーション装置2による目的地の取得に利用されない情報である。目的地の取得に利用されない情報とは、例えば、目的地指定情報以外の情報や、ナビゲーション装置2が、通常の検索等の処理を行ったとしても目的地を取得することができない情報である。目的地を取得とは、ここでは、例えば、目的地の位置を示す情報を取得することである。目的地関連情報は、例えば、目的地に関する画像情報である。この画像情報が示す画像は、静止画像であっても、動画像であっても良い。目的地に関する画像情報とは、例えば、目的地やその周辺を示す写真やイラストレーション、目的地周辺の地図等の画像情報である。目的地周辺の地図とは、例えば、目的地周辺の案内図や観光用マップ等の略地図であっても良い。また、例えば、目的地に関する画像情報は、目的地の名物を撮影した写真であっても良い。目的地に関する画像情報は、目的地が、飲食店である場合、目的地に関連した画像は、目的地の飲食店の内外の写真や、看板の写真や、飲食店で提供される飲食物の写真や、飲食店のメニューの画像等であっても良い。また、例えば、目的地関連情報は、目的地に関連した文字列であって、検索等の処理により目的地を取得できない文字列である。例えば、目的地関連情報は、目的地について説明するテキストであって、目的地に直接関連した用語が含まれないテキスト等である。目的地関連情報は、目的地に関連したWEBページや、WEBページのURL(Uniform Resource Locator)、メール等の情報であってもよい。   The destination related information is information related to the destination indicated by the destination designation information included in the transmission information having the destination related information, and is information output from the navigation device 2. The destination related information is, for example, information that is not used for acquiring the destination by the navigation device 2. The information that is not used for acquiring the destination is, for example, information other than the destination designation information or information that the navigation device 2 cannot acquire the destination even if the navigation device 2 performs a process such as a normal search. Here, obtaining the destination is, for example, obtaining information indicating the position of the destination. The destination related information is, for example, image information related to the destination. The image indicated by the image information may be a still image or a moving image. The image information related to the destination is, for example, image information such as a photograph or an illustration showing the destination and its surroundings, and a map around the destination. The map around the destination may be, for example, a schematic map such as a guide map around the destination or a tourist map. Further, for example, the image information related to the destination may be a photograph taken of a famous destination. If the destination is a restaurant, the image information related to the destination is a picture related to the destination, a picture of the inside or outside of the destination restaurant, a picture of a signboard, or a food or drink provided at the restaurant. It may be a photograph or an image of a restaurant menu. Further, for example, the destination related information is a character string related to the destination, and is a character string in which the destination cannot be acquired by processing such as search. For example, the destination related information is text that describes the destination and does not include a term that is directly related to the destination. The destination related information may be information such as a WEB page related to the destination, a URL (Uniform Resource Locator) of the WEB page, an email, or the like.

一の送信情報が有する目的地関連情報と目的地指定情報との組は、例えば、カメラ(図示せず)等で撮影した写真と、このカメラが撮影位置において取得した位置情報との組であってもよい。カメラが撮影位置において取得した位置情報とは、カメラが有するGPS装置等が取得した撮影位置の座標等である。カメラが撮影位置において取得した位置情報は、例えば、カメラで撮影した画像情報のEXIF(Exchangeable image file format)情報内に格納されている。撮影位置を示す位置情報は、例えば、ジオタグとも呼ばれる。カメラ(図示せず)は、情報処理端末1に設けられていても良い。また、このカメラの撮影位置の位置情報は、情報処理端末1に設けられた現在位置情報を取得するためのGPS受信機等の手段(図示せず)が、撮影時に取得する現在地の位置情報を用いるようにしても良い。現在位置情報を取得するための手段としては、後述するナビゲーション装置2の現在位置取得部203と同様の構成を有するものが利用可能である。   A pair of destination related information and destination designation information included in one transmission information is, for example, a pair of a photograph taken by a camera (not shown) and position information acquired by the camera at the shooting position. May be. The position information acquired by the camera at the shooting position is the coordinates of the shooting position acquired by the GPS device or the like of the camera. The position information acquired by the camera at the shooting position is stored in, for example, EXIF (Exchangeable image file format) information of image information shot by the camera. The position information indicating the shooting position is also called a geotag, for example. A camera (not shown) may be provided in the information processing terminal 1. In addition, the position information of the shooting position of the camera is obtained by means of a GPS receiver or the like (not shown) for acquiring the current position information provided in the information processing terminal 1, which is acquired at the time of shooting. It may be used. As a means for acquiring the current position information, one having the same configuration as that of a current position acquisition unit 203 of the navigation device 2 described later can be used.

また、一の送信情報が有する目的地指定情報と目的地関連情報との組は、以下のような組であっても良い。例えば、この組は、ユーザが閲覧している一のWEBページの情報からユーザの指示等に応じて自動取得した位置情報や住所や電話番号等の目的地指定情報と、このWEBページのURLや、このWEBページから取得した1以上の画像情報である目的地関連情報との組であっても良い。このような情報の組は、例えば、情報処理端末1のWEBページを出力する手段(図示せず)等が出力しているWEBページの情報(例えばWEBページのソース等)から、情報処理端末1の送信情報を自動取得するための手段(図示せず)が自動取得して、送信情報格納部100に蓄積するようにすればよい。例えば、ユーザが、送信情報を閲覧中のWEBページから取得する指示を入力した場合に、この送信情報を自動取得する手段が、出力中のWEBページのソース等において目的地指定情報を取得するための予め指定されたパターンに合致する部分を検出する。そして、検出したパターン内の所定の位置に配置された情報、あるいは、そのパターンに合致する部分に対して所定の位置関係にある位置の情報を目的地指定情報として取得する。例えば、この自動取得する手段は、予め指定された識別情報等が付与されたタグを検出し、このタグの要素を目的地指定情報として取得する。また、自動取得する手段は、例えば、目的地関連情報(例えば、画像情報等)を同様に取得して蓄積する。なお、自動取得する手段は、一のWEBページの代わりに、一のメールや、一のドキュメント等から、目的地指定情報や、目的地関連情報を取得しても良い。   Further, the set of destination designation information and destination related information included in one transmission information may be as follows. For example, this group includes location information automatically acquired in accordance with a user's instruction from information on one WEB page being browsed by the user, destination designation information such as an address and a telephone number, and the URL and A pair with destination related information which is one or more pieces of image information acquired from the WEB page may be used. Such a set of information is obtained from, for example, information on the WEB page (for example, the source of the WEB page) output by a means (not shown) for outputting the WEB page of the information processing terminal 1 or the like. A means (not shown) for automatically acquiring the transmission information may be automatically acquired and stored in the transmission information storage unit 100. For example, when a user inputs an instruction to acquire transmission information from a browsing WEB page, the means for automatically acquiring the transmission information acquires destination designation information in the source of the WEB page being output. A portion that matches the pattern designated in advance is detected. Then, information arranged at a predetermined position in the detected pattern, or information on a position having a predetermined positional relationship with a portion matching the pattern is acquired as destination designation information. For example, this automatic acquisition means detects a tag to which identification information specified in advance is given, and acquires an element of this tag as destination specifying information. The means for automatically acquiring, for example, similarly acquires and accumulates destination related information (for example, image information). The automatic acquisition means may acquire destination designation information or destination related information from one mail, one document, or the like instead of one WEB page.

なお、目的地指定情報と目的地関連情報とを有するWEBページやメール、ドキュメント等の情報を、ここでは送信情報と考えても良い。   Note that information such as a WEB page, mail, and document having destination designation information and destination related information may be considered as transmission information here.

また、結果的に目的地指定情報と目的地関連情報とを取得可能な情報を、ここでは送信情報と考えても良い。例えば、送信情報を、目的地指定情報と目的地関連情報とを有するWEBページのURLや、目的地指定情報と目的地関連情報とを有するメールやドキュメントへのリンク情報等と考えても良い。   In addition, information that can acquire destination designation information and destination related information as a result may be considered as transmission information here. For example, the transmission information may be considered as the URL of a WEB page having destination designation information and destination related information, or link information to a mail or document having destination designation information and destination related information.

送信情報格納部100に送信情報が記憶される過程は問わない。例えば、ユーザが、入力インターフェース画面や入力デバイス等(図示せず)を用いて入力した送信情報が、送信情報格納部100に蓄積されるようにしても良い。また、通信回線等を介して受信した送信情報が送信情報格納部100に蓄積されるようにしてもよい。   The process in which transmission information is stored in the transmission information storage unit 100 does not matter. For example, transmission information input by a user using an input interface screen or an input device (not shown) may be accumulated in the transmission information storage unit 100. Further, transmission information received via a communication line or the like may be accumulated in the transmission information storage unit 100.

送信情報格納部100は、不揮発性の記録媒体が好適であるが、揮発性の記録媒体でも実現可能である。また、ここでの格納は一時記憶も含む概念である。かかることは、以下の格納部においても同様である。   The transmission information storage unit 100 is preferably a non-volatile recording medium, but can also be realized by a volatile recording medium. Further, the storage here is a concept including temporary storage. The same applies to the following storage units.

選択指示受付部101は、送信情報格納部100に格納されている送信情報のうちの1または2以上を選択する指示である選択指示を受け付ける。選択指示は、例えば、送信情報の1または2以上を、後述する命令と対応付けてナビゲーション装置2に送信する送信情報として指定する情報と考えても良い。   The selection instruction receiving unit 101 receives a selection instruction that is an instruction to select one or more of the transmission information stored in the transmission information storage unit 100. For example, the selection instruction may be considered as information specifying one or two or more pieces of transmission information as transmission information to be transmitted to the navigation device 2 in association with a command to be described later.

選択指示の受け付けとは、キーボードやマウス、タッチパネルなどの入力デバイスから入力された情報の受け付け、有線もしくは無線の通信回線を介して送信された情報の受信、光ディスクや磁気ディスク、半導体メモリなどの記録媒体から読み出された情報の受け付けなどを含む概念である。選択指示の入力手段は、テンキーやキーボードやマウスやメニュー画面によるもの等、何でも良い。選択指示受付部101は、テンキーやキーボード等の入力手段のデバイスドライバーや、メニュー画面の制御ソフトウェア等で実現され得る。   Accepting selection instructions refers to accepting information input from input devices such as a keyboard, mouse, and touch panel, receiving information transmitted via a wired or wireless communication line, recording on an optical disk, magnetic disk, semiconductor memory, etc. It is a concept including reception of information read from a medium. The selection instruction input means may be anything such as a numeric keypad, a keyboard, a mouse, or a menu screen. The selection instruction receiving unit 101 can be realized by a device driver for input means such as a numeric keypad or a keyboard, control software for a menu screen, or the like.

送信情報受付部102は、1または2以上の送信情報を受け付ける。送信情報受付部102は、例えば、ユーザからキーボードやタッチパネル等の入力デバイス等を介して入力された送信情報を受け付ける。また、送信情報受付部102は、図示しない他の装置等から、無線や有線のネットワークや通信回線等を介して送信情報を受信してもよい。また、送信情報受付部102は、選択指示受付部101が受け付けた選択指示が示す送信情報を送信情報格納部100から読み出すことにより、選択指示が示す送信情報を受け付けてもよい。送信情報格納部100からの送信情報の読み出しも、ここでは受付と考えても良い。   The transmission information receiving unit 102 receives one or more transmission information. The transmission information receiving unit 102 receives transmission information input from a user via an input device such as a keyboard or a touch panel, for example. The transmission information receiving unit 102 may receive transmission information from another device (not shown) or the like via a wireless or wired network, a communication line, or the like. Further, the transmission information receiving unit 102 may receive the transmission information indicated by the selection instruction by reading out the transmission information indicated by the selection instruction received by the selection instruction receiving unit 101 from the transmission information storage unit 100. Reading of transmission information from the transmission information storage unit 100 may also be considered as reception here.

なお、送信情報受付部102は、目的地指定情報と目的地関連情報とを有するWEBページやメール、ドキュメント等の情報を受け付け、この情報から目的地指定情報と目的地関連情報との組を送信情報として取得しても良い。このように結果的に送信情報を取得することを、ここでは、送信情報の受け付けと考えても良い。例えば、WEBページ等から、予め指定されたタグが付与された情報等を、目的地指定情報や目的地関連情報として取得しても良い。例えば、予め指定された識別情報が付与されたタグを目的地指定情報や目的地関連情報として取得しても良い。また、WEBページ等から、予め指定された文字列の出現パターンを有する文字列、あるいは出現パターンと対応付けられた文字列を目的地指定情報や目的地関連情報として取得しても良い。例えば、送信情報受付部102は、「住所:」という文字列の後の、改行コードまでの文字列を目的地指定情報として取得しても良い。また、例えば、送信情報受付部102は、WEBページに配置された最も大きさの大きい画像を目的地関連情報として取得しても良い。   The transmission information receiving unit 102 receives information such as a WEB page, mail, and document having destination designation information and destination related information, and transmits a set of destination designation information and destination related information from this information. It may be acquired as information. Obtaining transmission information as a result in this way may be considered as reception of transmission information here. For example, information provided with a tag specified in advance may be acquired as destination designation information or destination related information from a WEB page or the like. For example, a tag provided with identification information designated in advance may be acquired as destination designation information or destination related information. Further, a character string having an appearance pattern of a character string designated in advance or a character string associated with the appearance pattern may be acquired as destination designation information or destination related information from a WEB page or the like. For example, the transmission information receiving unit 102 may acquire a character string up to a line feed code after the character string “address:” as destination designation information. Further, for example, the transmission information receiving unit 102 may acquire the largest image arranged on the WEB page as the destination related information.

ここでの受け付けとは、キーボードやマウス、タッチパネルなどの入力デバイスから入力された情報の受け付け、有線もしくは無線の通信回線を介して送信された情報の受信、光ディスクや磁気ディスク、半導体メモリなどの記録媒体から読み出された情報の受け付けなどを含む概念である。   Accepting here means accepting information input from input devices such as a keyboard, mouse, touch panel, receiving information sent via a wired or wireless communication line, recording on an optical disc, magnetic disc, semiconductor memory, etc. It is a concept including reception of information read from a medium.

送信情報の入力手段は、テンキーやキーボードやマウスやメニュー画面によるもの等、何でも良い。送信情報受付部102は、テンキーやキーボード等の入力手段のデバイスドライバーや、メニュー画面の制御ソフトウェア等で実現され得る。   The transmission information input means may be anything such as a numeric keypad, a keyboard, a mouse, or a menu screen. The transmission information receiving unit 102 can be realized by a device driver for input means such as a numeric keypad or a keyboard, control software for a menu screen, or the like.

位置設定情報受付部103は、1または2以上の位置設定情報を受け付ける。位置設定情報は、位置を指定する情報(以下、位置指定情報と称す)と、この位置に関連した情報(以下、位置関連情報と称す)と、を有する情報である。位置指定情報が指定する位置は、例えば、送信情報受付部102が受け付けた送信情報が有する目的地指定情報が示す目的地以外の位置である。位置指定情報は、上述した目的地を指定する情報と同様の情報である。位置関連情報は、この位置関連情報を有する位置設定情報に含まれる位置指定情報が指定する位置で撮影した写真や、この位置に関連した文字列や画像等である。例えば、位置に関連した情報は、この位置の名物等を示す画像情報であっても良い。一の位置設定情報が有する1または2以上の位置指定情報と、1または2以上の位置関連情報との組は、例えば、カメラ(図示せず)等で撮影した写真と、このカメラが撮影位置において自動取得した位置の情報(例えば、ジオタグ等)との組であってもよい。ここでの位置は、一の地点であっても良いし、一の地点の周辺を含めた領域であっても良い。例えば、ここでの位置は、一の地点を含む予め指定された大きさおよび形状を有する領域であっても良い。   The position setting information receiving unit 103 receives one or more position setting information. The position setting information is information including information specifying a position (hereinafter referred to as position specifying information) and information related to the position (hereinafter referred to as position related information). The position designated by the position designation information is, for example, a position other than the destination indicated by the destination designation information included in the transmission information received by the transmission information receiving unit 102. The position designation information is the same information as the information for designating the destination described above. The position related information is a photograph taken at a position designated by the position designation information included in the position setting information having the position related information, a character string or an image related to the position, and the like. For example, the information related to the position may be image information indicating a special product at this position. A set of one or more position designation information and one or more position related information included in one position setting information includes, for example, a photograph taken by a camera (not shown), and a shooting position of the camera. It may be a set with position information (for example, geotag) automatically acquired in step (1). The position here may be a single point or a region including the periphery of the single point. For example, the position here may be a region having a predetermined size and shape including one point.

ここでの受け付けとは、キーボードやマウス、タッチパネルなどの入力デバイスから入力された情報の受け付け、有線もしくは無線の通信回線を介して送信された情報の受信、光ディスクや磁気ディスク、半導体メモリなどの記録媒体から読み出された情報の受け付けなどを含む概念である。   Accepting here means accepting information input from input devices such as a keyboard, mouse, touch panel, receiving information sent via a wired or wireless communication line, recording on an optical disc, magnetic disc, semiconductor memory, etc. It is a concept including reception of information read from a medium.

送信情報の入力手段は、テンキーやキーボードやマウスやメニュー画面によるもの等、何でも良い。送信情報受付部102は、テンキーやキーボード等の入力手段のデバイスドライバーや、メニュー画面の制御ソフトウェア等で実現され得る。   The transmission information input means may be anything such as a numeric keypad, a keyboard, a mouse, or a menu screen. The transmission information receiving unit 102 can be realized by a device driver for input means such as a numeric keypad or a keyboard, control software for a menu screen, or the like.

命令格納部104には、1または2以上の第一命令が格納される。第一命令は、ナビゲーション装置2に対して送信される命令であって、ナビゲーション装置2に対して目的地を設定させる命令である目的地設定命令を有する命令である。一の第一命令は、目的地設定命令を含む2以上の命令を有していても良い。命令格納部104に格納されている第一命令は、例えば、ナビゲーション装置2の処理部204等に、目的地を設定する処理を少なくとも含む予め指定された処理を実行させる命令である。目的地設定命令とは、例えば、ナビゲーション装置2に経路探索させたり、目的地の地図を出力させたり、目的地の情報を検索させる際等に利用する目的地を設定させる命令である。   The instruction storage unit 104 stores one or more first instructions. The first command is a command that is transmitted to the navigation device 2 and has a destination setting command that is a command that causes the navigation device 2 to set a destination. One first command may include two or more commands including a destination setting command. The first command stored in the command storage unit 104 is, for example, a command that causes the processing unit 204 of the navigation device 2 to execute a predetermined process including at least a process of setting a destination. The destination setting command is, for example, a command for causing the navigation device 2 to search for a route, outputting a map of the destination, or setting a destination to be used when searching for destination information.

目的地設定命令は、例えば、この目的地設定命令と対応付けて送信される送信情報が有する目的地設定情報が示す目的地を、ナビゲーション装置2が行う処理の目的地に設定させるための命令である。   The destination setting command is, for example, a command for setting the destination indicated by the destination setting information included in the transmission information transmitted in association with the destination setting command as the destination of processing performed by the navigation device 2. is there.

第一命令は、例えば、目的地設定情報に加えて、目的地設定情報を用いて設定される目的地を用いて、ナビゲーション装置2に、現在地あるいはユーザにより指定された位置から目的地までの経路探索を行わせる命令等を有していても良い。また、第一命令は、ナビゲーション装置2に、目的地設定情報を用いて設定される目的地の周辺の地図を表示させる指示等を有していても良い。   The first command is, for example, using the destination set using the destination setting information in addition to the destination setting information to the navigation device 2 to the route from the current location or the position specified by the user to the destination You may have the command etc. which perform a search. Further, the first command may include an instruction for causing the navigation device 2 to display a map around the destination set using the destination setting information.

また、第一命令は、目的地設定情報に加えて、更に、削除命令を有していても良い。削除命令は、ナビゲーション装置2が目的地に到着した場合に、この削除命令を有する第一命令及びこの第一命令と対応付けて送信された目的地指定情報および目的地関連情報の少なくとも一方をナビゲーション装置2から削除する命令である。第一命令と対応付けて送信された目的地指定情報および目的地関連情報とは、第一命令と対応付けてナビゲーション装置2に送信された送信情報に含まれる目的地指定情報および目的地関連情報である。なお、削除命令は、第一命令と対応付けて送信された送信情報を削除する命令であっても良い。   Further, the first command may further include a deletion command in addition to the destination setting information. When the navigation device 2 arrives at the destination, the deletion command navigates at least one of the first command having the deletion command and the destination designation information and the destination related information transmitted in association with the first command. This is an instruction to delete from the device 2. The destination designation information and the destination related information transmitted in association with the first command are the destination designation information and the destination related information included in the transmission information transmitted to the navigation device 2 in association with the first command. It is. The delete command may be a command for deleting transmission information transmitted in association with the first command.

命令格納部104には、第二命令が更に格納されていてもよい。第二命令は、この命令に対応付けられてナビゲーション装置2に送信された位置設定情報が有する位置指定情報が示す位置が、ナビゲーション装置2が現在位置する領域内の位置となった場合に、ナビゲーション装置2にこの位置設定情報が有する位置関連情報を出力させる命令である。ナビゲーション装置2が現在位置する領域とは、例えば、ナビゲーション装置2の現在位置や、この現在位置を含む予め指定されたサイズ、形状を有する領域である。例えば、ナビゲーション装置2が現在位置する領域は、ナビゲーション装置2の現在位置を中心とした予め指定されたサイズの矩形や円形の領域である。また、ナビゲーション装置2が出力中の現在位置を含む地図が示している領域であってもよい。ナビゲーション装置2が現在位置する領域は、例えば、ナビゲーション装置2の現在位置の座標等を基準として、順次設定される領域である。   The instruction storage unit 104 may further store a second instruction. The second command is used when the position indicated by the position designation information included in the position setting information transmitted to the navigation device 2 in association with the command is a position in the area where the navigation device 2 is currently located. This is a command for causing the apparatus 2 to output position related information included in the position setting information. The region where the navigation device 2 is currently located is, for example, a region having a current position of the navigation device 2 and a predesignated size and shape including the current position. For example, the region where the navigation device 2 is currently located is a rectangular or circular region of a predesignated size centered on the current position of the navigation device 2. Moreover, the area | region which the map containing the present position currently output by the navigation apparatus 2 shows may be sufficient. The area where the navigation device 2 is currently located is, for example, an area that is sequentially set with reference to the coordinates of the current position of the navigation device 2 or the like.

送信指示受付部105は、第一送信指示を受け付ける。第一送信指示は、命令格納部104に格納されている1または2以上の第一命令を送信する指示である。この第一送信指示は、送信対象となる1または2以上の第一命令を指定する操作を含んでいても良い。ただし、第一命令の指定がない場合、送信指示受付部105は、デフォルトで指定されている命令や、直前に送信した命令を送信する送信指示を受け付けるようにしても良い。第一送信指示は、上述した選択指示受付部101が受け付けた選択指示で指定された送信情報と、1または2以上の命令とを送信する指示と考えても良い。   The transmission instruction receiving unit 105 receives a first transmission instruction. The first transmission instruction is an instruction to transmit one or more first instructions stored in the instruction storage unit 104. This first transmission instruction may include an operation for designating one or more first commands to be transmitted. However, when the first command is not specified, the transmission instruction receiving unit 105 may receive a transmission command for transmitting a command specified by default or a command transmitted immediately before. The first transmission instruction may be considered as an instruction to transmit the transmission information specified by the selection instruction received by the selection instruction receiving unit 101 and one or more instructions.

送信指示受付部105は、更に、第二送信指示を受け付ける。第二送信指示は、命令格納部104に格納されている命令を送信する指示である。この第二送信指示は、上述した位置設定情報受付部103が受け付けた位置設定情報と、第二命令とを送信する指示と考えても良い。   The transmission instruction receiving unit 105 further receives a second transmission instruction. The second transmission instruction is an instruction to transmit an instruction stored in the instruction storage unit 104. The second transmission instruction may be considered as an instruction to transmit the position setting information received by the position setting information receiving unit 103 and the second command.

ここでの受け付けとは、キーボードやマウス、タッチパネルなどの入力デバイスから入力された情報の受け付け、有線もしくは無線の通信回線を介して送信された情報の受信、光ディスクや磁気ディスク、半導体メモリなどの記録媒体から読み出された情報の受け付けなどを含む概念である。   Accepting here means accepting information input from input devices such as a keyboard, mouse, touch panel, receiving information sent via a wired or wireless communication line, recording on an optical disc, magnetic disc, semiconductor memory, etc. It is a concept including reception of information read from a medium.

第一送信指示および第二送信指示の入力手段は、タッチパネルやキーボードやマウスやメニュー画面によるもの等、何でも良い。送信指示受付部105は、タッチパネルやキーボード等の入力手段のデバイスドライバーや、メニュー画面の制御ソフトウェア等で実現され得る。   The input means for the first transmission instruction and the second transmission instruction may be anything such as a touch panel, a keyboard, a mouse, or a menu screen. The transmission instruction receiving unit 105 can be realized by a device driver of an input unit such as a touch panel or a keyboard, or control software for a menu screen.

送信部106は、送信指示受付部105が受け付けた第一送信指示が示す第一命令と、送信情報受付部102が受け付けた送信情報とを対応付けてナビゲーション装置2に送信する。なお、第一送信指示が示す第一命令とは、必ずしも第一送信指示によって明示的に示されている第一命令でなくてもよい。例えば、第一送信指示が、第一命令を指定する情報を有していない場合、デフォルトで指定されている第一命令を、第一送信指示が示す第一命令と考えて良い。また、命令格納部104に格納されている第一命令が一つのみであって、第一送信指示に第一命令を指定する情報が含まれていない場合、この1つのみの第一命令を、第一送信指示が示す第一命令と考えても良い。   The transmission unit 106 transmits the first command indicated by the first transmission instruction received by the transmission instruction reception unit 105 and the transmission information received by the transmission information reception unit 102 to the navigation apparatus 2 in association with each other. Note that the first command indicated by the first transmission instruction is not necessarily the first command explicitly indicated by the first transmission instruction. For example, when the first transmission instruction does not have information specifying the first instruction, the first instruction specified by default may be considered as the first instruction indicated by the first transmission instruction. In addition, when there is only one first command stored in the command storage unit 104 and the first transmission instruction does not include information specifying the first command, only one first command is stored. The first command indicated by the first transmission instruction may be considered.

送信部106は、更に、送信指示受付部105が受け付けた第二送信指示に応じて、第二命令と、位置設定情報受付部103が受け付けた位置設定情報とを対応付けてナビゲーション装置2に送信する。   The transmission unit 106 further transmits the second command and the position setting information received by the position setting information receiving unit 103 in association with each other in accordance with the second transmission instruction received by the transmission instruction receiving unit 105 and transmits the second command to the navigation device 2. To do.

送信部106は、通常、無線または有線の通信手段で実現されるが、放送手段で実現されても良い。送信部106は、通信デバイスを含むと考えても、含まないと考えても良い。   The transmitting unit 106 is usually realized by a wireless or wired communication unit, but may be realized by a broadcasting unit. The transmission unit 106 may or may not include a communication device.

ナビゲーション装置2は、例えば、ユーザの移動に関する情報等を出力する装置である。移動に関する情報とは、例えば、移動の目的地に関する地図等の情報や、移動経路に関する情報や、現在地の地図等の情報である。ナビゲーション装置2は、例えば、いわゆるカーナビゲーション装置や、携帯型のナビゲーション装置である。また、ここでは、ナビゲーション機能を有する携帯情報端末や、携帯電話、いわゆるスマートフォン等もナビゲーション装置と考えても良い。   The navigation device 2 is a device that outputs, for example, information related to the movement of the user. The information relating to movement is, for example, information such as a map relating to a destination of movement, information relating to a movement route, and information such as a map of the current location. The navigation device 2 is, for example, a so-called car navigation device or a portable navigation device. In addition, here, a portable information terminal having a navigation function, a mobile phone, a so-called smartphone, or the like may be considered as a navigation device.

受信部200は、情報処理端末1から送信された第一命令と送信情報とを受信する。受信部200は、具体的には、第一命令と、この第一命令と対応付けられた送信情報との組を受信する。また、受信部200は、情報処理端末1から送信された第二命令と位置設定情報とを受信する。受信部200は、具体的には、第二命令と、この第二命令と対応付けられた位置設定情報との組を受信する。受信部200は、受信した第一命令と送信情報との組を、受信情報格納部201に蓄積する。また、受信部200は、受信した第二命令と送信情報との組を、受信情報格納部201に蓄積する。   The receiving unit 200 receives the first command and transmission information transmitted from the information processing terminal 1. Specifically, the receiving unit 200 receives a set of a first command and transmission information associated with the first command. The receiving unit 200 receives the second command and the position setting information transmitted from the information processing terminal 1. Specifically, the receiving unit 200 receives a set of a second command and position setting information associated with the second command. The receiving unit 200 accumulates the received combination of the first command and the transmission information in the received information storage unit 201. In addition, the reception unit 200 accumulates the received combination of the second command and the transmission information in the reception information storage unit 201.

なお、受信部200が、送信情報としてWEBページやメールやドキュメントや撮影位置の情報を有する写真の画像等を受信した場合、受信部200は、受信したWEBページ等から目的地指定情報と目的地関連情報とを送信情報として取得しても良い。受信部200が、WEBページ等から、目的地指定情報と目的地関連情報とを取得する処理は、例えば、送信情報受付部102が、WEBページ等から目的地指定情報と目的地関連情報とを取得する処理等と同様である。   When the receiving unit 200 receives a WEB page, mail, document, or a photograph image having shooting position information as transmission information, the receiving unit 200 receives the destination designation information and the destination from the received WEB page. Related information may be acquired as transmission information. The process in which the receiving unit 200 obtains the destination designation information and the destination related information from the WEB page or the like is performed, for example, by the transmission information receiving unit 102 receiving the destination designation information and the destination related information from the WEB page or the like. This is the same as the processing to acquire.

また、受信部200が受信した送信情報が、WEBページのURLである場合、受信部200は、このURLが示すWEBページの情報を取得して、このWEBページから上記と同様に目的地指定情報と目的地関連情報とを送信情報として取得しても良い。受信した送信情報がメールやドキュメントへのリンク情報である場合も同様である。   Further, when the transmission information received by the receiving unit 200 is the URL of the WEB page, the receiving unit 200 acquires the information of the WEB page indicated by this URL, and uses the WEB page to specify the destination designation information as described above. And destination related information may be acquired as transmission information. The same applies when the received transmission information is link information to an email or document.

受信部200は、通常、無線または有線の通信手段で実現されるが、放送を受信する手段で実現されても良い。受信部200は、通信デバイスを含むと考えても、含まないと考えても良い。   The receiving unit 200 is usually realized by a wireless or wired communication means, but may be realized by a means for receiving a broadcast. The receiving unit 200 may or may not include a communication device.

受信情報格納部201には、受信部200が受信した第一命令と送信情報との組が格納される。また、受信情報格納部201には、受信部200が受信した第二命令と位置設定情報との組が格納される。   The reception information storage unit 201 stores a set of the first command and transmission information received by the reception unit 200. In addition, the reception information storage unit 201 stores a set of the second command received by the reception unit 200 and the position setting information.

地図情報格納部202には、地図情報が格納される。地図情報は、地図に関する情報である。地図情報は、例えば、道路情報を有している。道路情報は、地図が示す道路に関する情報である。地図情報は、通常、地図の画像である地図図柄情報を更に有している。地図図柄情報は、例えば、地図を構成するビットマップデータ(ラスタデータ)またはベクタデータ、またはこれらの組合せなどである。地図図柄情報のファイル形式は、GIF形式やJPEG形式や、PNG形式等問わない。地図情報は、ISOのkiwi地図データフォーマットであっても良い。地図情報は、地図上に表記されている地名や、建物や名勝や場所の名称などの文字列を有していても良い。   The map information storage unit 202 stores map information. Map information is information relating to a map. The map information has road information, for example. 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.

地図情報は、例えば、その地図情報が表示する地域の経度や緯度を有する座標情報等の、絶対的な位置を示す位置情報や、各地図情報間においてそれぞれの地図が示す領域間の位置関係が分かるような相対的な位置を示す位置情報を有している、もしくは対応付けられている。例えば、地図情報は、地図情報の表示する地図の範囲や中心点を、緯度と経度との範囲で定義する情報を有していてもよい。このような位置情報を用いることで、地図上の座標と、実空間における座標(例えば、緯度及び経度)とを適宜変換することが可能となる。また、地図情報は、当該地図情報により示される地図内の住所等の位置を指定可能な位置情報を有していても良い。また、地図情報は、縮尺ごとに地図図柄情報を有していてもよいし、縮尺ごとに地図情報が用意されていても良い。通常、地図情報は地図の縮尺と対応付けて管理されている。具体的には、地図情報は、当該地図情報により出力される地図の縮尺の値の情報を有していても良いし、地図情報が地図の縮尺と対応付けて地図情報格納部202に格納されていてもよい。ここでの地図の縮尺とは、地図の縮尺の値を示す情報と考えても良い。   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, the map information may include information that defines the range and center point of the map displayed by the map information in 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, and the map information is stored in the map information storage unit 202 in association with the map scale. It may be. 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. For example, 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.

現在位置取得部203は、現在地の位置情報を取得する。現在位置取得部203は、例えば、予め指定された一定または不定のタイミングごとに、現在地の位置情報を取得する。また、現在位置取得部203は、予め指定されたトリガーに応じて、現在地の位置情報を取得しても良い。位置情報は、例えば、現在地の緯度および経度で表される座標や、現在地の地域名等の現在の地域を識別可能な情報(以下、地域識別情報と称す)である。地域の広さは問わない。地域識別情報とは、例えば、地域名や、住所や、地区名や、市町村名や、予め地図等に設定されたエリア名やエリアコード等である。   The current position acquisition unit 203 acquires position information of the current location. The current position acquisition unit 203 acquires position information of the current location, for example, at a predetermined or indefinite timing specified in advance. The current position acquisition unit 203 may acquire position information of the current location according to a trigger specified in advance. The position information is information (hereinafter, referred to as area identification information) that can identify the current area such as coordinates represented by the latitude and longitude of the current position and the area name of the current position. Regardless of the size of the area. The area identification information is, for example, an area name, an address, a district name, a municipality name, an area name or an area code set in advance on a map or the like.

現在位置取得部203は、例えば、GPS受信機である。また、現在位置取得部203は、無線LANや携帯電話の位置検出を行う手段と同様の構成等でも実現可能である。この場合、現在位置取得部203は、無線LANや携帯電話の位置検出を行う処理等と同様の処理により位置情報を取得すれば良い。また、現在位置取得部203は、その他の処理によって、位置情報を取得するものであっても良い。   The current position acquisition unit 203 is, for example, a GPS receiver. Further, the current position acquisition unit 203 can be realized by the same configuration as the means for detecting the position of a wireless LAN or a mobile phone. In this case, the current position acquisition unit 203 may acquire position information by a process similar to the process of detecting the position of a wireless LAN or a mobile phone. Further, the current position acquisition unit 203 may acquire position information by other processing.

なお、上述したような地域名等の地域識別情報は、例えば、地域識別情報と、この情報が示す領域の輪郭等を定義する座標とを対応付けて管理する情報から、現在地の座標を含む領域を検索することにより取得可能である。地域識別情報と、この情報が示す領域の輪郭等を定義する座標とを対応付けて管理する情報は、例えば、後述する地図情報格納部202に格納されている地図情報であっても良いし、別途用意されたデータベース等であってもよい。   Note that the region identification information such as the region name described above is, for example, a region including the coordinates of the current location from information that manages the region identification information in association with coordinates that define the contour of the region indicated by this information. Can be obtained by searching. The information that manages the area identification information and the coordinates that define the contour of the area indicated by this information in association with each other may be, for example, map information stored in the map information storage unit 202 described later. A separately prepared database or the like may be used.

処理部204は、受信部200が受信した第一命令が有する目的地設定命令に従って、送信情報が有する目的地指定情報が示す目的地を用いて目的地を設定する処理を行う。また、処理部204は、目的地を設定する処理以外の処理を行っても良い。処理部204が行う目的地を設定する処理以外の処理は、例えば、通常のナビゲーション装置で実行される処理のうちの目的地を設定する処理を除いた処理と同様の処理である。例えば、処理部204が行う目的地を設定する処理以外の処理は、上述した地図情報格納部202に格納されている道路情報を用いた経路探索を行う処理や、上述した地図情報格納部202に格納されている地図情報を用いた目的地の地図を出力するための処理である。また、処理部204が行う目的地を設定する処理以外の処理は、目的地に関する情報を取得して出力するための処理、あるいは現在位置の地図等を出力するための処理等である。これらの処理は,公知の技術であるので、ここでは詳細な説明は省略する。処理部204が行う一の処理は、複数の処理により構成されていても良い。例えば、処理部204は、第一命令が有する目的地設定命令以外の命令に従って、上述したような目的地を設定する処理以外の処理、例えば、経路探索を行う処理等を行っても良い。処理部204は、受信部200が受信した第一命令に含まれる一部の命令だけを処理しても良い。   The processing unit 204 performs processing for setting a destination using the destination indicated by the destination designation information included in the transmission information in accordance with the destination setting command included in the first command received by the receiving unit 200. The processing unit 204 may perform processing other than the processing for setting the destination. Processes other than the process of setting the destination performed by the processing unit 204 are, for example, the same processes as the processes excluding the process of setting the destination among the processes executed by a normal navigation device. For example, processing other than the processing for setting the destination performed by the processing unit 204 includes processing for performing a route search using the road information stored in the map information storage unit 202 described above, and processing for the map information storage unit 202 described above. This is a process for outputting a destination map using the stored map information. Further, processing other than the processing of setting the destination performed by the processing unit 204 is processing for acquiring and outputting information about the destination, processing for outputting a map of the current position, and the like. Since these processes are known techniques, a detailed description thereof is omitted here. One process performed by the processing unit 204 may be configured by a plurality of processes. For example, the processing unit 204 may perform a process other than the process of setting the destination as described above, for example, a process of performing a route search, according to an instruction other than the destination setting instruction included in the first instruction. The processing unit 204 may process only some commands included in the first command received by the receiving unit 200.

処理部204が目的地を設定する処理とは、例えば、上述したような経路を探索する処理や、目的地の地図を出力させる処理や、目的地に関する情報を取得する処理を行う際の、目的地に、目的地指定情報が示す目的地を設定する処理である。ここでの目的地を設定する処理は、例えば、目的地指定情報が示す目的地を、処理部204が行う経路探索等の他の処理に用いられる目的地として入力する処理である。処理部204は、例えば、このように設定された目的地について、上述したような経路探索の処理や、目的地の地図を出力させる処理を行う。これらの処理を実行させる命令は、第一命令内に含まれているようにしても良い。なお、目的地指定情報が、電話番号等の目的地の検索に用いられる情報等である場合、この目的地指定情報を用いて目的地を取得し、この目的地を設定する処理を行うようにすればよい。目的地の検索に用いられるデータベース等は、ナビゲーション装置2内の図示しない格納部や、ナビゲーション装置2と無線ネットワーク等を介して接続可能なサーバ装置(図示せず)が有する格納部等の、ナビゲーション装置2がアクセス可能な格納部等に予め格納されているようにすればよい。   The process of setting the destination by the processing unit 204 is, for example, the purpose of performing the process of searching for a route as described above, the process of outputting a map of the destination, or the process of acquiring information about the destination. This is processing for setting the destination indicated by the destination designation information in the place. The processing for setting the destination here is, for example, processing for inputting the destination indicated by the destination designation information as a destination used for other processing such as route search performed by the processing unit 204. For example, the processing unit 204 performs a route search process as described above or a process of outputting a destination map for the destination set in this way. The instruction for executing these processes may be included in the first instruction. In addition, when the destination designation information is information used for searching for a destination such as a telephone number, the destination designation information is used to obtain the destination and perform processing for setting the destination. do it. A database or the like used for searching for a destination is a navigation unit such as a storage unit (not shown) in the navigation device 2 or a storage unit included in a server device (not shown) connectable to the navigation device 2 via a wireless network or the like. What is necessary is just to make it store beforehand in the storage part etc. which the apparatus 2 can access.

受信部200が受信した第一命令が、上記の目的地設定命令に加えて、さらに上述した削除命令を有する場合、処理部204は、以下のような処理を行っても良い。例えば、処理部204は、ナビゲーション装置2が第一命令と対応付けられた送信情報が有する目的地指定情報が示す目的地に到着した場合に、受信部200が受信した第一命令が有する削除命令に従って、この第一命令と、この第一命令と対応付けられた目的地指定情報および目的地関連情報の少なくとも一方とを削除する。例えば、処理部204は、受信情報格納部201から、これらの情報を削除する。削除命令が送信情報を削除する命令である場合、処理部204は、第一命令と対応付けられた送信情報を削除しても良い。第一命令と目的地指定情報および目的地関連情報の少なくとも一方とを、これらが不要となった際に削除することで、ユーザのプライバシー等を保護することができる。処理部204は、例えば、ナビゲーション装置2の現在地の位置情報として、現在位置取得部203が取得した現在地の位置情報を取得する。そして、目的地指定情報が示す目的地の位置情報を取得する。そして、この2つの位置情報が一致する場合に、ナビゲーション装置2が目的地に到着したと判断する。あるいは、この2つの位置情報間の距離が、予め指定された距離以下になったら到着と判断してもよい。あるいは、現在位置や目的地の位置に対して、位置情報の測定精度等を考慮して、それぞれの位置を含む領域をそれぞれ設定するようにし、これらの領域が重なった場合に、目的地に到着したと判断しても良い。   When the first command received by the receiving unit 200 includes the above-described deletion command in addition to the above destination setting command, the processing unit 204 may perform the following processing. For example, when the navigation unit 2 arrives at the destination indicated by the destination designation information included in the transmission information associated with the first command, the processing unit 204 deletes the first command received by the receiving unit 200 Accordingly, the first command and at least one of the destination designation information and the destination related information associated with the first command are deleted. For example, the processing unit 204 deletes these pieces of information from the reception information storage unit 201. When the deletion command is a command for deleting transmission information, the processing unit 204 may delete the transmission information associated with the first command. The user's privacy and the like can be protected by deleting the first command and at least one of the destination designation information and the destination related information when they become unnecessary. For example, the processing unit 204 acquires the current location information acquired by the current location acquisition unit 203 as the current location information of the navigation device 2. Then, the position information of the destination indicated by the destination designation information is acquired. When the two pieces of position information match, it is determined that the navigation device 2 has arrived at the destination. Alternatively, the arrival may be determined when the distance between the two pieces of position information is equal to or less than a predetermined distance. Alternatively, for the current position and the destination position, considering the measurement accuracy of position information, etc., each area including each position is set, and when these areas overlap, the destination is reached You may judge that you did.

処理部204は、受信部200が受信した第二命令に従って、第二命令と対応付けられた位置設定情報が有する位置指定情報が示す位置の情報を取得し、この位置が、ナビゲーション装置2が現在位置する領域内の位置であるか判断する。そして、ナビゲーション装置2が現在位置する領域内の位置であると判断した場合に、例えば、出力部205に対して、第二命令と対応付けられた位置設定情報が有する位置関連情報を出力させるための指示等を渡す。例えば、処理部204は、出力部205に出力に用いられる位置関連情報等を渡す。位置関連情報を出力するための指示は、例えば、位置関連情報を、対応する位置設定情報に対応する地図上の位置に出力する指示や、位置関連情報を、予め指定された位置等に出力する指示であってもよい。処理部204は、例えば、ナビゲーション装置2の現在地の位置情報として、現在位置取得部203が取得した現在地の位置情報を取得する。そして、ナビゲーション装置2が現在位置する領域を示す情報として、現在位置を含む予め指定された形状およびサイズの領域を示す情報を取得する。例えば、この領域は、経度の範囲と、緯度の範囲との組みあわせた情報で示される。なお、この領域を、ナビゲーション装置2の出力部205が現在地を含む地図として出力中の地図が示す領域としても良い。そして、位置設定情報が有する位置指定情報である座標情報が、この領域内の座標であるか判断し、この領域内の座標であれば、ナビゲーション装置2が現在位置している領域内の位置であると判断する。また、この領域内の座標でなければ、ナビゲーション装置2が現在位置している領域内の位置であると判断しない。なお、ナビゲーション装置2の現在地の位置情報が示す位置と、送信情報が有する位置を指定する情報が示す位置との距離が予め指定された距離以下となった場合に、ナビゲーション装置2が現在位置している領域内の位置であると判断するようにしてもよい。   The processing unit 204 acquires the position information indicated by the position designation information included in the position setting information associated with the second command according to the second command received by the receiving unit 200. It is determined whether or not the position is within the area where it is located. When the navigation device 2 determines that the position is within the current position, for example, the output unit 205 outputs the position related information included in the position setting information associated with the second command. Give instructions. For example, the processing unit 204 passes position-related information and the like used for output to the output unit 205. The instruction for outputting the position related information is, for example, an instruction for outputting the position related information to a position on the map corresponding to the corresponding position setting information, or outputting the position related information to a position designated in advance. It may be an instruction. For example, the processing unit 204 acquires the current location information acquired by the current location acquisition unit 203 as the current location information of the navigation device 2. And the information which shows the area | region of the shape and size designated beforehand including the present position as information which shows the field where navigation device 2 is present is acquired. For example, this area is indicated by information combining a longitude range and a latitude range. Note that this area may be an area indicated by a map being output as a map including the current location by the output unit 205 of the navigation device 2. Then, it is determined whether the coordinate information which is the position designation information included in the position setting information is a coordinate in this area. If the coordinate information is in this area, the position in the area where the navigation device 2 is currently located is determined. Judge that there is. If the coordinates are not within this area, it is not determined that the position is within the area where the navigation device 2 is currently located. In addition, when the distance between the position indicated by the position information of the current location of the navigation apparatus 2 and the position indicated by the information specifying the position included in the transmission information is equal to or less than a predetermined distance, the navigation apparatus 2 is located at the current position. It may be determined that the position is within the area.

なお、送信情報に含まれる位置を指定する情報が、電話番号等の位置の検索に用いられる情報等である場合、上述した目的地指定情報の場合と同様に、位置を指定する情報を用いて検索等により位置情報等を取得すればよい。   If the information specifying the position included in the transmission information is information used for searching for a position such as a telephone number, the information specifying the position is used in the same manner as in the case of the destination specifying information described above. What is necessary is just to acquire positional information etc. by search etc.

出力部205は、処理部204が行った処理結果と、送信情報が有する目的地関連情報とを出力する。処理結果は、例えば、処理部204が経路探索の処理を行うことによって取得した経路を示す情報である。経路を示す情報は、例えば経路の道順を示した地図の画像や、進路を示す矢印等を示すサインや、経路で通過する地名や道路名を示す文字列や、この文字列を読み上げた音声等である。経路を示す情報は、現在地の周辺の地図上に経路を示した画像等であってもよい。目的地関連情報は、例えば、目的地を分かりやすく示す情報である。目的地関連情報は、例えば、目的地を地図や経路や目的地の識別情報以外の情報を用いて示す情報である。例えば、出力部205は、目的地関連情報をどのように、どのようなタイミングで出力しても良い。例えば、出力部205は、ナビゲーション装置2の現在位置を示す地図を出力するとともに、目的地関連情報を地図の横や、地図上の一部の領域内に常時出力しても良い。また、出力部205は、目的地指定情報が示す目的地が、現在地を含む地図が示す領域内となった場合や、目的地に到着した場合に、目的地関連情報を出力するようにしても良い。なお、目的地関連情報がWEBページのURL等である場合、出力部205は、図示しない通信手段等を用いて、このURL等が示すWEBページの情報を、図示しないネットワークや通信回線等を介して取得して出力しても良い。   The output unit 205 outputs the processing result performed by the processing unit 204 and the destination related information included in the transmission information. The processing result is information indicating a route acquired by the processing unit 204 performing route search processing, for example. Information indicating the route includes, for example, a map image indicating the route of the route, a sign indicating an arrow indicating the route, a character string indicating the name of a place or a road passing through the route, a voice reading the character string, etc. It is. The information indicating the route may be an image showing the route on a map around the current location. The destination related information is, for example, information indicating the destination in an easy-to-understand manner. The destination related information is, for example, information indicating the destination using information other than the map, the route, and the destination identification information. For example, the output unit 205 may output the destination related information at any timing. For example, the output unit 205 may output a map indicating the current position of the navigation device 2 and always output destination related information next to the map or in a part of the map. Further, the output unit 205 may output the destination related information when the destination indicated by the destination designation information falls within the area indicated by the map including the current location or when the destination has arrived. good. When the destination related information is a URL of a WEB page or the like, the output unit 205 uses a communication unit (not shown) to transmit the information on the WEB page indicated by the URL or the like via a network or communication line (not shown). May be obtained and output.

出力部205は、位置を指定する情報が示す位置がナビゲーション装置2の現在位置する領域内の位置であると処理部204が判断した場合に、受信部200が受信した位置設定情報が有する位置関連情報を出力してもよい。出力部205は、位置関連情報を、例えば、現在地を示す地図上に出力しても良いし、現在地を示す地図と並べて出力しても良い。例えば、出力部205は、現在地を示す地図の、位置指定情報が示す位置の近傍に、この位置指定情報に対応する位置関連情報を出力しても良い。   When the processing unit 204 determines that the position indicated by the information specifying the position is a position in the area where the navigation device 2 is currently located, the output unit 205 has position-related information that the position setting information received by the receiving unit 200 has. Information may be output. The output unit 205 may output the position related information, for example, on a map indicating the current location, or may output the position related information side by side with a map indicating the current location. For example, the output unit 205 may output position related information corresponding to the position designation information in the vicinity of the position indicated by the position designation information on the map indicating the current location.

ここでの出力とは、ディスプレイへの表示、プロジェクターを用いた投影、プリンタへの印字、音出力、外部の装置への送信、記録媒体への蓄積、他の処理装置や他のプログラムなどへの処理結果の引渡しなどを含む概念である。   Output here refers to display on a display, projection using a projector, printing to a printer, sound output, transmission to an external device, storage in a recording medium, and output to other processing devices or other programs. It is a concept that includes delivery of processing results.

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

次に、情報処理システム1000の情報処理端末1の動作の一例について図2のフローチャートを用いて説明する。ここでは、送信情報格納部100に予め格納されている送信情報を送信する場合を例に挙げて説明する。   Next, an example of the operation of the information processing terminal 1 of the information processing system 1000 will be described using the flowchart of FIG. Here, a case where transmission information stored in advance in transmission information storage section 100 is transmitted will be described as an example.

(ステップS101)選択指示受付部101は、送信情報格納部100に格納されている一の送信情報を選択する指示を受け付けたか否かを判断する。受け付けた場合、ステップS102に進み、受け付けていない場合、ステップS105に進む。   (Step S <b> 101) The selection instruction receiving unit 101 determines whether an instruction for selecting one piece of transmission information stored in the transmission information storage unit 100 has been received. If accepted, the process proceeds to step S102. If not accepted, the process proceeds to step S105.

(ステップS102)送信情報受付部102は、ステップS102で選択する指示を受けた送信情報を送信情報格納部100から読み出す。この読み出しを、ここでは受け付けと考える。   (Step S <b> 102) The transmission information receiving unit 102 reads the transmission information that has received the instruction to be selected in step S <b> 102 from the transmission information storage unit 100. This reading is considered as acceptance here.

(ステップS103)送信指示受付部105は、第一送信指示を受け付けたか否かを判断する。第一送信指示は第一命令を指定する情報を有していても良い。受け付けた場合、ステップS104に進み、受け付けていない場合、ステップS103に戻る。   (Step S103) The transmission instruction reception unit 105 determines whether or not a first transmission instruction has been received. The first transmission instruction may have information specifying the first command. If accepted, the process proceeds to step S104. If not accepted, the process returns to step S103.

(ステップS104)送信部106は、第一送信指示が示す第一命令を命令格納部104から読み出し、この第一命令と、ステップS102で読み出した送信情報とを対応付けてナビゲーション装置2に送信する。ここでの送信は、ブロードキャストであっても良いし、ナローキャスト等であっても良い。なお、命令格納部104に第一命令が一つしかない場合や、デフォルト等で送信する第一命令が決まっている場合等においては、第一送信指示が、第一命令を指定する情報を有していなくても、これらの第一命令を第一送信指示が示す第一命令と考えて良い。そして、ステップS101に戻る。   (Step S104) The transmission unit 106 reads the first command indicated by the first transmission instruction from the command storage unit 104, associates the first command with the transmission information read in step S102, and transmits the first command to the navigation device 2. . The transmission here may be broadcast, narrowcast, or the like. When there is only one first command in the command storage unit 104, or when the first command to be transmitted is determined by default or the like, the first transmission instruction has information for designating the first command. Even if not, these first commands may be considered as the first commands indicated by the first transmission instruction. Then, the process returns to step S101.

(ステップS105)位置設定情報受付部103は、位置設定情報を受け付けたか否かを判断する。位置設定情報受付部103は、例えば、ユーザにより入力された位置設定情報を受け付ける。受け付けた場合、ステップS106に進み、受け付けていない場合、ステップS101に戻る。   (Step S105) The position setting information receiving unit 103 determines whether or not position setting information has been received. The position setting information receiving unit 103 receives position setting information input by a user, for example. If accepted, the process proceeds to step S106. If not accepted, the process returns to step S101.

(ステップS106)送信指示受付部105は、第二送信指示を受け付けたか否かを判断する。受け付けた場合、ステップS107に進み、受け付けていない場合、ステップS106に戻る。   (Step S106) The transmission instruction receiving unit 105 determines whether a second transmission instruction has been received. If accepted, the process proceeds to step S107. If not accepted, the process returns to step S106.

(ステップS107)送信部106は、第二送信指示に応じて、第二命令とステップS105で受け付けた位置設定情報とを対応付けてナビゲーション装置2に送信する。そして、ステップS101に戻る。   (Step S107) In response to the second transmission instruction, the transmission unit 106 associates the second command with the position setting information received in step S105, and transmits it to the navigation device 2. Then, the process returns to step S101.

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

次に、情報処理システム1000のナビゲーション装置2の動作の一例について図3のフローチャートを用いて説明する。ここでは、ナビゲーション装置2が、情報処理端末1から送信される目的地設定情報が示す目的地を用いて経路探索処理を行う場合を例に挙げて説明する。なお、ここでは、説明を省略するが、ナビゲーション装置2の出力部205等が、図3に示すような処理と並列して、現在位置取得部203が予め指定された一定または不定のタイミング等で順次取得した現在位置を含む地図を地図情報格納部202から順次読み出して出力しているものとする。なお、並列して処理を行う代わりに、出力部205等が、図3に示す1以上の処理ステップの合間等に、この処理を行うようにしても良い。   Next, an example of the operation of the navigation device 2 of the information processing system 1000 will be described using the flowchart of FIG. Here, a case where the navigation device 2 performs route search processing using the destination indicated by the destination setting information transmitted from the information processing terminal 1 will be described as an example. Although the description is omitted here, the output unit 205 of the navigation device 2 and the like are in parallel with the processing shown in FIG. Assume that the map including the current position sequentially acquired is sequentially read out from the map information storage unit 202 and output. Instead of performing the processing in parallel, the output unit 205 or the like may perform this processing between one or more processing steps shown in FIG.

(ステップS201)受信部200は、第一命令と送信情報との組を受信したかを判断する。受信した場合、ステップS202に進み、受信していない場合、ステップS213に進む。   (Step S201) The receiving unit 200 determines whether a set of the first command and transmission information has been received. If received, the process proceeds to step S202. If not received, the process proceeds to step S213.

(ステップS202)受信部200は、ステップS201で受信した第一命令と送信情報との組を受信情報格納部201に蓄積する。なお、経路探索の起点を示す情報も、受信部200等が、情報処理端末1から受信するようにしてもよい。   (Step S <b> 202) The reception unit 200 accumulates the set of the first command and transmission information received in Step S <b> 201 in the reception information storage unit 201. Note that information indicating the starting point of the route search may be received from the information processing terminal 1 by the receiving unit 200 or the like.

(ステップS203)処理部204は、ステップS201で受信した第一命令が有する目的地設定命令に従って、ステップS201で受信した送信情報に含まれる目的地設定情報が示す目的地を、経路探索の目的地として設定する処理を行う。   (Step S203) The processing unit 204 determines the destination indicated by the destination setting information included in the transmission information received in Step S201 according to the destination setting command included in the first command received in Step S201. Process to set as.

(ステップS204)処理部204は、現在地からステップS203で設定された目的地までの経路探索を行う。なお、処理部204は、受信部200等が受信した経路探索の起点を示す情報が示す起点から目的地までの経路探索を行っても良い。   (Step S204) The processing unit 204 searches for a route from the current location to the destination set in step S203. Note that the processing unit 204 may perform a route search from the starting point indicated by the information indicating the starting point of the route search received by the receiving unit 200 or the like to the destination.

(ステップS205)出力部205は、ステップS204で行われた経路探索の結果を出力する。   (Step S205) The output unit 205 outputs the result of the route search performed in step S204.

(ステップS206)出力部205は、ステップS201で受信した送信情報に含まれる目的地関連情報を出力する。   (Step S206) The output unit 205 outputs destination related information included in the transmission information received in step S201.

(ステップS207)処理部204は、受信情報格納部201に第二命令が格納されているか否かを判断する。格納されている場合、ステップS208に進み、格納されていない場合、ステップS212に進む。   (Step S207) The processing unit 204 determines whether or not the second command is stored in the reception information storage unit 201. If stored, the process proceeds to step S208. If not stored, the process proceeds to step S212.

(ステップS208)処理部204は、受信情報格納部201内に格納されている位置設定情報の中に、現在位置取得部203が取得したナビゲーション装置2の現在位置を含む領域内の位置を示す位置指定情報を有する位置設定情報があるか否かを判断する。例えば、処理部204は、受信情報格納部201に格納されている各位置設定情報が有する位置指定情報示す位置が、現在位置取得部203が取得した現在位置を含む領域内の位置であるか否かを順次判断して、現在位置を含む領域内の位置を示す位置指定情報を有する位置設定情報を検出する。そして、位置設定情報が検出できた場合、現在位置を含む領域内の位置を示す位置指定情報を有する位置設定情報があると判断する。ある場合、ステップS209に進み、ない場合、ステップS212に進む。   (Step S208) The processing unit 204 indicates the position in the area including the current position of the navigation device 2 acquired by the current position acquisition unit 203 in the position setting information stored in the reception information storage unit 201. It is determined whether there is position setting information having designation information. For example, the processing unit 204 determines whether or not the position indicated by the position designation information included in each position setting information stored in the reception information storage unit 201 is a position within an area including the current position acquired by the current position acquisition unit 203. The position setting information having the position designation information indicating the position in the area including the current position is detected. If the position setting information can be detected, it is determined that there is position setting information having position specifying information indicating a position in an area including the current position. If there is, the process proceeds to step S209, and if not, the process proceeds to step S212.

(ステップS209)出力部205は、ステップS208で検出した位置設定情報に含まれる位置関連情報を出力する。なお、出力した位置関連情報は、予め指定された時間経過後に出力を終了しても良い。出力した位置関連情報に対応する位置指定情報が示す位置が、現在位置を含む領域内の位置でなくなった時点で出力を終了しても良い。   (Step S209) The output unit 205 outputs the position related information included in the position setting information detected in step S208. Note that the output of position-related information that has been output may be terminated after a predetermined time has elapsed. The output may be terminated when the position indicated by the position designation information corresponding to the output position related information is no longer in the area including the current position.

(ステップS210)処理部204は、ナビゲーション装置2がステップS201で受信した送信情報が有する目的地指定情報が示す目的地に到着したか否かを判断する。例えば、処理部204は、現在位置取得部203が取得した現在位置と、目的地設定情報が示す目的地との距離が、予め指定された距離未満であるか否かを判断し、距離未満であれば、目的地に到着したと判断する。到着した場合、ステップS211に進み、到着していない場合、ステップS207に戻る。   (Step S210) The processing unit 204 determines whether or not the navigation device 2 has arrived at the destination indicated by the destination designation information included in the transmission information received in Step S201. For example, the processing unit 204 determines whether or not the distance between the current position acquired by the current position acquisition unit 203 and the destination indicated by the destination setting information is less than a predetermined distance. If there is, it is determined that the destination has been reached. If it has arrived, the process proceeds to step S211, and if it has not arrived, the process returns to step S207.

(ステップS211)処理部204は、ステップS201で受信した第一命令が削除命令を有するか否かを判断する。削除命令を有する場合、ステップS212に進み、有していない場合、出力部205に経路探索結果の出力を終了させ、ステップS201に戻る。なお、ステップS201に戻る際に、ステップS201で受信した第一命令と送信情報とには、それぞれ、既に終了した処理に対応した第一命令と送信情報とであることを示すフラグ等の情報を付与して、これらの情報を用いた処理が再度実行されないようにすることが好ましい。   (Step S211) The processing unit 204 determines whether or not the first command received in Step S201 has a delete command. If there is a delete instruction, the process proceeds to step S212. If not, the output unit 205 ends outputting the route search result, and the process returns to step S201. When returning to step S201, information such as a flag indicating that the first command and transmission information received in step S201 are the first command and transmission information corresponding to the already completed processing, respectively. It is preferable that the processing using such information is not performed again.

(ステップS212)処理部204は、ステップS201で受信した第一命令と送信情報とを受信情報格納部201から削除する。そして、ステップS201に戻る。   (Step S212) The processing unit 204 deletes the first command and transmission information received in step S201 from the reception information storage unit 201. Then, the process returns to step S201.

(ステップS213)受信部200は、第二命令と位置設定情報との組を受信したか判断する。受信した場合、ステップS214に進み、受信していない場合、ステップS215に進む。   (Step S213) The receiving unit 200 determines whether a set of the second command and the position setting information has been received. If received, the process proceeds to step S214. If not received, the process proceeds to step S215.

(ステップS214)受信部200は、ステップS213で受信した第二命令と位置設定情報との組を受信情報格納部201に蓄積する。そして、ステップS201に戻る。   (Step S214) The receiving unit 200 accumulates the set of the second command and the position setting information received in Step S213 in the received information storage unit 201. Then, the process returns to step S201.

(ステップS215)処理部204は、受信情報格納部201に第二命令が格納されているか否かを判断する。格納されている場合、ステップS216に進み、格納されていない場合、ステップS201に戻る。   (Step S215) The processing unit 204 determines whether or not the second command is stored in the reception information storage unit 201. If stored, the process proceeds to step S216. If not stored, the process returns to step S201.

(ステップS216)処理部204は、受信情報格納部201内に格納されている位置設定情報の中に、現在位置取得部203が取得したナビゲーション装置2の現在位置を含む領域内の位置を示す位置指定情報を有する位置設定情報があるか否かを判断する。この処理は、ステップS208の処理と同様の処理である。ある場合、ステップS217に進み、ない場合、ステップS201に進む。   (Step S216) The processing unit 204 indicates the position in the region including the current position of the navigation device 2 acquired by the current position acquisition unit 203 in the position setting information stored in the reception information storage unit 201. It is determined whether there is position setting information having designation information. This process is the same as the process of step S208. If there is, the process proceeds to step S217, and if not, the process proceeds to step S201.

(ステップS217)出力部205は、ステップS216で検出した位置設定情報に含まれる位置関連情報を出力する。そして、ステップS201に戻る。   (Step S217) The output unit 205 outputs position related information included in the position setting information detected in step S216. Then, the process returns to step S201.

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

以下、本実施の形態における情報処理システム1000の具体的な動作について説明する。図4は、情報処理システム1000の概念図である。ここでは、ナビゲーション装置2は、自動車に搭載されたカーナビゲーション装置であるとする。また、情報処理端末1は、自動車の搭乗者が所持するスマートフォンと呼ばれる多機能携帯電話であるとする。情報処理端末1は、操作のためのタッチパネル(図示せず)を備えているものとする。ナビゲーション装置2と、情報処理端末1とは、ここでは、いわゆるBluetooth(登録商標)と呼ばれる無線通信により情報の送受信が可能なものであるとする。また、ナビゲーション装置2と、情報処理端末1とは、外部の無線通信ネットワーク等と適宜通信が可能なものであるとする。   Hereinafter, a specific operation of the information processing system 1000 in the present embodiment will be described. FIG. 4 is a conceptual diagram of the information processing system 1000. Here, it is assumed that the navigation device 2 is a car navigation device mounted on an automobile. Further, it is assumed that the information processing terminal 1 is a multi-function mobile phone called a smartphone possessed by an automobile passenger. The information processing terminal 1 is provided with a touch panel (not shown) for operation. Here, it is assumed that the navigation apparatus 2 and the information processing terminal 1 are capable of transmitting and receiving information by wireless communication called so-called Bluetooth (registered trademark). In addition, it is assumed that the navigation device 2 and the information processing terminal 1 can communicate with an external wireless communication network or the like as appropriate.

図5は、情報処理端末1の送信情報格納部100に格納されている送信情報を管理する送信情報管理情報を示す図である。送信情報管理情報は、「ID」と「目的地指定情報」と「目的地関連情報」とを有している。「ID」は送信情報のレコードを管理する識別情報である。ここでは、各行をレコードと考える。「目的地指定情報」は、目的地指定情報であり、ここでは、一例として、住所や店名、座標等の異なる種類の目的地指定情報が混在しているものとする。なお、(x1,y1)はここでは、経度x1と緯度y1との組合せで示される座標であるとする。なお、x、yは、ここでは数値であるとする。かかることは以下においても同様である。また、「目的地関連情報」は、目的地関連情報であり、ここでは、一例として、URLや画像、テキスト等の異なる種類の目的地関連情報が混在しているものとする。   FIG. 5 is a diagram showing transmission information management information for managing transmission information stored in the transmission information storage unit 100 of the information processing terminal 1. The transmission information management information includes “ID”, “destination designation information”, and “destination related information”. “ID” is identification information for managing records of transmission information. Here, each line is considered a record. “Destination designation information” is destination designation information. Here, as an example, it is assumed that different types of destination designation information such as addresses, store names, and coordinates are mixed. Here, (x1, y1) is assumed to be coordinates indicated by a combination of longitude x1 and latitude y1. Here, x and y are assumed to be numerical values. The same applies to the following. “Destination-related information” is destination-related information. Here, as an example, different types of destination-related information such as URLs, images, and texts are mixed.

図6は、情報処理端末1のモニタ150等に表示される入力インターフェース画像151を示す図である。入力インターフェース画像151は、送信情報を、送信情報格納部100に蓄積するための入力インターフェース画像である。例えば、入力インターフェース画像の入力フィールド152に目的地指定情報を、入力フィールド153に目的地関連情報を入力することにより、情報処理端末1の図示しない受付部が、これらの目的地指定情報と目的地関連情報との組を受け付け、この組を有する送信情報を、送信情報格納部100に蓄積する。入力フィールド153は、テキストに加えて、写真等の画像も受け付け可能であるとする。これにより、図5に示すように、送信情報が送信情報格納部100に蓄積される。なお、目的地関連情報を入力する入力フィールド153に、撮影位置の情報を有する写真画像等を入力した場合、目的地指定情報を入力する入力フィールド153には、この写真画像に対応付けられた撮影位置の情報が自動入力されるようにしても良い。また、WEBページ等を閲覧中に、この入力インターフェース画像151を出力させた場合、現在閲覧中のURLが目的地指定情報を入力する入力フィールド153に自動入力されるようにしても良い。また、WEBページのタイトル等が、目的地指定情報を入力する入力フィールド153に自動入力されるようにしても良い。   FIG. 6 is a diagram showing an input interface image 151 displayed on the monitor 150 or the like of the information processing terminal 1. The input interface image 151 is an input interface image for storing transmission information in the transmission information storage unit 100. For example, by inputting destination designation information into the input field 152 of the input interface image and destination related information into the input field 153, the reception unit (not shown) of the information processing terminal 1 causes the destination designation information and the destination to be displayed. A set with related information is received, and transmission information having this set is accumulated in the transmission information storage unit 100. It is assumed that the input field 153 can accept images such as photographs in addition to text. As a result, the transmission information is accumulated in the transmission information storage unit 100 as shown in FIG. When a photographic image having shooting position information is input to the input field 153 for inputting destination related information, the shooting field associated with the photographic image is input to the input field 153 for inputting destination designation information. Position information may be automatically input. When the input interface image 151 is output while browsing a WEB page or the like, the URL currently being browsed may be automatically input to the input field 153 for inputting destination designation information. Further, the title of the WEB page or the like may be automatically input in the input field 153 for inputting the destination designation information.

図7は、送信情報格納部100に格納されている送信情報のリストを示す図である。このリストは、ユーザの操作により、情報処理端末1のモニタ150に表示される。ここでは、図5に示した送信情報のうちの「目的地指定情報」をリスト表示したものを示す。   FIG. 7 is a diagram showing a list of transmission information stored in the transmission information storage unit 100. This list is displayed on the monitor 150 of the information processing terminal 1 by a user operation. Here, the “destination designation information” in the transmission information shown in FIG. 5 is displayed as a list.

ナビゲーション装置2が設置された移動中の自動車に搭乗しているユーザが、例えば、情報処理端末1を操作して、図7に示したような送信情報のリストを表示させたとする。そして、ユーザが一番上の項目を指でタップして選択したとする。この項目は、図6に示した送信情報管理情報の「ID」が「001」であるレコードに対応する項目であるとする。   Suppose that a user who is on a moving automobile in which the navigation device 2 is installed operates the information processing terminal 1 to display a list of transmission information as shown in FIG. Then, it is assumed that the user has selected the top item with a finger. This item is an item corresponding to the record whose “ID” of the transmission information management information shown in FIG. 6 is “001”.

選択指示受付部101は、ユーザにより指定された項目に対応する送信情報を選択する選択指示を受け付ける。そして、送信情報受付部102は、この選択指示が示す送信情報を送信情報格納部100から読み出す。具体的には、図6に示した送信情報管理情報の「ID」が「001」であるレコードの「目的地指定情報」である「レストランDEF」と、目的地関連情報「http://www.restaurantDEF…」とを読み出す。   The selection instruction receiving unit 101 receives a selection instruction for selecting transmission information corresponding to an item designated by the user. Then, the transmission information receiving unit 102 reads the transmission information indicated by this selection instruction from the transmission information storage unit 100. Specifically, “Restaurant DEF” that is “Destination designation information” of the record whose “ID” of the transmission information management information shown in FIG. 6 is “001”, and destination related information “http: // www”. .RestaurantDEF ... ".

情報処理端末1は、選択指示を受け付けたため、命令格納部104に格納されている第一命令をナビゲーション装置2に送信する指示である第一送信指示を受け付けるためのメニュー画面をモニタ150に表示する。   Since the information processing terminal 1 has received the selection instruction, the information processing terminal 1 displays on the monitor 150 a menu screen for receiving a first transmission instruction that is an instruction to transmit the first instruction stored in the instruction storage unit 104 to the navigation device 2. .

図8は、第一送信指示を受け付けるためのメニュー画面の表示例を示す図である。なお、ここでは、命令格納部104には、目的地設定命令と、削除命令とを有する第一命令が一つだけ予め格納されているものとする。   FIG. 8 is a diagram illustrating a display example of a menu screen for accepting the first transmission instruction. Here, it is assumed that the instruction storage unit 104 stores in advance only one first instruction having a destination setting instruction and a deletion instruction.

ユーザが図8に示したメニュー画面において、第一送信指示を入力するためのボタン154を押したとすると、送信指示受付部105は、第一送信指示を受け付ける。送信部106は、この第一送信指示に従って、上記で送信情報受付部102が受け付けた送信情報と、命令格納部104に格納されている第一命令とを対応付けて、ナビゲーション装置2に送信する。   If the user presses the button 154 for inputting the first transmission instruction on the menu screen shown in FIG. 8, the transmission instruction receiving unit 105 receives the first transmission instruction. In accordance with the first transmission instruction, the transmission unit 106 associates the transmission information received by the transmission information reception unit 102 with the first command stored in the command storage unit 104 and transmits it to the navigation device 2. .

ナビゲーション装置2の受信部200は、情報処理端末1から送信される第一命令と送信情報との組を受信する。受信部200は、受信した第一命令と送信情報との組を、受信情報格納部201に蓄積する。   The receiving unit 200 of the navigation device 2 receives a set of a first command and transmission information transmitted from the information processing terminal 1. The receiving unit 200 accumulates the received combination of the first command and the transmission information in the received information storage unit 201.

ナビゲーション装置2の処理部204は、受信部200による第一命令と送信情報との受信に応じて、この送信情報に含まれる目的地指定情報「レストランDEF」が示す目的地を、経路探索の目的地に設定して、現在地から目的地までの経路探索を行う。例えば、処理部204は、目的地指定情報である「レストランDEF」を検索キーとして、この目的地の座標を取得する。例えば、地図情報格納部202に格納されている地図情報から、この「レストランDEF」という文字列が対応付けられた場所の座標を取得する。取得した座標は、(x2,y2)であったとする。但し、x2は経度、y2は緯度であるとする。そして、処理部204は、現在位置取得部203が取得した現在位置を示す座標から、この目的地の座標までの経路探索を、地図情報格納部202に格納されている地図情報等を用いて行う。なお、経路探索を行う処理は、公知の技術であるので、詳細な説明は省略する。また、ナビゲーション装置2は、経路探索に必要な情報等は、予め図示しない格納部等に適宜有しているようにすればよい。   In response to the reception of the first command and the transmission information by the receiving unit 200, the processing unit 204 of the navigation device 2 selects the destination indicated by the destination designation information “Restaurant DEF” included in the transmission information for the purpose of the route search. Set the location and search for the route from the current location to the destination. For example, the processing unit 204 acquires the coordinates of the destination using “restaurant DEF” as the destination designation information as a search key. For example, from the map information stored in the map information storage unit 202, the coordinates of the location associated with the character string “restaurant DEF” are acquired. It is assumed that the acquired coordinates are (x2, y2). However, x2 is longitude and y2 is latitude. Then, the processing unit 204 performs a route search from the coordinates indicating the current position acquired by the current position acquisition unit 203 to the coordinates of the destination using the map information stored in the map information storage unit 202 and the like. . In addition, since the process which performs a route search is a well-known technique, detailed description is abbreviate | omitted. In addition, the navigation device 2 may appropriately have information necessary for route search in advance in a storage unit (not shown).

そして、出力部205は、この処理部204が経路探索を行った結果として取得した経路を示す情報を出力する。例えば、現在位置取得部203が経時的に順次取得する現在位置の情報を用いて、出力部205は、現在位置の周辺の地図を、順次、地図情報格納部202から読み出し、読み出した地図上に上記の経路を出力する。例えば、出力部205は、読み出した地図上に経路を示した画像を、ナビゲーション装置2のモニタ250に表示する。なお、現在位置の地図を取得したり、この地図に経路を示した画像を出力したりする処理等は、ナビゲーション装置2の処理として公知の技術であるので、ここでは詳細な説明は省略する。   Then, the output unit 205 outputs information indicating a route acquired as a result of the route search performed by the processing unit 204. For example, using the current position information sequentially acquired by the current position acquisition unit 203 over time, the output unit 205 sequentially reads out the map around the current position from the map information storage unit 202 and puts it on the read map. Output the above path. For example, the output unit 205 displays an image showing a route on the read map on the monitor 250 of the navigation device 2. In addition, since the process etc. which acquire the map of the present position, or output the image which showed the path | route on this map are well-known techniques as a process of the navigation apparatus 2, detailed description is abbreviate | omitted here.

また、受信部200が受信した送信情報が目的地関連情報「http://www.restaurantDEF…」を有しているため、出力部205は、この目的地関連情報を出力する。ここでは、目的地関連情報がURLであるため、このURLが示す場所からHTMLファイル等の情報を取得して出力する。例えば、ここでは、取得したHTML等の情報を、上記の現在地の地図の横に並べてモニタ250に表示する。URL等からHTMLファイル等の情報を取得する処理は、WEBブラウザ等の技術として公知の技術であるため、ここでは詳細な説明は省略する。   Further, since the transmission information received by the receiving unit 200 includes the destination related information “http: //www.restaurantDEF ...”, the output unit 205 outputs the destination related information. Here, since the destination related information is a URL, information such as an HTML file is acquired from the location indicated by the URL and output. For example, here, the acquired information such as HTML is displayed on the monitor 250 alongside the map of the current location. Since the process of acquiring information such as an HTML file from a URL or the like is a technique known as a technique of a WEB browser or the like, detailed description is omitted here.

図9は、経路探索結果を示す地図と、目的地関連情報との表示例を示す図である。図においては、目的地関連情報に対応する画像91が経路を示した地図92の横に表示されている。地図92においては、現在地93からの経路が点線で示されている。   FIG. 9 is a diagram illustrating a display example of a map showing a route search result and destination related information. In the figure, an image 91 corresponding to the destination related information is displayed next to a map 92 showing a route. In the map 92, the route from the current location 93 is indicated by a dotted line.

処理部204は、受信情報格納部201に第二命令が格納されているか判断する。ここでは、第二命令が格納されていないとする。このため、処理部204は、第二命令に従った処理は行わない。   The processing unit 204 determines whether or not the second command is stored in the reception information storage unit 201. Here, it is assumed that the second instruction is not stored. For this reason, the processing unit 204 does not perform processing according to the second command.

処理部204は、経路探索が行われたため、目的地指定情報が示す位置と、現在位置取得部203が予め指定された一定または不定のタイミングで取得する現在地の位置情報との間の距離を順次算出し、この距離が予め指定された値未満となるか否かを判断する。そして、予め指定された値未満となった場合に、ナビゲーション装置2が目的地に到着したと判断する。予め指定された値は、例えば、現在位置取得部203が取得可能な現在地の位置情報の精度等によって決定される。例えば、この距離が20mに設定されていたとすると、目的地指定情報が示す位置と、現在地の位置情報が示す位置との差が、20m未満となった場合に、目的地に到着したと判断する。   Since the route search is performed, the processing unit 204 sequentially calculates the distance between the position indicated by the destination designation information and the current position information acquired by the current position acquisition unit 203 at a predetermined or indefinite timing specified in advance. It is calculated, and it is determined whether or not this distance is less than a predetermined value. And when it becomes less than the value designated beforehand, it judges that navigation device 2 arrived at the destination. The value designated in advance is determined by, for example, the accuracy of position information of the current location that can be acquired by the current position acquisition unit 203. For example, if this distance is set to 20 m, it is determined that the destination has been reached when the difference between the position indicated by the destination designation information and the position indicated by the position information of the current location is less than 20 m. .

処理部204は、受信部200の受信した第一命令が削除命令を有しているため、この削除命令に従って、受信部200が受信した第一命令と、この第一命令に対応付けられた送信情報に含まれる目的地指定情報および目的地関連情報との少なくとも一方とを削除する。ここでは、具体例として、受信情報格納部201に格納された第一命令と、送信情報との組を削除する。なお、第一命令が削除命令を有していない場合、経路探索結果の出力を終了し、受信部200が受信した第一命令と、送信情報とを用いて、再度経路探索を行わないように、これらの情報に、対応した処理が終了していることを示すフラグ等の情報を付与するようにすればよい。   Since the first command received by the receiving unit 200 has a delete command, the processing unit 204 transmits a first command received by the receiving unit 200 and a transmission associated with the first command according to the delete command. The destination designation information and the destination related information included in the information are deleted. Here, as a specific example, the set of the first command stored in the reception information storage unit 201 and the transmission information is deleted. If the first command does not have a delete command, the output of the route search result is terminated, and the route search is not performed again using the first command received by the receiving unit 200 and the transmission information. These pieces of information may be given information such as a flag indicating that the corresponding processing has been completed.

ここで、上記の処理において、情報処理端末1から位置設定情報と第二命令とをナビゲーション装置2に送信して、この第二命令に従ってナビゲーション装置2が処理を行う場合について以下に説明する。   Here, in the above processing, a case will be described below in which the position setting information and the second command are transmitted from the information processing terminal 1 to the navigation device 2 and the navigation device 2 performs processing according to the second command.

例えば、ユーザが、情報処理端末1を操作して、位置設定情報を受け付けるための入力インターフェース画面を情報処理端末1のモニタ150に表示させたとする。   For example, it is assumed that the user operates the information processing terminal 1 to display an input interface screen for receiving position setting information on the monitor 150 of the information processing terminal 1.

図10は、モニタ150に表示された位置設定情報を受け付けるための入力インターフェース画面を示す図である。図10において、入力フィールド161は、位置指定情報を受け付ける入力フィールドであり、目的地の名称や、住所、電話番号、座標等が入力可能であるものとする。入力フィールド162は、位置関連情報を受け付ける入力フィールドであり、テキストや画像やURL等が入力可能なものであるとする。なお、ここでは、入力フィールド162に入力される画像が、撮影位置の情報を有する写真である場合、この写真が有する撮影位置の情報(例えば、座標)が、入力フィールド161の情報として、自動入力されるものとする。   FIG. 10 is a diagram showing an input interface screen for accepting position setting information displayed on the monitor 150. In FIG. 10, an input field 161 is an input field for receiving position designation information, and it is possible to input a destination name, an address, a telephone number, coordinates, and the like. The input field 162 is an input field that accepts position-related information, and can be input with text, images, URLs, and the like. Here, when the image input to the input field 162 is a photograph having shooting position information, the shooting position information (for example, coordinates) of the photograph is automatically input as information in the input field 161. Shall be.

例えば、ユーザが、撮影位置の座標を有する写真を位置関連情報として入力フィールド161に入力したとする。例えば、ユーザが、この写真のファイルのファイル名等を、入力フィールド161に入力したとすると、位置設定情報受付部103は、この写真から、この写真が有する撮影位置の位置情報を取得して、入力フィールド162に位置指定情報として入力する。入力された位置指定情報は、例えば、経度と緯度とで示される座標であるとする。そして、ユーザが位置設定情報の受け付けを行うことを指示するボタン163を押したとすると、位置設定情報受付部103が入力フィールド161および入力フィールド162を介して受け付けた写真の画像情報と、位置情報とが、図示しないメモリ等に一時記憶される。一時記憶された写真の画像情報は、例えば、ファイル名が「anniversary.jpg」である画像情報であったとする。また、一時記憶された位置情報は、「(x3,y3)」であったとする。なお、x3は、経度を示す値、y3は緯度を示す値であるとする。   For example, it is assumed that the user inputs a photograph having the coordinates of the shooting position into the input field 161 as position related information. For example, if the user inputs the file name or the like of the photo file in the input field 161, the position setting information receiving unit 103 acquires the position information of the shooting position of the photo from the photo, Input as position designation information in the input field 162. The input position designation information is assumed to be coordinates indicated by longitude and latitude, for example. Then, if the user presses a button 163 that instructs to accept the position setting information, the position setting information receiving unit 103 receives the image information of the photo received via the input field 161 and the input field 162, the position information, Is temporarily stored in a memory (not shown) or the like. It is assumed that the temporarily stored image information of the photograph is, for example, image information whose file name is “anniversary.jpg”. Further, it is assumed that the temporarily stored position information is “(x3, y3)”. Note that x3 is a value indicating longitude, and y3 is a value indicating latitude.

情報処理端末1は、位置設定情報受付部103が位置設定情報を受け付けたため、命令格納部104に格納されている第二命令をナビゲーション装置2に送信する指示である第二送信指示を受け付けるためのメニュー画面をモニタ150に表示する。このメニュー画面は、図8のメニュー画面と同様のメニュー画面であるとする。   The information processing terminal 1 receives a second transmission instruction that is an instruction to transmit the second command stored in the command storage unit 104 to the navigation device 2 because the position setting information reception unit 103 has received the position setting information. A menu screen is displayed on the monitor 150. This menu screen is assumed to be a menu screen similar to the menu screen of FIG.

そして、ユーザがメニュー画面において、第二送信指示を入力するためのボタンを押したとすると、送信指示受付部105は、第二送信指示を受け付ける。送信部106は、この第二送信指示に従って、上記で位置設定情報受付部103が受け付けた位置設定情報と、命令格納部104に格納されている第二命令とを対応付けて、ナビゲーション装置2に送信する。   When the user presses a button for inputting a second transmission instruction on the menu screen, the transmission instruction receiving unit 105 receives the second transmission instruction. In accordance with the second transmission instruction, the transmitting unit 106 associates the position setting information received by the position setting information receiving unit 103 with the second command stored in the command storage unit 104, and sends it to the navigation device 2. Send.

ナビゲーション装置2の受信部200は、情報処理端末1から送信される第二命令と位置設定情報との組を受信する。受信部200は、受信した第二命令と位置設定情報との組を、受信情報格納部201に蓄積する。   The receiving unit 200 of the navigation device 2 receives a set of the second command and the position setting information transmitted from the information processing terminal 1. The receiving unit 200 accumulates the received pair of the second command and the position setting information in the received information storage unit 201.

処理部204は、受信部200が受信した第二命令に従って処理を行う。具体的には、処理部204は、現在位置取得部203が順次取得して出力する現在位置の情報を順次取得する。そして、現在位置の情報を取得するごとに、この現在位置を例えば中心等とした予め指定されたサイズ及び形状を有する領域内に、受信部200が受信した1以上の位置設定情報に含まれる位置指定情報が示す位置が含まれるか否かを、1以上の位置設定情報毎に順次判断する。   The processing unit 204 performs processing according to the second command received by the receiving unit 200. Specifically, the processing unit 204 sequentially acquires information on the current position sequentially acquired and output by the current position acquisition unit 203. Each time the current position information is acquired, the position included in one or more position setting information received by the receiving unit 200 within an area having a predesignated size and shape with the current position as the center, for example. Whether or not the position indicated by the designation information is included is sequentially determined for each of the one or more position setting information.

具体的には、例えば、現在位置取得部203が取得した現在位置の座標が(x4,y4)であったとする(ただし、x4は、経度を示す値、y4は緯度を示す値であるとする)。この場合、処理部204は、このx座標(即ち、経度)に予め指定された正の値mを加算した値「x4+m」と減算した値「x4−m」とをそれぞれ算出して、算出した値を、現在位置を中心とした領域の経度の範囲に設定する。また、処理部204は、y座標(即ち、緯度)に予め指定された正の値nを加算した値「y4+n」と減算した値「y4−n」とをそれぞれ算出して、算出した値を、現在位置を中心とした領域の緯度の範囲に設定する。次に、処理部204は、受信情報格納部201に格納されている一番目の位置設定情報に含まれる位置指定情報を読み出す。ここでは、上記で蓄積された位置設定情報だけが受信情報格納部201に格納されていたとすると、この位置設定情報から位置指定情報(x4,y4)を読み出す。そして、処理部204は、読み出した位置指定情報のx座標である「x4」が上記の「x4−n」から「x4+n」の間の値であり、かつ、読み出した位置指定情報のy座標である「y4」が上記の「y4−n」から「y4+n」の間の値であるか判断する。両方の値の範囲の値である場合、現在位置を含む領域内に、この位置設定情報の位置指定情報(x3,y3)が示す位置が含まれると判断する。位置指定情報が示す位置が含まれる場合、この位置指定情報を含む位置設定情報が有する位置関連情報を出力させる指示を、出力部205に渡す。受信情報格納部201に他の位置設定情報が格納されている場合、他の位置設定情報についても上記の判断を行う。なお、現在位置を含む予め指定された領域として、上記の領域の代わりに、現在位置を示す地図が示している領域を利用しても良い。   Specifically, for example, the coordinates of the current position acquired by the current position acquisition unit 203 are (x4, y4) (where x4 is a value indicating longitude and y4 is a value indicating latitude). ). In this case, the processing unit 204 calculates a value “x4 + m” obtained by adding a positive value m designated in advance to the x coordinate (that is, longitude) and a value “x4-m” obtained by subtraction, respectively. Set the value to the longitude range of the area centered on the current position. Further, the processing unit 204 calculates a value “y4 + n” obtained by adding a positive value n designated in advance to the y coordinate (that is, latitude) and a value “y4−n” obtained by subtraction, respectively. Set the latitude range of the area centered on the current position. Next, the processing unit 204 reads position designation information included in the first position setting information stored in the reception information storage unit 201. Here, assuming that only the position setting information accumulated above is stored in the reception information storage unit 201, the position designation information (x4, y4) is read from this position setting information. Then, the processing unit 204 determines that “x4”, which is the x coordinate of the read position designation information, is a value between the above “x4-n” and “x4 + n”, and the y coordinate of the read position designation information. It is determined whether a certain “y4” is a value between “y4−n” and “y4 + n”. If the value is within the range of both values, it is determined that the position indicated by the position designation information (x3, y3) of the position setting information is included in the area including the current position. When the position indicated by the position designation information is included, an instruction to output the position related information included in the position setting information including the position designation information is passed to the output unit 205. When other position setting information is stored in the reception information storage unit 201, the above determination is also made for other position setting information. It should be noted that an area indicated by a map indicating the current position may be used instead of the above-described area as a previously designated area including the current position.

そして、出力部205は、位置関連情報を出力させる指示を受け取ると、この指示に従って、この位置関連情報を出力する。例えば、上記において、受信部200が受信した位置設定情報に含まれる位置指定情報(x3,y3)が、現在位置を含む予め指定されたサイズ及び形状を有する領域内に含まれると処理部204が判断したため、出力部205は、この位置指定情報(x3,y3)に対応する位置関連情報である画像「anniversary.jpg」を出力する。ここでは、例えば、出力部205は、現在地を示す地図の横に並べて、位置関連情報である画像「anniversary.jpg」を表示する。   When the output unit 205 receives an instruction to output the position related information, the output unit 205 outputs the position related information according to the instruction. For example, in the above, when the position designation information (x3, y3) included in the position setting information received by the receiving unit 200 is included in an area having a predesignated size and shape including the current position, the processing unit 204 Since the determination is made, the output unit 205 outputs an image “anniversary.jpg” which is position related information corresponding to the position designation information (x3, y3). Here, for example, the output unit 205 displays the image “anniversary.jpg”, which is position related information, alongside a map indicating the current location.

図11は、位置関連情報の表示例を示す図である。位置関連情報111は、地図92の横に並べて表示される。なお、図9に示すように、目的関連情報が既に出力されている場合、目的関連情報と重ねて位置関連情報を表示しても良いし、目的関連情報と位置関連情報とを並べて表示しても良い。また、位置関連情報111と並べて表示される地図は、経路探索結果が表示された地図であっても良いし、経路探索結果が表示されていない地図であっても良い。位置関連情報を表示する際に、この位置関連情報に対応する位置指定情報が示す位置を、並べて表示する地図上にマーカ等の位置を示す画像や文字等で表示するようにしても良い。   FIG. 11 is a diagram illustrating a display example of position related information. The position related information 111 is displayed side by side on the map 92. As shown in FIG. 9, when the purpose related information is already output, the position related information may be displayed so as to overlap the purpose related information, or the purpose related information and the position related information are displayed side by side. Also good. The map displayed side by side with the position related information 111 may be a map on which a route search result is displayed, or a map on which a route search result is not displayed. When displaying the position related information, the position indicated by the position designation information corresponding to the position related information may be displayed as an image or a character indicating the position of the marker or the like on the map to be displayed side by side.

なお、上記具体例においては、送信情報格納部100に格納されている送信情報のうちの、選択指示により選択された送信情報を、送信情報受付部102が受け付けるようにした場合について説明した。しかし、本発明においては、以下のように送信情報受付部102が送信情報を受け付けるようにしても良い。   In the above specific example, a case has been described in which the transmission information receiving unit 102 receives the transmission information selected by the selection instruction among the transmission information stored in the transmission information storage unit 100. However, in the present invention, the transmission information receiving unit 102 may receive transmission information as follows.

例えば、図12のように、情報処理端末1のモニタ150に撮影位置の情報を有する写真を表示している際に、ユーザが、情報処理端末1に、この写真を送信情報として入力させるための入力インターフェース120を表示させる。そして、この写真を送信情報として入力する操作、ここでは「OK」ボタン121を押す操作を、ユーザが行った場合に、送信情報受付部102が、この写真の情報が有する画像を目的地関連情報として、また、この写真が有する撮影位置の情報を目的地指定情報として有する送信情報を受け付けるようにしても良い。   For example, as shown in FIG. 12, when displaying a photograph having shooting position information on the monitor 150 of the information processing terminal 1, the user causes the information processing terminal 1 to input this photograph as transmission information. The input interface 120 is displayed. When the user performs an operation of inputting this photo as transmission information, here, an operation of pressing the “OK” button 121, the transmission information receiving unit 102 displays the image included in the information of this photo as destination related information. In addition, transmission information having information on the shooting position of the photograph as destination designation information may be received.

また、同様に、WEBページを、情報処理端末1のモニタ150に表示している際に、ユーザが、情報処理端末1に、このWEBページ内の情報を送信情報として入力させるための入力インターフェースを図12と同様に表示させる。そして、ユーザが、このWEBページ内の情報を送信情報として入力する操作を行ったとする。この場合、送信情報受付部102が、このWEBページ内に含まれる予め指定された第一の出現パターンを有する情報を目的地関連情報として、また、この第二の出現パターンを有する情報を目的地指定情報として有する送信情報を受け付けるようにしても良い。   Similarly, when the WEB page is displayed on the monitor 150 of the information processing terminal 1, an input interface for allowing the user to input the information in the WEB page as transmission information to the information processing terminal 1 is provided. The display is the same as in FIG. Then, it is assumed that the user performs an operation of inputting information in the WEB page as transmission information. In this case, the transmission information receiving unit 102 uses the information having the first appearance pattern specified in advance in the WEB page as the destination related information and the information having the second appearance pattern as the destination. You may make it receive the transmission information which has as designation | designated information.

図13は、情報処理端末1に表示しているWEBページのソースの一例を示す図である。   FIG. 13 is a diagram illustrating an example of a web page source displayed on the information processing terminal 1.

例えば、第一の出現パターンが「id=main」を含むタグ内の「SRC=」以下の情報という出現パターン、第二の出現パターンが「id=address」を含むタグが付けられた情報という出現パターンであったとする。このWEBページを表示している際にユーザが、このWEBページ内の情報を送信情報として入力する操作を行ったとする。送信情報受付部102は、このWEBページのソースから、「id=main」を含むタグ内の「SRC=」以下の情報である「shopphoto.jpg」を送信情報の目的地関連情報として受け付ける。また、送信情報受付部102は、このWEBページのソースから、「id=address」を含むタグが付けられた情報「S県P市R町…」を送信情報の目的地指定情報として受け付ける。   For example, the first appearance pattern is an appearance pattern of information below “SRC =” in a tag including “id = main”, and the second appearance pattern is an appearance of information with a tag including “id = address”. Suppose that it was a pattern. It is assumed that the user performs an operation of inputting information in the WEB page as transmission information while displaying the WEB page. The transmission information receiving unit 102 receives “shoppho.jpg”, which is information below “SRC =” in a tag including “id = main”, from the source of the WEB page as destination related information of the transmission information. Further, the transmission information receiving unit 102 receives information “S prefecture P city R town...” With a tag including “id = address” from the source of the WEB page as destination designation information of the transmission information.

以上、本実施の形態によれば、目的地指定情報を送信する際に、目的地関連情報を送信することにより、経路探索等に用いられない目的地等に関連した情報を、ナビゲーション装置から出力させることができ、ナビゲーション装置に適切な情報を出力させることができる。   As described above, according to the present embodiment, when transmitting destination designation information, information related to a destination that is not used for route search or the like is output from the navigation device by transmitting destination related information. Therefore, the navigation apparatus can output appropriate information.

また、本実施の形態によれば、削除命令を更に送信することにより、目的地指定情報及び目的地関連情報の少なくとも一方、および、この目的地指定情報が示す目的地を、目的地に設定させる第一命令をナビゲーション装置から削除させることにより、プライバシーを保護することができる。例えば、ユーザが、タクシー等を利用する際に、タクシーのナビゲーション装置2に、目的地を指定するために、ユーザの所持する情報処理端末1から、ユーザの自宅の位置を示す目的地指定情報と、自宅の外観を示す目的地関連情報とを含む送信情報と第一命令を送信したとする。この場合、タクシーが自宅に着いた場合に、上記の送信情報と第一命令とが削除されることにより、タクシーのナビゲーション装置2にユーザの自宅に関する情報等が削除されるため、これらの情報が外部に漏洩する心配等がなくなる。   Further, according to the present embodiment, by further transmitting a deletion command, at least one of the destination designation information and the destination related information and the destination indicated by the destination designation information are set as the destination. The privacy can be protected by deleting the first command from the navigation device. For example, when a user uses a taxi or the like, destination designation information indicating the position of the user's home from the information processing terminal 1 possessed by the user in order to designate the destination to the taxi navigation device 2 Assume that transmission information including the destination related information indicating the appearance of the home and the first command are transmitted. In this case, when the taxi arrives at the home, the transmission information and the first command are deleted, so that the information about the user's home is deleted from the taxi navigation device 2. There is no need to worry about leaking outside.

また、本実施の形態によれば、例えば、予め送信情報格納部100に蓄積しておいた1または2以上の送信情報から、一の送信情報を選択指示により選択することで、目的地を設定することが可能となるため、目的地の設定を容易に行うことが可能となる。例えば、ユーザが予め観光地の複数の名所についての送信情報を送信情報格納部100に手入力や図示しないサーバ装置等からダウンロード等を行うことにより蓄積しておくようにする。そして、ユーザがその観光地でタクシー等に乗った際に、タクシーに設置されたナビゲーション装置2に、この送信情報のうちの一つを選択指示により選択して、第一命令と共に送信することで、タクシーのナビゲーション装置2に容易に、所望の名所を目的地として設定させることができる。   Further, according to the present embodiment, for example, the destination is set by selecting one transmission information from the one or two or more pieces of transmission information accumulated in advance in the transmission information storage unit 100 according to the selection instruction. Therefore, it is possible to easily set the destination. For example, transmission information about a plurality of sights of a sightseeing spot is accumulated in advance by a user manually inputting into the transmission information storage unit 100 or downloading from a server device (not shown). And when a user gets in a taxi etc. in the sightseeing spot, by selecting one of the transmission information by a selection instruction and transmitting it together with the first command to the navigation device 2 installed in the taxi. The taxi navigation device 2 can easily set a desired landmark as a destination.

また、本実施の形態によれば、現在位置を含む領域内の位置指定情報が存在した場合に、この位置設定情報に対応する位置関連情報を出力することにより、ユーザが場所と対応付けて蓄積した情報を、適切なタイミングで出力することができる。   Further, according to the present embodiment, when there is position designation information in an area including the current position, the user can store the information in association with the location by outputting the position related information corresponding to the position setting information. Information can be output at an appropriate timing.

なお、上記実施の形態において、各処理(各機能)は、単一の装置(システム)によって集中処理されることによって実現されてもよく、あるいは、複数の装置によって分散処理されることによって実現されてもよい。   In the above embodiment, each process (each function) may be realized by centralized processing by a single device (system), or by distributed processing by a plurality of devices. May be.

また、上記実施の形態において、一の装置に存在する2以上の通信手段(受信部や出力部など)は、物理的に一の媒体で実現されても良いことは言うまでもない。   In the above embodiment, it goes without saying that two or more communication means (such as a receiving unit and an output unit) existing in one device may be physically realized by one medium.

また、上記各実施の形態において、各構成要素は専用のハードウェアにより構成されてもよく、あるいは、ソフトウェアにより実現可能な構成要素については、プログラムを実行することによって実現されてもよい。例えば、ハードディスクや半導体メモリ等の記録媒体に記録されたソフトウェア・プログラムをCPU等のプログラム実行部が読み出して実行することによって、各構成要素が実現され得る。その実行時に、プログラム実行部は、格納部(例えば、ハードディスクやメモリ等の記録媒体)にアクセスしながらプログラムを実行してもよい。   In each of the above embodiments, each component may be configured by dedicated hardware, or a component that can be realized by software may be realized by executing a program. For example, each component can be realized by a program execution unit such as a CPU reading and executing a software program recorded on a recording medium such as a hard disk or a semiconductor memory. At the time of execution, the program execution unit may execute the program while accessing a storage unit (for example, a recording medium such as a hard disk or a memory).

なお、上記各実施の形態における情報処理システムを実現するソフトウェアは、以下のようなプログラムである。つまり、このプログラムは、コンピュータを、1以上の情報処理端末と、ナビゲーション装置とを備えた情報処理システムを構成する情報処理端末として機能させるためのプログラムであって、ナビゲーション装置に対して送信される命令であって、ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令が格納されている命令格納部にアクセス可能なコンピュータを、ナビゲーション装置に送信される1以上の情報であって、目的地を指定する情報である目的地指定情報と、目的地指定情報が指定する目的地に関連する情報であって、ナビゲーション装置による目的地の取得に利用されない情報である1以上の目的地関連情報とを有する情報である1以上の送信情報を受け付ける送信情報受付部と、ナビゲーション装置に対して送信される命令であって、ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令が格納されている命令格納部と、第一命令を送信する指示である第一送信指示を受け付ける送信指示受付部と、送信指示受付部が受け付けた第一送信指示が示す第一命令と、送信情報受付部が受け付けた送信情報とを対応付けてナビゲーション装置に送信する送信部として機能させるためのプログラムである。   The software that realizes the information processing system in each of the above embodiments is a program as described below. That is, this program is a program for causing a computer to function as an information processing terminal constituting an information processing system including one or more information processing terminals and a navigation device, and is transmitted to the navigation device. A computer capable of accessing an instruction storage unit storing a first instruction, which is an instruction having a destination setting instruction that is an instruction for causing the navigation apparatus to set a destination, is transmitted to the navigation apparatus. Destination designation information that is information for designating a destination and information related to the destination designated by the destination designation information, and are not used for acquisition of the destination by the navigation device Transmission information reception that receives one or more transmission information that is information having one or more destination related information that is information A command storage unit storing a first command that is a command transmitted to the navigation device and having a destination setting command that is a command for setting the destination to the navigation device A transmission instruction receiving unit that receives a first transmission instruction that is an instruction to transmit a first command, a first command indicated by a first transmission instruction received by the transmission instruction receiving unit, and transmission information received by a transmission information receiving unit Is a program for causing the navigation unit to function as a transmission unit that associates and transmits to the navigation device.

また、本発明の情報処理システムは、コンピュータを、1以上の情報処理端末と、ナビゲーション装置とを備えた情報処理システムを構成するナビゲーション装置として機能させるプログラムであって、コンピュータを、情報処理端末が送信する命令であって、ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令と、目的地を指定する情報である目的地指定情報と、目的地指定情報が指定する目的地に関連する情報であって、ナビゲーション装置による目的地の取得に利用されない情報である1以上の目的地関連情報とを有する情報である1以上の送信情報とを受信する受信部と、受信部が受信した第一命令が有する目的地設定命令に従って、送信情報が有する目的地指定情報が示す目的地を用いて目的地を設定する処理を行う処理部と、処理部が行った処理結果と、送信情報が有する目的地関連情報とを出力する出力部として機能させるためのプログラムである。   An information processing system of the present invention is a program that causes a computer to function as a navigation device that constitutes an information processing system including one or more information processing terminals and a navigation device. A first command which is a command to be transmitted and has a destination setting command which is a command for setting a destination to the navigation device, destination designation information which is information for designating a destination, and a destination One or more transmission information that is information related to the destination designated by the designation information and having one or more destination-related information that is information that is not used to acquire the destination by the navigation device is received. The destination indicated by the destination designation information included in the transmission information in accordance with the destination setting command included in the receiver and the first command received by the receiver. A processing unit that performs a process of setting a destination using a processing result by the processing unit has performed a program for functioning as an output unit for outputting the destination-related information included in the transmission information.

なお、上記プログラムにおいて、情報を送信する送信ステップや、情報を受信する受信ステップなどでは、ハードウェアによって行われる処理、例えば、送信ステップにおけるモデムやインターフェースカードなどで行われる処理(ハードウェアでしか行われない処理)は含まれない。   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.

図14は、上記プログラムを実行して、上記実施の形態による情報処理システムを実現するコンピュータの外観の一例を示す模式図である。上記実施の形態は、コンピュータハードウェア及びその上で実行されるコンピュータプログラムによって実現されうる。   FIG. 14 is a schematic diagram illustrating an example of an external appearance of a computer that executes the program and realizes the information processing system according to the embodiment. The above-described embodiment can be realized by computer hardware and a computer program executed on the computer hardware.

図14において、コンピュータシステム900は、CD−ROM(Compact Disk Read Only Memory)ドライブ905、FD(Floppy(登録商標) Disk)ドライブ906を含むコンピュータ901と、キーボード902と、マウス903と、モニタ904とを備える。   14, 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.

図15は、コンピュータシステム900の内部構成を示す図である。図15において、コンピュータ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. 15 is a diagram showing an internal configuration of the computer system 900. In FIG. 15, 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 information processing system according to the above 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 stored in the hard disk 914. May be forwarded. 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 information processing system according to the above 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 information processing system according to the present invention is suitable as a system having a navigation device, and is particularly useful as a system including a navigation device and an information processing terminal.

1 情報処理端末
2 ナビゲーション装置
100 送信情報格納部
101 選択指示受付部
102 送信情報受付部
103 位置設定情報受付部
104 命令格納部
105 送信指示受付部
106 送信部
200 受信部
201 受信情報格納部
202 地図情報格納部
203 現在位置取得部
204 処理部
205 出力部
1000 情報処理システム
DESCRIPTION OF SYMBOLS 1 Information processing terminal 2 Navigation apparatus 100 Transmission information storage part 101 Selection instruction | indication reception part 102 Transmission information reception part 103 Position setting information reception part 104 Instruction storage part 105 Transmission instruction | indication reception part 106 Transmission part 200 Reception part 201 Reception information storage part 202 Map Information storage unit 203 Current position acquisition unit 204 Processing unit 205 Output unit 1000 Information processing system

Claims (9)

1以上の情報処理端末と、ナビゲーション装置とを備えた情報処理システムであって、
前記情報処理端末は、
前記ナビゲーション装置に送信される1以上の情報であって、目的地を指定する情報である目的地指定情報を有する情報である1以上の送信情報を受け付ける送信情報受付部と、
前記ナビゲーション装置に対して送信される命令であって、当該ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令が格納されている命令格納部と、
前記第一命令を送信する指示である第一送信指示を受け付ける送信指示受付部と、
前記送信指示受付部が受け付けた第一送信指示が示す第一命令と、前記送信情報受付部が受け付けた送信情報とを対応付けて前記ナビゲーション装置に送信する送信部とを備え、
前記ナビゲーション装置は、
前記情報処理端末が送信する第一命令と送信情報とを受信する受信部と、
前記受信部が受信した第一命令が有する目的地設定命令に従って、前記送信情報が有する目的地指定情報が示す目的地を用いて目的地を設定する処理を行う処理部と、
前記処理部が行った処理結果を出力する出力部とを備え
前記第一命令は、前記ナビゲーション装置が目的地に到着した場合に、当該第一命令と、当該第一命令と対応付けて送信した前記目的地指定情報とを前記ナビゲーション装置から削除させる命令である削除命令を有する命令であり、
前記処理部は、前記ナビゲーション装置が目的地に到着した場合に、前記受信部が受信した第一命令が有する削除命令に従って、当該第一命令と、当該第一命令と対応付けられた目的地指定情報とを削除する情報処理システム。
An information processing system comprising one or more information processing terminals and a navigation device,
The information processing terminal
It is one or more of information to be transmitted to the navigation device, and the transmission information receiving unit that receives one or more transmission information is information having a destination specified information is information specifying a destination,
A command storage unit that stores a first command that is a command transmitted to the navigation device and that has a destination setting command that is a command to set a destination for the navigation device;
A transmission instruction receiving unit that receives a first transmission instruction that is an instruction to transmit the first instruction;
A transmission unit that associates the first command indicated by the first transmission instruction received by the transmission instruction reception unit with the transmission information received by the transmission information reception unit, and transmits the information to the navigation device;
The navigation device
A receiving unit that receives the first command and the transmission information transmitted by the information processing terminal;
A processing unit that performs a process of setting a destination using a destination indicated by the destination designation information included in the transmission information according to a destination setting command included in the first command received by the receiving unit;
And an output unit that outputs the processing results of the processing unit has performed,
The first command is a command for deleting, from the navigation device, the first command and the destination designation information transmitted in association with the first command when the navigation device arrives at a destination. An instruction having a delete instruction;
When the navigation device arrives at a destination, the processing unit is configured to specify the first command and a destination designation associated with the first command according to a delete command included in the first command received by the receiving unit. An information processing system that deletes information.
前記情報処理端末は、1以上の送信情報が格納される送信情報格納部と、
当該送信情報格納部に格納されている前記送信情報のうちの1以上を選択する指示である選択指示を受け付ける選択指示受付部とを更に備え、
前記送信情報受付部は、前記選択指示受付部が受け付けた選択指示が示す送信情報を前記送信情報格納部から読み出すことにより、当該選択指示が示す送信情報を受け付ける請求項1記載の情報処理システム。
The information processing terminal includes a transmission information storage unit that stores one or more pieces of transmission information;
A selection instruction receiving unit that receives a selection instruction that is an instruction to select one or more of the transmission information stored in the transmission information storage unit;
The transmission information receiving unit, by reading the transmission information in which the selection instruction receiving unit receives selection instruction indicates from the transmission information storage unit, according to claim 1 Symbol placement information processing system receives the transmission information which the selection instruction indicates .
位置を指定する情報と、当該位置に関連した情報と、を有する位置設定情報を受け付ける位置設定情報受付部を更に備え、
前記命令格納部には、前記位置設定情報が有する前記位置を指定する情報が示す位置が、前記ナビゲーション装置が現在位置する領域内の位置となった場合に、当該位置設定情報が有する位置に関連した情報を出力する命令である第二命令が更に格納されており、
前記送信指示受付部は、前記第二命令を送信する指示である第二送信指示を更に受け付け、
前記送信部は、更に、前記送信指示受付部が受け付けた第二送信指示に応じて、前記第二命令と、前記位置設定情報受付部が受け付けた位置設定情報とを対応付けて前記ナビゲーション装置に送信し、
前記受信部は、前記第二命令と位置設定情報とを更に受信し、
前記処理部は、前記受信部が受信した第二命令に従って、当該第二命令と対応付けられた前記位置設定情報が有する位置を指定する情報が示す位置の情報を取得し、当該位置が、前記ナビゲーション装置が現在位置する領域内の位置であるか判断し、
前記出力部は、前記位置を指定する情報が示す位置が前記ナビゲーション装置の現在位置する領域内の位置であると前記処理部が判断した場合に、前記受信部が受信した位置設定情報が有する位置に関連した情報を出力する請求項1または請求項いずれか一項記載の情報処理システム。
A position setting information receiving unit for receiving position setting information including information specifying a position and information related to the position;
In the command storage unit, when a position indicated by the information specifying the position included in the position setting information is a position within an area where the navigation device is currently positioned, the instruction storage unit relates to a position included in the position setting information. The second command, which is a command to output the received information, is further stored,
The transmission instruction receiving unit further receives a second transmission instruction that is an instruction to transmit the second instruction,
The transmission unit further associates the second command with the position setting information received by the position setting information receiving unit in response to the second transmission instruction received by the transmission instruction receiving unit to the navigation device. Send
The receiving unit further receives the second command and position setting information,
The processing unit acquires information on a position indicated by information specifying a position included in the position setting information associated with the second command according to the second command received by the receiving unit, and the position is Determine if the navigation device is in the current location,
The output unit has a position included in the position setting information received by the receiving unit when the processing unit determines that the position indicated by the information specifying the position is a position in an area where the navigation device is currently located. claim 1 or claim 2 information processing system according to any one claim using an information input help.
1以上の情報処理端末と、ナビゲーション装置とを備えた情報処理システムを構成する情報処理端末であって、
前記ナビゲーション装置に送信される1以上の情報であって、目的地を指定する情報である目的地指定情報を有する情報である1以上の送信情報を受け付ける送信情報受付部と、
前記ナビゲーション装置に対して送信される命令であって、当該ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令が格納されている命令格納部と、
前記第一命令を送信する指示である第一送信指示を受け付ける送信指示受付部と、
前記送信指示受付部が受け付けた第一送信指示が示す第一命令と、前記送信情報受付部が受け付けた送信情報とを対応付けて前記ナビゲーション装置に送信する送信部とを備え
前記第一命令は、前記ナビゲーション装置が目的地に到着した場合に、当該第一命令と、当該第一命令と対応付けて送信した前記目的地指定情報とを前記ナビゲーション装置から削除させる命令である削除命令を有する命令である情報処理端末。
An information processing terminal constituting an information processing system including one or more information processing terminals and a navigation device,
It is one or more of information to be transmitted to the navigation device, and the transmission information receiving unit that receives one or more transmission information is information having a destination specified information is information specifying a destination,
A command storage unit that stores a first command that is a command transmitted to the navigation device and that has a destination setting command that is a command to set a destination for the navigation device;
A transmission instruction receiving unit that receives a first transmission instruction that is an instruction to transmit the first instruction;
A transmission unit that associates the first command indicated by the first transmission instruction received by the transmission instruction reception unit with the transmission information received by the transmission information reception unit, and transmits the information to the navigation device ;
The first command is a command for deleting, from the navigation device, the first command and the destination designation information transmitted in association with the first command when the navigation device arrives at a destination. An information processing terminal that is an instruction having a deletion instruction .
1以上の情報処理端末と、ナビゲーション装置とを備えた情報処理システムを構成するナビゲーション装置であって、
前記情報処理端末が送信する命令であって、当該ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令と、目的地を指定する情報である目的地指定情報と、を有する情報である1以上の送信情報とを受信する受信部と、
前記受信部が受信した第一命令が有する目的地設定命令に従って、前記送信情報が有する目的地指定情報が示す目的地を用いて目的地を設定する処理を行う処理部と、
前記処理部が行った処理結果を出力する出力部とを備え、
前記処理部は、前記ナビゲーション装置が目的地に到着した場合に、前記受信部が受信した第一命令が有する削除命令に従って、当該第一命令と、当該第一命令と対応付けられた目的地指定情報とを削除するナビゲーション装置。
A navigation device constituting an information processing system comprising one or more information processing terminals and a navigation device,
A command transmitted by the information processing terminal, which is a command having a destination setting command that is a command for setting the destination for the navigation device, and a destination that is information for specifying the destination a receiver for receiving the designation information, one or more transmission information and is information having,
A processing unit that performs a process of setting a destination using a destination indicated by the destination designation information included in the transmission information according to a destination setting command included in the first command received by the receiving unit;
E Bei and an output unit for outputting the processing result of the processing unit has performed,
When the navigation device arrives at a destination, the processing unit is configured to specify the first command and a destination designation associated with the first command according to a delete command included in the first command received by the receiving unit. A navigation device that deletes information .
1以上の情報処理端末と、ナビゲーション装置とを備えた情報処理システムを構成する情報処理端末であって、送信情報受付部と、前記ナビゲーション装置に対して送信される命令であって、当該ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令が格納されている命令格納部と、送信指示受付部と、送信部とを有する情報処理端末を用いて行われる情報処理方法であって、
前記送信情報受付部が、前記ナビゲーション装置に送信される1以上の情報であって、目的地を指定する情報である目的地指定情報を有する情報である1以上の送信情報を受け付ける送信情報受付ステップと、
前記送信指示受付部が、前記第一命令を送信する指示である第一送信指示を受け付ける送信指示受付ステップと、
前記送信部が、前記送信指示受付ステップで受け付けた第一送信指示が示す第一命令と、前記送信情報受付ステップで受け付けた送信情報とを対応付けて前記ナビゲーション装置に送信する送信ステップとを備え
前記第一命令は、前記ナビゲーション装置が目的地に到着した場合に、当該第一命令と、当該第一命令と対応付けて送信した前記目的地指定情報とを前記ナビゲーション装置から削除させる命令である削除命令を有する命令である情報処理方法。
An information processing terminal constituting an information processing system including one or more information processing terminals and a navigation device, wherein the information is a transmission information receiving unit, a command transmitted to the navigation device, and the navigation device Using an information processing terminal having a command storage unit storing a first command that is a command having a destination setting command that is a command for setting a destination with respect to, a transmission instruction receiving unit, and a transmission unit An information processing method to be performed,
The transmission information receiving unit, wherein a one or more information transmitted to the navigation apparatus, reception transmission information receiving one or more transmission information is information having a destination specified information is information specifying a destination Steps,
A transmission instruction reception step in which the transmission instruction reception unit receives a first transmission instruction that is an instruction to transmit the first instruction;
A transmission step in which the transmission unit associates the first command indicated by the first transmission instruction received in the transmission instruction reception step with the transmission information received in the transmission information reception step, and transmits it to the navigation device. ,
The first command is a command for deleting, from the navigation device, the first command and the destination designation information transmitted in association with the first command when the navigation device arrives at a destination. An information processing method that is an instruction having a delete instruction .
1以上の情報処理端末と、ナビゲーション装置とを備えた情報処理システムを構成するナビゲーション装置であって、受信部と、処理部と、出力部とを有するナビゲーション装置を用いて行われる情報処理方法であって、
前記受信部が、前記情報処理端末が送信する命令であって、当該ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令と、目的地を指定する情報である目的地指定情報を有する情報である1以上の送信情報とを受信する受信ステップと、
前記処理部が、前記受信ステップで受信した第一命令が有する目的地設定命令に従って、前記送信情報が有する目的地指定情報が示す目的地を用いて目的地を設定する処理を行う処理ステップと、
前記出力部が、前記処理ステップで行った処理結果を出力する出力ステップとを備え
前記第一命令は、前記ナビゲーション装置が目的地に到着した場合に、当該第一命令と、当該第一命令と対応付けて送信した前記目的地指定情報とを前記ナビゲーション装置から削除させる命令である削除命令を有する命令であり、
前記処理ステップは、前記ナビゲーション装置が目的地に到着した場合に、前記受信ステップで受信した第一命令が有する削除命令に従って、当該第一命令と、当該第一命令と対応付けられた目的地指定情報とを削除する情報処理方法。
An information processing method comprising an information processing system including one or more information processing terminals and a navigation device, wherein the information processing method is performed using a navigation device having a receiving unit, a processing unit, and an output unit. There,
The receiving unit designates a destination and a first command which is a command transmitted by the information processing terminal and which has a destination setting command which is a command for setting the destination to the navigation device. a receiving step of receiving one or more transmission information and is information having a destination specified information is information,
A processing step for performing processing for setting the destination using the destination indicated by the destination designation information included in the transmission information according to the destination setting command included in the first command received in the reception step;
The output unit, and an output step of outputting the processing results made in the processing step,
The first command is a command for deleting, from the navigation device, the first command and the destination designation information transmitted in association with the first command when the navigation device arrives at a destination. An instruction having a delete instruction;
In the processing step, when the navigation device arrives at a destination, according to the deletion command included in the first command received in the receiving step, the first command and a destination designation associated with the first command An information processing method for deleting information.
コンピュータを、1以上の情報処理端末と、ナビゲーション装置とを備えた情報処理システムを構成する情報処理端末として機能させるためのプログラムであって、
前記ナビゲーション装置に対して送信される命令であって、当該ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令が格納されている命令格納部にアクセス可能なコンピュータを、
前記ナビゲーション装置に送信される1以上の情報であって、目的地を指定する情報である目的地指定情報を有する情報である1以上の送信情報を受け付ける送信情報受付部と、
前記ナビゲーション装置に対して送信される命令であって、当該ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令が格納されている命令格納部と、
前記第一命令を送信する指示である第一送信指示を受け付ける送信指示受付部と、
前記送信指示受付部が受け付けた第一送信指示が示す第一命令と、前記送信情報受付部が受け付けた送信情報とを対応付けて前記ナビゲーション装置に送信する送信部として機能させ、
前記第一命令は、前記ナビゲーション装置が目的地に到着した場合に、当該第一命令と、当該第一命令と対応付けて送信した前記目的地指定情報とを前記ナビゲーション装置から削除させる命令である削除命令を有する命令であるプログラム。
A program for causing a computer to function as an information processing terminal constituting an information processing system including one or more information processing terminals and a navigation device,
Access to a command storage unit storing a first command that is a command transmitted to the navigation device and that has a destination setting command that is a command for setting the destination to the navigation device. Possible computers,
It is one or more of information to be transmitted to the navigation device, and the transmission information receiving unit that receives one or more transmission information is information having a destination specified information is information specifying a destination,
A command storage unit that stores a first command that is a command transmitted to the navigation device and that has a destination setting command that is a command to set a destination for the navigation device;
A transmission instruction receiving unit that receives a first transmission instruction that is an instruction to transmit the first instruction;
The first instruction indicated by the first transmission instruction received by the transmission instruction receiving unit and the transmission information received by the transmission information receiving unit are associated with each other and transmitted to the navigation device, and function as a transmission unit .
The first command is a command for deleting, from the navigation device, the first command and the destination designation information transmitted in association with the first command when the navigation device arrives at a destination. A program that is an instruction having a delete instruction .
コンピュータを、1以上の情報処理端末と、ナビゲーション装置とを備えた情報処理システムを構成するナビゲーション装置として機能させるプログラムであって、
コンピュータを、
前記情報処理端末が送信する命令であって、当該ナビゲーション装置に対して目的地を設定させる命令である目的地設定命令を有する命令である第一命令と、目的地を指定する情報である目的地指定情報とを有する情報である1以上の送信情報とを受信する受信部と、
前記受信部が受信した第一命令が有する目的地設定命令に従って、前記送信情報が有する目的地指定情報が示す目的地を用いて目的地を設定する処理を行う処理部と、
前記処理部が行った処理結果を出力する出力部として機能させ、
前記第一命令は、前記ナビゲーション装置が目的地に到着した場合に、当該第一命令と、当該第一命令と対応付けて送信した前記目的地指定情報とを前記ナビゲーション装置から削除させる命令である削除命令を有する命令であり、
前記処理ステップは、前記ナビゲーション装置が目的地に到着した場合に、前記受信ステップで受信した第一命令が有する削除命令に従って、当該第一命令と、当該第一命令と対応付けられた目的地指定情報とを削除するプログラム。
A program that causes a computer to function as a navigation device that constitutes an information processing system including one or more information processing terminals and a navigation device,
Computer
A command transmitted by the information processing terminal, which is a command having a destination setting command that is a command for setting the destination for the navigation device, and a destination that is information for specifying the destination a receiver for receiving one or more transmission information and is information having a specified information,
A processing unit that performs a process of setting a destination using a destination indicated by the destination designation information included in the transmission information according to a destination setting command included in the first command received by the receiving unit;
To function as an output unit for outputting the processing result of the processing unit has performed,
The first command is a command for deleting, from the navigation device, the first command and the destination designation information transmitted in association with the first command when the navigation device arrives at a destination. An instruction having a delete instruction;
In the processing step, when the navigation device arrives at a destination, according to the deletion command included in the first command received in the receiving step, the first command and a destination designation associated with the first command A program that deletes information and .
JP2012238622A 2012-10-30 2012-10-30 Information processing system, information processing terminal, information processing method, and program Active JP6005474B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012238622A JP6005474B2 (en) 2012-10-30 2012-10-30 Information processing system, information processing terminal, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012238622A JP6005474B2 (en) 2012-10-30 2012-10-30 Information processing system, information processing terminal, information processing method, and program

Publications (2)

Publication Number Publication Date
JP2014089098A JP2014089098A (en) 2014-05-15
JP6005474B2 true JP6005474B2 (en) 2016-10-12

Family

ID=50791113

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012238622A Active JP6005474B2 (en) 2012-10-30 2012-10-30 Information processing system, information processing terminal, information processing method, and program

Country Status (1)

Country Link
JP (1) JP6005474B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6366409B2 (en) * 2014-08-01 2018-08-01 株式会社 ミックウェア System, navigation method, and program
JP6553874B2 (en) * 2015-01-13 2019-07-31 株式会社 ミックウェア Map information system
JP6708359B2 (en) * 2019-01-21 2020-06-10 株式会社 ミックウェア Terminal

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3548459B2 (en) * 1998-11-20 2004-07-28 富士通株式会社 Guide information presenting apparatus, guide information presenting processing method, recording medium recording guide information presenting program, guide script generating apparatus, guide information providing apparatus, guide information providing method, and guide information providing program recording medium
JP4254979B2 (en) * 1999-04-14 2009-04-15 株式会社日立製作所 Navigation device
JP3499851B2 (en) * 2000-11-08 2004-02-23 松下電器産業株式会社 Navigation system, navigation method, and medium
EP1338864A4 (en) * 2000-11-08 2009-11-18 Panasonic Corp System, navigation method, medium, and information set
JP2006153731A (en) * 2004-11-30 2006-06-15 Xanavi Informatics Corp Navigation system, navigation device, and cellular phone
JP2008170157A (en) * 2007-01-05 2008-07-24 United Video Properties Inc Electronic program guide for mobile navigation apparatus, destination information providing method, and device
JP4390006B2 (en) * 2008-04-01 2009-12-24 トヨタ自動車株式会社 Car navigation device, portable information terminal, and car navigation system

Also Published As

Publication number Publication date
JP2014089098A (en) 2014-05-15

Similar Documents

Publication Publication Date Title
JP6208654B2 (en) Method and system for pushing point of interest information
JP4914268B2 (en) Search service server information search method.
US7783421B2 (en) Navigation device, navigation method, navigation program, server device, and navigation information distribution system
JP2007278807A (en) Information displaying device
JP2007043574A (en) Collection device and collection method of access point information and navigation system
JP6005474B2 (en) Information processing system, information processing terminal, information processing method, and program
JP2005100276A (en) Information processing system, information processor, information processing method and program
JP5728873B2 (en) Information processing apparatus, control method for information processing apparatus, and control program
JP2008225889A (en) Information providing device and information providing method
JP2009210400A (en) Guidance information transmission apparatus, guidance system, guidance information transmission method, guidance information providing method, and computer program
JP2010028806A (en) Position management server and communication system and communication terminal device, and position providing apparatus and communication system
KR20160142267A (en) Real-time map data updating method
JP2006112981A (en) Information processing apparatus
JP5734035B2 (en) Navigation device, navigation method, and program
JP6313059B2 (en) Information processing system
JP2006047147A (en) Information providing system
JP4978219B2 (en) Information transmission system and information server
KR101963341B1 (en) Real-time map data updating method
JP2006003664A (en) Map display device and navigation system
JP2014122837A (en) Information Sharing System
JP6174951B2 (en) Terminal device, information processing method, and program
JP5674512B2 (en) Portable navigation device, portable navigation method, and program
JP6110594B2 (en) Navigation device, server device, information processing method, and program
JP6168844B2 (en) Information processing apparatus, information processing method, and program
JP6908335B2 (en) Mobile terminal devices, navigation devices, information transmission methods, and programs

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150602

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160129

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160202

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160329

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160831

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160907

R150 Certificate of patent or registration of utility model

Ref document number: 6005474

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250