JP2013257292A - Information processing system, information processing apparatus, server, terminal device, information processing method, program, and database - Google Patents

Information processing system, information processing apparatus, server, terminal device, information processing method, program, and database Download PDF

Info

Publication number
JP2013257292A
JP2013257292A JP2012135079A JP2012135079A JP2013257292A JP 2013257292 A JP2013257292 A JP 2013257292A JP 2012135079 A JP2012135079 A JP 2012135079A JP 2012135079 A JP2012135079 A JP 2012135079A JP 2013257292 A JP2013257292 A JP 2013257292A
Authority
JP
Japan
Prior art keywords
information
task
poi
processing system
terminal 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.)
Granted
Application number
JP2012135079A
Other languages
Japanese (ja)
Other versions
JP6088159B2 (en
Inventor
Shunsuke Oshige
重 俊 輔 大
Shunsuke Sano
野 俊 介 佐
Emiko Hayakaze
風 恵美子 早
Soichiro Hayashi
宗一朗 林
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.)
Navitime Japan Co Ltd
Original Assignee
Navitime Japan 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 Navitime Japan Co Ltd filed Critical Navitime Japan Co Ltd
Priority to JP2012135079A priority Critical patent/JP6088159B2/en
Publication of JP2013257292A publication Critical patent/JP2013257292A/en
Application granted granted Critical
Publication of JP6088159B2 publication Critical patent/JP6088159B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Instructional Devices (AREA)
  • Navigation (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Traffic Control Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce database preparation costs and database update costs of a system provider, and improve accuracy of information stored in a database.SOLUTION: An information processing system 1 includes: information acquisition means (121, 321) for acquiring POI (Point Of Interest) information, task information relating to a task to be executed, and a POI task list including a plurality of pieces of task information; and task management means (126, 330) for associating the POI information with the task information to update the POI task list.

Description

本発明の実施形態は、情報処理システム、情報処理装置、サーバ、端末装置、情報処理方法、プログラム、及びデータベースに関し、特に、POI(Point Of Interest)及びタスクを取り扱うものに関する。   Embodiments described herein relate generally to an information processing system, an information processing apparatus, a server, a terminal device, an information processing method, a program, and a database, and more particularly, to a system that handles POI (Point Of Interest) and tasks.

従来、ユーザの検索行動履歴と移動履歴とに基づいて、POIと、当該POIで達成できる目的と、が関連付けられたデータベースを更新する技術が知られている(特許文献1を参照)。   2. Description of the Related Art Conventionally, a technique for updating a database in which a POI and an object that can be achieved by the POI are associated with each other based on a user's search behavior history and movement history is known (see Patent Document 1).

特開2007−183249号公報JP 2007-183249 A

しかしながら、特許文献1の発明では、システム提供者が、タスクと、POIとが関連付けられたデータベースを予め用意する必要がある。従って、システム提供者のデータベース準備コストが増加する、という問題がある。   However, in the invention of Patent Document 1, the system provider needs to prepare a database in which tasks and POIs are associated in advance. Therefore, there is a problem that the database preparation cost of the system provider increases.

また、特許文献1の発明では、予め用意したデータベースを用いる。従って、時間の経過とともに、データベースに格納された情報の確度が低下する、という問題がある。例えば、システム提供者がデータベースを用意したときと異なる状況においては、データベースに格納された情報の確度は低い。   In the invention of Patent Document 1, a database prepared in advance is used. Therefore, there is a problem that the accuracy of the information stored in the database decreases with time. For example, in a situation different from when a system provider prepares a database, the accuracy of information stored in the database is low.

また、特許文献1には、データベースを用意した後に、当該データベースを更新する方法については開示されていない。従って、システム提供者のデータベース更新コストが増加する、という問題がある。   Patent Document 1 does not disclose a method for updating a database after the database is prepared. Therefore, there is a problem that the database update cost of the system provider increases.

本発明は、上記の問題に鑑みてなされたものである。本発明の目的は、システム提供者のデータベース準備コスト及びデータベース更新コストを低減し、且つ、データベースに格納された情報の確度を改善することである。   The present invention has been made in view of the above problems. An object of the present invention is to reduce a database provider's database preparation cost and database update cost, and to improve the accuracy of information stored in the database.

本発明の情報処理システムは、POI(Point Of Interest)情報と、実行されるべきタスクに関するタスク情報と、複数のタスク情報を含むPOIタスクリストと、を取得する情報取得手段と、
前記POI情報と前記タスク情報を関連付けて、前記POIタスクリストを更新する、タスク管理手段と、を備える。
An information processing system of the present invention includes POI (Point Of Interest) information, task information related to a task to be executed, and a POI task list including a plurality of task information;
Task management means for associating the POI information with the task information and updating the POI task list.

本発明によれば、システム提供者のデータベース準備コスト及びデータベース更新コストを低減し、且つ、データベースに格納された情報の確度を改善することができる。   According to the present invention, it is possible to reduce the database preparation cost and the database update cost of the system provider, and to improve the accuracy of information stored in the database.

第1実施形態の情報処理システム1の構成を示すブロック図。The block diagram which shows the structure of the information processing system 1 of 1st Embodiment. 第1実施形態の情報処理のシーケンス図。The sequence diagram of the information processing of a 1st embodiment. 第1実施形態の更新リクエスト発行処理のフローチャート。The flowchart of the update request issue process of 1st Embodiment. 第1実施形態のタスク情報登録画面の概略図。Schematic of the task information registration screen of the first embodiment. 第1実施形態の更新リクエストのデータ構造を示す図。The figure which shows the data structure of the update request of 1st Embodiment. 第1実施形態のPOIタスクリスト更新処理のフローチャート。The flowchart of the POI task list update process of 1st Embodiment. 第1実施形態のPOI情報のデータ構造を示す図。The figure which shows the data structure of POI information of 1st Embodiment. 第1実施形態の図6のS1−100の説明図。Explanatory drawing of S1-100 of FIG. 6 of 1st Embodiment. 第1実施形態の図6のS1−102の説明図。Explanatory drawing of S1-102 of FIG. 6 of 1st Embodiment. 第2実施形態の更新リクエスト発行処理のフローチャート。The flowchart of the update request issue process of 2nd Embodiment. 第2実施形態のタスク情報登録画面の概略図。Schematic of the task information registration screen of the second embodiment. 第2実施形態の行動ログのデータ構造を示す図。The figure which shows the data structure of the action log of 2nd Embodiment. 第2実施形態の図10のS2−306の説明図。Explanatory drawing of S2-306 of FIG. 10 of 2nd Embodiment. 第2実施形態の図10のS2−326の説明図。Explanatory drawing of S2-326 of FIG. 10 of 2nd Embodiment. 第2実施形態の完了POI情報確認画面の概略図。Schematic of the completion POI information confirmation screen of 2nd Embodiment. 第2実施形態の更新リクエストのデータ構造を示す図。The figure which shows the data structure of the update request of 2nd Embodiment. 第3実施形態の情報処理のシーケンス図。The sequence diagram of the information processing of a 3rd embodiment. 第3実施形態の処理グループ(S3)のフローチャート。The flowchart of the process group (S3) of 3rd Embodiment. 第3実施形態のタスク情報登録画面の概略図。Schematic of the task information registration screen of the third embodiment. 第3実施形態の管理データのデータ構造を示す図。The figure which shows the data structure of the management data of 3rd Embodiment. 第3実施形態の更新リクエストのデータ構造を示す図。The figure which shows the data structure of the update request of 3rd Embodiment. 第3実施形態のPOIタスクリスト更新処理のフローチャート。The flowchart of the POI task list update process of 3rd Embodiment. 第4実施形態の情報処理システム1の構成を示すブロック図。The block diagram which shows the structure of the information processing system 1 of 4th Embodiment. 第4実施形態の情報処理のシーケンス図。The sequence diagram of the information processing of a 4th embodiment. 第4実施形態のPOIタスクリスト更新処理のフローチャート。The flowchart of the POI task list update process of 4th Embodiment. 第4実施形態の図25のS4−102の説明図。Explanatory drawing of S4-102 of FIG. 25 of 4th Embodiment. 第4実施形態の信頼度管理情報のデータ構造を示す図。The figure which shows the data structure of the reliability management information of 4th Embodiment. 第4実施形態のレコメンドリクエスト発行処理のフローチャート。The flowchart of the recommendation request issue process of 4th Embodiment. 第4実施形態のタスク情報登録画面の概略図。Schematic of the task information registration screen of the fourth embodiment. 第4実施形態のレコメンドリクエストのデータ構造を示す図。The figure which shows the data structure of the recommendation request of 4th Embodiment. 第4実施形態の図24のS4−12の説明図。Explanatory drawing of S4-12 of FIG. 24 of 4th Embodiment. 第4実施形態のタスク選択処理のフローチャート。The flowchart of the task selection process of 4th Embodiment. 第4実施形態の図24のS4−322Bの説明図。Explanatory drawing of S4-322B of FIG. 24 of 4th Embodiment. 第4実施形態の選択タスク情報のデータ構造を示す図。The figure which shows the data structure of the selection task information of 4th Embodiment. 第4実施形態の図24のS4−14の説明図。Explanatory drawing of S4-14 of FIG. 24 of 4th Embodiment.

本実施形態について、図面を参照して説明する。   The present embodiment will be described with reference to the drawings.

(第1実施形態)
第1実施形態について説明する。第1実施形態は、ユーザが新規タスクを登録したことを条件として、POIタスクリストを更新する、情報処理システムの例である。
(First embodiment)
A first embodiment will be described. The first embodiment is an example of an information processing system that updates a POI task list on condition that a user has registered a new task.

第1実施形態の情報処理システム1の構成について説明する。図1は、第1実施形態の情報処理システム1の構成を示すブロック図である。   A configuration of the information processing system 1 according to the first embodiment will be described. FIG. 1 is a block diagram illustrating a configuration of an information processing system 1 according to the first embodiment.

図1に示すように、情報処理システム1は、サーバ10と、端末装置30と、ネットワーク50と、を備える。サーバ10及び端末装置30は、ネットワーク50を介して互いに通信可能である。サーバ10の数は、1台であっても良いし、複数台であっても良い。端末装置30の数は、1台であっても良いし、複数台であっても良い。ネットワーク50は、有線ネットワークであっても良いし、無線ネットワークであっても良い。サーバ10と端末装置30との間の通信は、ネットワーク50以外の媒体(例えば、USB(Universal Serial Bus)等のデータバスケーブル、又はSD(Secuere Digital)カード等のリムーバルメディア)を介して行われても良い。   As illustrated in FIG. 1, the information processing system 1 includes a server 10, a terminal device 30, and a network 50. The server 10 and the terminal device 30 can communicate with each other via the network 50. The number of servers 10 may be one or plural. The number of terminal devices 30 may be one or a plurality. The network 50 may be a wired network or a wireless network. Communication between the server 10 and the terminal device 30 is performed via a medium other than the network 50 (for example, a data bus cable such as USB (Universal Serial Bus) or a removable medium such as SD (Secure Digital) card). May be.

サーバ10は、サーバ制御部12と、サーバ記憶部14と、サーバ通信部16と、を備える。   The server 10 includes a server control unit 12, a server storage unit 14, and a server communication unit 16.

サーバ制御部12は、サーバ通信制御部120と、サーバ情報取得部121と、サーバ出力制御部122と、経路探索部124と、サーバタスク管理部126と、レコメンド処理部128と、を備える。サーバ制御部12の各部については、後述する。   The server control unit 12 includes a server communication control unit 120, a server information acquisition unit 121, a server output control unit 122, a route search unit 124, a server task management unit 126, and a recommendation processing unit 128. Each unit of the server control unit 12 will be described later.

サーバ記憶部14には、サーバ制御部12が取り扱うデータが記憶される。例えば、サーバ記憶部14には、経路ネットワーク情報と、地図情報と、POI(Point Of Interest)情報と、POIタスクリストと、サーバ制御部12が実行可能なアプリケーションと、が記憶される。   The server storage unit 14 stores data handled by the server control unit 12. For example, route network information, map information, POI (Point Of Interest) information, a POI task list, and an application executable by the server control unit 12 are stored in the server storage unit 14.

経路ネットワーク情報とは、移動手段の経路ネットワークを示す情報である。経路ネットワークは、複数のノードと、複数のノード間を接続するリンクと、を含む。   The route network information is information indicating the route network of the moving means. The route network includes a plurality of nodes and a link connecting the plurality of nodes.

地図情報とは、地図を示す情報である。例えば、地図情報は、経路ネットワークに対応する地図を示す。地図情報は、POI情報を含む。POI情報とは、POIに関する情報である。   Map information is information indicating a map. For example, the map information indicates a map corresponding to the route network. The map information includes POI information. POI information is information related to POI.

POIタスクリストは、複数のタスク情報を含む。タスク情報とは、ユーザが実行すべきタスクに関する情報である。タスクとは、ユーザが過去(例えば、ユーザが端末装置30を操作する時点より前)に行った過去タスク、及びユーザが将来(例えば、ユーザが端末装置30を操作する時点より後)に行う予定の将来タスクの少なくとも1つを含む概念である。   The POI task list includes a plurality of task information. The task information is information related to a task to be executed by the user. The tasks are past tasks that the user has performed in the past (for example, before the time when the user operates the terminal device 30), and are scheduled to be performed by the user in the future (for example, after the time when the user operates the terminal device 30). This concept includes at least one future task.

サーバ通信部16は、サーバ10とネットワーク50との間の通信インタフェースである。   The server communication unit 16 is a communication interface between the server 10 and the network 50.

端末装置30は、端末制御部32と、端末記憶部34と、端末通信部36と、操作部38と、測位部40と、表示部42と、を備える。例えば、端末装置30は、デスクトップコンピュータ、ノートブックコンピュータ、携帯電話、スマートフォン、タブレット端末、又はカーナビゲーション装置である。   The terminal device 30 includes a terminal control unit 32, a terminal storage unit 34, a terminal communication unit 36, an operation unit 38, a positioning unit 40, and a display unit 42. For example, the terminal device 30 is a desktop computer, a notebook computer, a mobile phone, a smartphone, a tablet terminal, or a car navigation device.

端末制御部32は、端末通信制御部320と、端末情報取得部321と、端末出力制御部322と、リクエスト発行部324と、完了POI特定部326と、経路案内部328と、端末タスク管理部330と、を備える。端末制御部32の各部については、後述する。   The terminal control unit 32 includes a terminal communication control unit 320, a terminal information acquisition unit 321, a terminal output control unit 322, a request issue unit 324, a completed POI specifying unit 326, a route guide unit 328, and a terminal task management unit. 330. Each unit of the terminal control unit 32 will be described later.

端末記憶部34には、端末制御部32が取り扱うデータが記憶される。例えば、端末記憶部34には、ユーザ情報と、端末制御部32が実行可能なアプリケーションと、が記憶される。   The terminal storage unit 34 stores data handled by the terminal control unit 32. For example, the terminal storage unit 34 stores user information and an application that can be executed by the terminal control unit 32.

端末通信部36は、端末装置30とネットワーク50との間の通信インタフェースである。   The terminal communication unit 36 is a communication interface between the terminal device 30 and the network 50.

操作部38は、ユーザから、ユーザ指示を受け付ける。例えば、操作部38は、タッチパネルである。この場合には、ユーザは、タッチパネルを用いて所定の操作(例えば、タッチ又はスワイプ)を行うことにより、端末装置30にユーザ指示を与える。操作部38は、ユーザが行った操作に応じて、ユーザ指示を受け付ける。   The operation unit 38 receives a user instruction from the user. For example, the operation unit 38 is a touch panel. In this case, the user gives a user instruction to the terminal device 30 by performing a predetermined operation (for example, touch or swipe) using the touch panel. The operation unit 38 receives a user instruction in accordance with an operation performed by the user.

測位部40は、測位情報を取得する。測位情報は、端末装置30の測位位置を示す測位位置情報と、端末装置30の測位方位を示す測位方位情報と、を含む。例えば、測位部40は、GPS(Global Positioning System)レシーバである。   The positioning unit 40 acquires positioning information. The positioning information includes positioning position information indicating the positioning position of the terminal device 30 and positioning direction information indicating the positioning direction of the terminal device 30. For example, the positioning unit 40 is a GPS (Global Positioning System) receiver.

表示部42は、様々な情報を表示する。例えば、表示部42は、液晶ディスプレイ又は有機EL(Electroluminescence)ディスプレイである。なお、操作部38及び表示部42は、一体のモジュール(例えば、タッチパネル型ディスプレイ)であっても良い。   The display unit 42 displays various information. For example, the display unit 42 is a liquid crystal display or an organic EL (Electroluminescence) display. The operation unit 38 and the display unit 42 may be an integrated module (for example, a touch panel display).

なお、サーバ記憶部14及び端末記憶部34は、それぞれ、サーバ10及び端末装置30の外部に設けられ、ネットワーク50を介して、サーバ10及び端末装置30と接続されても良い。即ち、POIタスクリストは、サーバ記憶部14及び端末記憶部34以外の、サーバ10及び端末装置30の少なくとも1つと、直接的に又は間接的に(例えば、ネットワーク50を介して)、接続された記憶媒体に格納されても良い。   The server storage unit 14 and the terminal storage unit 34 may be provided outside the server 10 and the terminal device 30, and may be connected to the server 10 and the terminal device 30 via the network 50. That is, the POI task list is connected directly or indirectly (for example, via the network 50) to at least one of the server 10 and the terminal device 30 other than the server storage unit 14 and the terminal storage unit 34. It may be stored in a storage medium.

第1実施形態の情報処理について説明する。図2は、第1実施形態の情報処理のシーケンス図である。図2の情報処理は、端末制御部32が情報処理アプリケーションを起動したときに開始される。情報処理アプリケーションとは、コンピュータに情報処理を実行させるためのコンピュータプログラムである。   Information processing according to the first embodiment will be described. FIG. 2 is a sequence diagram of information processing according to the first embodiment. The information processing in FIG. 2 is started when the terminal control unit 32 starts an information processing application. An information processing application is a computer program for causing a computer to execute information processing.

<S1−30> 端末装置30が、更新リクエスト発行処理を実行する。   <S1-30> The terminal device 30 executes an update request issuing process.

第1実施形態の更新リクエスト発行処理について説明する。図3は、第1実施形態の更新リクエスト発行処理のフローチャートである。   The update request issue process of the first embodiment will be described. FIG. 3 is a flowchart of the update request issuing process according to the first embodiment.

<S1−300> 端末情報取得部321が、タスク情報登録画面を介して、ユーザから、タスク(即ち、新規タスク)の登録に関するタスク情報(タスク内容情報、タスク位置情報、及び完了フラグ)を取得する。登録されるタスクは、過去タスク及び将来タスクの少なくとも1つである。   <S1-300> The terminal information acquisition unit 321 acquires task information (task content information, task position information, and completion flag) related to registration of a task (that is, a new task) from the user via the task information registration screen. To do. The registered task is at least one of a past task and a future task.

図4は、第1実施形態のタスク情報登録画面の概略図である。   FIG. 4 is a schematic diagram of a task information registration screen according to the first embodiment.

図4に示すように、ユーザは、タスク情報登録画面を見ながら、操作部38を操作することにより、タスク内容情報欄1−42aに、タスクの内容(例えば、「プレゼントを買う」)を入力し、タスク位置情報欄1−42bに、タスクを実行すべき位置(例えば、座標「X1,Y1」又はPOIを識別する情報(以下「POI−ID」という)を入力し、完了フラグ欄1−42cに、「なし」を入力し、終了ボタン1−42dを押下する。   As shown in FIG. 4, the user inputs the task content (for example, “buy a present”) in the task content information field 1-42a by operating the operation unit 38 while viewing the task information registration screen. Then, a position (for example, coordinates “X1, Y1” or information for identifying the POI (hereinafter referred to as “POI-ID”) for inputting the task is input in the task position information field 1-42b, and the completion flag field 1- Enter “None” in 42c, and press the end button 1-42d.

次いで、端末情報取得部321は、登録すべきタスク情報として、タスク情報登録画面(タスク内容情報欄1−42a、タスク位置情報欄1−42b、及び完了フラグ欄1−42c)に入力された情報を取得する。   Next, the terminal information acquisition unit 321 receives information input to the task information registration screen (the task content information column 1-42a, the task position information column 1-42b, and the completion flag column 1-42c) as task information to be registered. To get.

<S1−302> リクエスト発行部324が、タスク情報に基づいて、更新リクエストを発行する。更新リクエストは、タスク内容情報と、タスク位置情報と、完了フラグと、を含む。   <S1-302> The request issuing unit 324 issues an update request based on the task information. The update request includes task content information, task position information, and a completion flag.

図5は、第1実施形態の更新リクエストのデータ構造を示す図である。図5に示すように、タスク内容情報は、タスク内容情報欄1−42aに入力された「プレゼントを買う」という情報に対応し、タスク位置情報は、タスク位置情報欄1−42bに入力された「X1,Y1」という情報に対応し、完了フラグは、完了フラグ欄1−42cに入力された「なし」(即ち、タスク内容情報が示す項目が完了していないことを示す情報)に対応する。   FIG. 5 is a diagram illustrating a data structure of the update request according to the first embodiment. As shown in FIG. 5, the task content information corresponds to the information “buy a present” input in the task content information column 1-42a, and the task position information is input in the task location information column 1-42b. Corresponding to the information “X1, Y1”, the completion flag corresponds to “none” (that is, information indicating that the item indicated by the task content information is not completed) input in the completion flag column 1-42c. .

S1−302が終了すると、図2に示すように、端末通信制御部320が、端末通信部36及びネットワーク50を介して、更新リクエストをサーバ10に送信する。   When S1-302 ends, the terminal communication control unit 320 transmits an update request to the server 10 via the terminal communication unit 36 and the network 50 as illustrated in FIG.

<S1−10> 端末装置30から更新リクエストが送信されると、サーバ10が、POIタスクリスト更新処理を実行する。即ち、サーバ10(特に、サーバタスク管理部126)は、端末情報取得部321により、タスクの登録に関するタスク情報が取得されたことを条件として、POIタスクリストを更新する。   <S1-10> When an update request is transmitted from the terminal device 30, the server 10 executes POI task list update processing. That is, the server 10 (particularly, the server task management unit 126) updates the POI task list on condition that the terminal information acquisition unit 321 has acquired task information related to task registration.

第1実施形態のPOIタスクリスト更新処理について説明する。図6は、第1実施形態のPOIタスクリスト更新処理のフローチャートである。   The POI task list update process of the first embodiment will be described. FIG. 6 is a flowchart of POI task list update processing according to the first embodiment.

<S1−100> サーバタスク管理部126が、POI情報と、更新リクエストに含まれるタスク情報と、を関連付ける。   <S1-100> The server task management unit 126 associates the POI information with the task information included in the update request.

図7は、第1実施形態のPOI情報のデータ構造を示す図である。図7に示すように、POI情報は、POI−IDと、POI名称情報と、POI位置情報と、POIの種類を示すPOIジャンル情報と、を含む。POI名称情報とは、POIの名称を示す情報である。POI位置情報とは、POIの位置を示す情報である。   FIG. 7 is a diagram illustrating a data structure of POI information according to the first embodiment. As shown in FIG. 7, the POI information includes POI-ID, POI name information, POI position information, and POI genre information indicating the type of POI. The POI name information is information indicating the name of the POI. The POI position information is information indicating the position of the POI.

具体的には、サーバタスク管理部126は、タスク内容情報及びタスク位置情報の少なくとも1つと、POI名称情報、POI位置情報、及びPOIジャンル情報の少なくとも1つと、を比較し、比較結果に基づいて、POI位置情報とタスク情報を関連付ける。   Specifically, the server task management unit 126 compares at least one of the task content information and the task position information with at least one of the POI name information, the POI position information, and the POI genre information, and based on the comparison result. , POI position information is associated with task information.

図8は、第1実施形態の図6のS1−100の説明図である。   FIG. 8 is an explanatory diagram of S1-100 of FIG. 6 of the first embodiment.

S1−100の第1例について説明する。第1例は、S1−300において、ユーザが、少なくとも、タスクを実行すべき位置を入力した場合の例である。この場合には、サーバ情報取得部121は、サーバ記憶部14から、POI情報と、POIタスクリストと、を取得する。次いで、サーバタスク管理部126は、タスク位置情報「X1,Y1」を検索キーとして用いて、当該検索キーに該当するPOIを検索する。この場合には、POI位置情報に、検索キー「X1,Y1」に最も近い座標「Xa,Ya」が含まれる、POI−ID「Pa」と、更新リクエストに含まれるタスク情報と、が関連付けられる。これにより、「プレゼントを買う」というタスク内容情報と、「花屋」というPOIジャンル情報に対応するPOI情報とが、関連付けられる(即ち、互いに関連性の低い情報同士が関連付けられる)。   A first example of S1-100 will be described. The first example is an example when the user inputs at least a position where the task should be executed in S1-300. In this case, the server information acquisition unit 121 acquires POI information and a POI task list from the server storage unit 14. Next, the server task management unit 126 searches for a POI corresponding to the search key using the task position information “X1, Y1” as a search key. In this case, the POI position information includes the POI-ID “Pa” including the coordinates “Xa, Ya” closest to the search key “X1, Y1” and the task information included in the update request. . As a result, the task content information “buy a present” and the POI information corresponding to the POI genre information “florist” are associated (that is, pieces of information having low relevance are associated with each other).

S1−100の第2例について説明する。第2例は、S1−300において、ユーザが、少なくとも、タスク内容情報を入力した場合の例である。この場合には、サーバ情報取得部121は、サーバ記憶部14から、POI情報と、タスクリストと、を取得する。次いで、サーバタスク管理部126は、タスク内容情報「昼食を取る」に含まれる文字列の全部(即ち、「昼食を取る」)又は一部(例えば、「食」)を検索キーとして用いて、当該検索キーに該当するPOIを検索する。この場合には、POI名称情報及びPOIジャンル情報に「食」が含まれる、POI−ID「Pc」と、更新リクエストに含まれるタスク情報と、が関連付けられる。   A second example of S1-100 will be described. The second example is an example when the user inputs at least task content information in S1-300. In this case, the server information acquisition unit 121 acquires POI information and a task list from the server storage unit 14. Next, the server task management unit 126 uses all (ie, “take lunch”) or part of the character string included in the task content information “take lunch” (for example, “meal”) as a search key, The POI corresponding to the search key is searched. In this case, the POI-ID “Pc” including “food” in the POI name information and POI genre information is associated with the task information included in the update request.

S1−100の第3例について説明する。第3例は、S1−300において、ユーザが、少なくとも、POI−IDを入力した場合の例である。この場合には、サーバ情報取得部121は、サーバ記憶部14から、POI情報と、POIタスクリストと、を取得する。次いで、サーバタスク管理部126は、更新リクエストに含まれるPOI−ID「Pa」とタスク情報とを関連付ける。   A third example of S1-100 will be described. The third example is an example when the user inputs at least a POI-ID in S1-300. In this case, the server information acquisition unit 121 acquires POI information and a POI task list from the server storage unit 14. Next, the server task management unit 126 associates the POI-ID “Pa” included in the update request with the task information.

<S1−102> サーバタスク管理部126が、POIタスクリストを更新する。   <S1-102> The server task management unit 126 updates the POI task list.

図9は、第1実施形態の図6のS1−102の説明図である。図9において、(A)は、S1−102の実行前のPOIタスクリストを示し、(B)は、S1−102の実行後のPOIタスクリストを示す。POIタスクリストは、POI−IDと、タスクIDと、タスク内容情報と、タスク位置情報と、を含む。タスクIDとは、タスクを識別する情報である。例えば、タスクIDは、サーバタスク管理部126によって管理される固有情報、又は、サーバタスク管理部126とは異なるアプリケーション(例えば、カレンダーアプリケーション)によって管理される固有情報である。   FIG. 9 is an explanatory diagram of S1-102 in FIG. 6 according to the first embodiment. In FIG. 9, (A) shows the POI task list before the execution of S1-102, and (B) shows the POI task list after the execution of S1-102. The POI task list includes a POI-ID, a task ID, task content information, and task position information. The task ID is information for identifying a task. For example, the task ID is unique information managed by the server task management unit 126 or unique information managed by an application different from the server task management unit 126 (for example, a calendar application).

例えば、サーバタスク管理部126は、S1−102の実行前のPOIタスクリスト(図9(A)を参照)に対して、タスクID「Td」に対応するタスクを追加する(図9(B)を参照)。このタスクでは、POI−IDが、S1−100においてタスク情報と関連付けられたPOI−ID「Pa」に対応し、タスク内容情報が、更新リクエストに含まれるタスク内容情報「プレゼントを買う」に対応し、タスク位置情報が、S1−100においてタスク情報と関連付けられたPOI−ID「Pa」に対応するPOI位置情報「Xa,Ya」に対応する。   For example, the server task management unit 126 adds a task corresponding to the task ID “Td” to the POI task list before the execution of S1-102 (see FIG. 9A) (FIG. 9B). See). In this task, the POI-ID corresponds to the POI-ID “Pa” associated with the task information in S1-100, and the task content information corresponds to the task content information “buy a present” included in the update request. The task position information corresponds to the POI position information “Xa, Ya” corresponding to the POI-ID “Pa” associated with the task information in S1-100.

S1−102が終了すると、図2に示すように、第1実施形態の情報処理が終了する。   When S1-102 ends, the information processing of the first embodiment ends as shown in FIG.

第1実施形態によれば、ユーザ指示に基づいてタスク情報が取得されたことを条件として、POI情報とタスク情報とを関連付けて、POIタスクリストが更新される。これにより、システム提供者のデータベース準備コスト及びデータベース更新コストを低減し、且つ、データベースに格納された情報の確度を改善することができる。   According to the first embodiment, on the condition that task information is acquired based on a user instruction, the POI task list is updated by associating the POI information with the task information. Thereby, the database preparation cost and database update cost of the system provider can be reduced, and the accuracy of the information stored in the database can be improved.

特に、第1実施形態によれば、タスクの登録に関するタスク情報が取得されたことを条件として、POIタスクリストが更新される。これにより、ユーザは、端末記憶部34に記憶されたアプリケーション(例えば、サーバ14と連携しながら動作するToDoアプリ)を用いて、新規タスクを登録するだけで、POIタスクリストを更新することができる。   In particular, according to the first embodiment, the POI task list is updated on condition that task information related to task registration is acquired. Accordingly, the user can update the POI task list only by registering a new task using an application (for example, a ToDo application that operates in cooperation with the server 14) stored in the terminal storage unit 34. .

(第2実施形態)
第2実施形態について説明する。第2実施形態は、ユーザが完了タスクを削除したことを条件として、POIタスクリストを更新する、情報処理システムの例である。なお、上述の実施形態と同様の説明は省略する。
(Second Embodiment)
A second embodiment will be described. The second embodiment is an example of an information processing system that updates a POI task list on condition that a user deletes a completed task. Note that a description similar to that of the above-described embodiment is omitted.

第2実施形態では、情報処理システム1、サーバ10及び端末装置30の構成は、第1実施形態と同様である(図1を参照)。但し、サーバ記憶部14には、POI情報と、行動ログと、がさらに記憶される。   In 2nd Embodiment, the structure of the information processing system 1, the server 10, and the terminal device 30 is the same as that of 1st Embodiment (refer FIG. 1). However, the POI information and the action log are further stored in the server storage unit 14.

第2実施形態の情報処理について説明する。   Information processing according to the second embodiment will be described.

第2実施形態では、情報処理のシーケンス(図2を参照)及びPOIタスクリスト更新処理(図6を参照)のフローチャートは、第1実施形態と同様である。   In the second embodiment, the flowchart of the information processing sequence (see FIG. 2) and the POI task list update process (see FIG. 6) are the same as those in the first embodiment.

第2実施形態の更新リクエスト発行処理について説明する。図10は、第2実施形態の更新リクエスト発行処理のフローチャートである。   The update request issue process of the second embodiment will be described. FIG. 10 is a flowchart of the update request issuing process according to the second embodiment.

<S2−300> 端末情報取得部321が、タスク情報登録画面を介して、ユーザから、タスク(即ち完了タスク)の削除に関するタスク情報(タスク内容情報、タスク位置情報、及び完了フラグ)を取得する。削除されるタスクは、過去タスク及び将来タスクの少なくとも1つである。   <S2-300> The terminal information acquisition unit 321 acquires task information (task content information, task position information, and completion flag) related to deletion of a task (that is, a completed task) from the user via the task information registration screen. . The task to be deleted is at least one of a past task and a future task.

図11は、第2実施形態のタスク情報登録画面の概略図である。   FIG. 11 is a schematic diagram of a task information registration screen according to the second embodiment.

例えば、ユーザは、図11のタスク情報登録画面を見ながら、タスク内容情報欄1−42aに、タスクの内容(例えば、「プレゼントを買う」)が設定され、操作部38を操作することにより、完了フラグ欄1−42cに「完了」を入力し、終了ボタン1−42dを押下する。   For example, while viewing the task information registration screen of FIG. 11, the user sets the task content (for example, “buy a present”) in the task content information column 1-42a, and operates the operation unit 38 to “Complete” is input in the completion flag column 1-42c, and the end button 1-42d is pressed.

次いで、端末情報取得部321は、タスク情報として、タスク情報登録画面(タスク内容情報欄1−42a及び完了フラグ欄1−42c)に入力された情報を取得する。   Next, the terminal information acquisition unit 321 acquires information input to the task information registration screen (the task content information column 1-42a and the completion flag column 1-42c) as task information.

<S2−302> リクエスト発行部324が、行動ログの有無(即ち、サーバ記憶部14に行動ログが記憶されているか否か)を判定する。行動ログがある場合には(S2−302:Y)、S2−304が実行される。一方、行動ログがない場合には(S2−302:N)、S2−324が実行される。   <S2-302> The request issuing unit 324 determines whether or not there is an action log (that is, whether or not the action log is stored in the server storage unit 14). If there is an action log (S2-302: Y), S2-304 is executed. On the other hand, when there is no action log (S2-302: N), S2-324 is executed.

第2実施形態の行動ログについて説明する。図12は、第2実施形態の行動ログのデータ構造を示す図である。   The action log of the second embodiment will be described. FIG. 12 is a diagram illustrating a data structure of an action log according to the second embodiment.

図12に示すように、行動ログは、時間情報と、当該時間情報に対応するログ情報と、を含む。時間情報とは、端末制御部32から得られる時刻を示す情報である。ログ情報とは、測位部40から得られる測位情報である。即ち、行動ログとは、端末装置30の移動履歴を示す情報である。   As shown in FIG. 12, the action log includes time information and log information corresponding to the time information. The time information is information indicating the time obtained from the terminal control unit 32. The log information is positioning information obtained from the positioning unit 40. That is, the action log is information indicating the movement history of the terminal device 30.

<S2−304> 完了POI特定部326が、行動ログから、完了位置情報を抽出する。   <S2-304> The completion POI identification unit 326 extracts completion position information from the action log.

例えば、端末情報取得部321は、サーバ記憶部14から、行動ログを取得する。次いで、完了POI特定部326は、行動ログの時刻情報の間隔ΔT(t(tは、0以上の整数である))(即ち、ΔT=T(t+1)−T(t))が最大となる時刻T(t)に対応付けられたログ情報(X(t),Y(t))を、完了位置情報として抽出する。間隔ΔTは、ログ情報が示す位置の滞在時間を意味する。即ち、完了位置情報は、行動ログのログ情報が示す位置のうち、滞在時間が最も長い位置を示す。   For example, the terminal information acquisition unit 321 acquires an action log from the server storage unit 14. Next, the completion POI specifying unit 326 maximizes the time interval ΔT (t (t is an integer equal to or greater than 0)) (that is, ΔT = T (t + 1) −T (t)) of the action log. Log information (X (t), Y (t)) associated with time T (t) is extracted as completion position information. The interval ΔT means the stay time at the position indicated by the log information. That is, the completion position information indicates the position having the longest stay time among the positions indicated by the log information of the action log.

<S2−306> 完了POI特定部326が、完了位置情報に基づいて、完了POI(例えば、完了POI−ID)を特定する。完了POIとは、タスクが完了した位置に対応するPOIである。   <S2-306> The completed POI specifying unit 326 specifies a completed POI (for example, completed POI-ID) based on the completion position information. The completed POI is a POI corresponding to the position where the task is completed.

図13は、第2実施形態の図10のS2−306の説明図である。   FIG. 13 is an explanatory diagram of S2-306 in FIG. 10 of the second embodiment.

リクエスト発行部324は、完了位置情報(X(t),Y(t))を検索キーとして用いて、当該検索キーに該当するPOIを検索する。この場合には、POI位置情報に、検索キー「X(t),Y(t)」に最も近い座標「Xa,Ya」に対応するPOI−ID「Pa」が、完了POI−IDとして得られる。   The request issuing unit 324 searches for a POI corresponding to the search key using the completion position information (X (t), Y (t)) as a search key. In this case, POI-ID “Pa” corresponding to the coordinates “Xa, Ya” closest to the search key “X (t), Y (t)” is obtained as the completed POI-ID in the POI position information. .

<S2−324> 行動ログが記憶されていない場合には(S2−302:N)、リクエスト発行部324が、測位部40から、測位情報(X2,Y2)を取得する。   <S2-324> When the action log is not stored (S2-302: N), the request issuing unit 324 acquires the positioning information (X2, Y2) from the positioning unit 40.

<S2−326> 完了POI特定部326が、S2−324で取得した測位情報に基づいて、完了POIを特定する。   <S2-326> The completed POI identifying unit 326 identifies the completed POI based on the positioning information acquired in S2-324.

図14は、第2実施形態の図10のS2−326の説明図である。   FIG. 14 is an explanatory diagram of S2-326 of FIG. 10 of the second embodiment.

リクエスト発行部324は、測位情報(X2,Y2)を検索キーとして用いて、当該検索キーに該当するPOIを検索する。この場合には、POI位置情報に、検索キー「X2,Y2」に最も近い座標「Xb,Yb」に対応するPOI−ID「Pb」が、完了POI−IDとして特定される。   The request issuing unit 324 searches for a POI corresponding to the search key using the positioning information (X2, Y2) as a search key. In this case, the POI-ID “Pb” corresponding to the coordinates “Xb, Yb” closest to the search key “X2, Y2” is specified as the completed POI-ID in the POI position information.

<S2−307> 端末出力制御部322が、表示部42に、完了POI情報確認画面を表示する。   <S2-307> The terminal output control unit 322 displays a completion POI information confirmation screen on the display unit 42.

図15は、第2実施形態の完了POI情報確認画面の概略図である。図15に示すように、完了POI情報確認画面では、完了POI−ID欄2−42aに、S2−306又はS2−326で特定された完了POI−IDが示され、完了POI名称情報欄2−42bに、完了POI−IDに対応するPOI名称情報が示され、完了POI位置情報欄2−42cに、完了POI−IDに対応するPOI位置情報が示される。ユーザは、完了タスク情報確認画面の各欄に示された情報が誤っている場合には、変更ボタン2−42dを押下し、完了タスク情報確認画面の各欄に示された情報が正しい場合には、終了ボタン2−42eを押下する。   FIG. 15 is a schematic diagram of a completed POI information confirmation screen according to the second embodiment. As shown in FIG. 15, in the completed POI information confirmation screen, the completed POI-ID field 2-42a shows the completed POI-ID specified in S2-306 or S2-326, and the completed POI name information field 2- The POI name information corresponding to the completed POI-ID is shown in 42b, and the POI position information corresponding to the completed POI-ID is shown in the completed POI position information column 2-42c. When the information shown in each column of the completed task information confirmation screen is incorrect, the user presses the change button 2-42d, and when the information shown in each column of the completed task information confirmation screen is correct Presses the end button 2-42e.

<S2−308> 完了タスク情報確認画面の情報が誤っている場合(即ち、変更ボタン2−42dが押下された場合)には(S2−308:N)、S2−309が実行される。一方、完了タスク情報確認画面の情報が正しい場合(即ち、終了ボタン2−42eが押下された場合)には(S2−308:Y)、S2−310が実行される。   <S2-308> When the information on the completed task information confirmation screen is incorrect (that is, when the change button 2-42d is pressed) (S2-308: N), S2-309 is executed. On the other hand, when the information on the completed task information confirmation screen is correct (that is, when the end button 2-42e is pressed) (S2-308: Y), S2-310 is executed.

<S2−309> ユーザは、完了POI情報確認画面を見ながら、操作部38を操作することにより、完了POI−ID欄2−42a、完了POI名称情報欄2−42b、及び完了POI位置情報欄2−42cの少なくとも1つに、正しい情報を入力する。   <S2-309> The user operates the operation unit 38 while viewing the completed POI information confirmation screen, thereby completing the completed POI-ID field 2-42a, the completed POI name information field 2-42b, and the completed POI position information field. Correct information is input to at least one of 2-42c.

例えば、ユーザは、完了POI位置情報欄2−42cに、正しい完了POIを示すPOI位置情報を入力し、終了ボタン2−42eを押下する。   For example, the user inputs POI position information indicating the correct completed POI in the completed POI position information field 2-42c, and presses the end button 2-42e.

次いで、端末情報取得部321は、変更された完了POI情報として、完了POI情報確認画面に入力された情報を取得する。   Next, the terminal information acquisition unit 321 acquires information input on the completion POI information confirmation screen as the changed completion POI information.

<S2−310> リクエスト発行部324が、S2−306若しくはS2−326で特定された完了POI、又は、S2−309で受け付けられた完了POI、に基づいて、更新リクエストを発行する。更新リクエストは、タスク内容情報と、タスク位置情報と、完了フラグと、を含む。   <S2-310> The request issuing unit 324 issues an update request based on the completed POI specified in S2-306 or S2-326 or the completed POI received in S2-309. The update request includes task content information, task position information, and a completion flag.

図16は、第2実施形態の更新リクエストのデータ構造を示す図である。図16に示すように、タスク内容情報は、タスク内容情報欄1−42aに設定された「プレゼントを買う」という情報に対応し、タスク位置情報は、完了POI位置情報欄2−42cに示された位置情報「Xa,Ya」に対応し、完了フラグは、完了フラグ欄1−42cに入力された「完了」(即ち、タスク内容情報が示す項目が完了したことを示す情報)に対応する。   FIG. 16 is a diagram illustrating a data structure of an update request according to the second embodiment. As shown in FIG. 16, the task content information corresponds to the information “buy a present” set in the task content information column 1-42a, and the task location information is shown in the completed POI location information column 2-42c. Corresponding to the position information “Xa, Ya”, the completion flag corresponds to “completion” (that is, information indicating that the item indicated by the task content information is completed) input to the completion flag column 1-42c.

S2−310が終了すると、図2に示すように、端末通信制御部320が、端末通信部36及びネットワーク50を介して、更新リクエストをサーバ10に送信する。即ち、サーバ10(特に、サーバタスク管理部126)は、端末情報取得部321により、タスクの削除に関するタスク情報が取得されたことを条件として、POIタスクリストを更新する。   When S2-310 ends, the terminal communication control unit 320 transmits an update request to the server 10 via the terminal communication unit 36 and the network 50 as illustrated in FIG. That is, the server 10 (particularly, the server task management unit 126) updates the POI task list on condition that the terminal information acquisition unit 321 has acquired task information regarding task deletion.

なお、第2実施形態では、POI情報及び行動ログが、サーバ記憶部14に記憶される例について説明したが、本発明の範囲は、これに限られるものではない。第2実施形態では、POI情報及び行動ログは、端末記憶部34に記憶されても良い。   In the second embodiment, the example in which the POI information and the action log are stored in the server storage unit 14 has been described, but the scope of the present invention is not limited to this. In the second embodiment, the POI information and the action log may be stored in the terminal storage unit 34.

特に、第2実施形態によれば、タスクの削除に関するタスク情報が取得されたことを条件として、POIタスクリストが更新される。これにより、ユーザは、完了タスクを削除するだけで、POIタスクリストを更新することができる。   In particular, according to the second embodiment, the POI task list is updated on condition that task information related to task deletion is acquired. Thus, the user can update the POI task list simply by deleting the completed task.

(第3実施形態)
第3実施形態について説明する。第3実施形態は、ユーザが既存タスクを実行したことを条件として、POIタスクリストを更新する、情報処理システムの例である。なお、上述の実施形態と同様の説明は省略する。
(Third embodiment)
A third embodiment will be described. The third embodiment is an example of an information processing system that updates a POI task list on condition that a user has executed an existing task. Note that a description similar to that of the above-described embodiment is omitted.

第3実施形態では、情報処理システム1、サーバ10及び端末装置30の構成は、第1実施形態と同様である(図1を参照)。但し、端末記憶部34には、POI情報と、行動ログと、管理データと、がさらに記憶される。   In 3rd Embodiment, the structure of the information processing system 1, the server 10, and the terminal device 30 is the same as that of 1st Embodiment (refer FIG. 1). However, the terminal storage unit 34 further stores POI information, an action log, and management data.

第3実施形態の情報処理について説明する。図17は、第3実施形態の情報処理のシーケンス図である。図17の情報処理は、端末制御部32が情報処理アプリケーションを起動したときに開始される。   Information processing according to the third embodiment will be described. FIG. 17 is a sequence diagram of information processing according to the third embodiment. The information processing in FIG. 17 is started when the terminal control unit 32 starts an information processing application.

第3実施形態の情報処理では、処理グループ(S3)を構成する複数の処理(経路探索処理(S3−12)、更新リクエスト発行処理(S3−30)、管理処理(S3−32)、及び経路案内処理(S3−34))が、並行して実行される。   In the information processing of the third embodiment, a plurality of processes (path search process (S3-12), update request issue process (S3-30), management process (S3-32), and path that constitute a process group (S3), and a path The guidance process (S3-34) is executed in parallel.

第3実施形態の処理グループ(S3)について説明する。図18は、第3実施形態の処理グループ(S3)のフローチャートである。   The processing group (S3) of the third embodiment will be described. FIG. 18 is a flowchart of the processing group (S3) of the third embodiment.

<S3−320> 端末情報取得部321が、タスク情報登録画面を介して、ユーザから、既存タスクの実行に関するタスク情報(タスク内容情報及びタスク位置情報)を取得する。   <S3-320> The terminal information acquisition unit 321 acquires task information (task content information and task position information) related to execution of an existing task from the user via the task information registration screen.

図19は、第3実施形態のタスク情報登録画面の概略図である。   FIG. 19 is a schematic diagram of a task information registration screen according to the third embodiment.

図19に示すように、ユーザは、タスク情報登録画面を見ながら、操作部38を操作することにより、タスク内容情報欄3−42aの所望のタスクの内容に対応するタスク情報を登録する。   As illustrated in FIG. 19, the user registers task information corresponding to the content of a desired task in the task content information column 3-42a by operating the operation unit 38 while viewing the task information registration screen.

例えば、ユーザが、タスク内容情報「家賃を振り込む」及びタスク位置情報(X1,Y1)を入力すると、タスク情報登録画面に実行ボタン3−42cが表示される。ユーザが、実行ボタン3−42cを押下し、終了ボタン3−42dを押下すると、タスク内容情報「家賃を振り込む」及びタスク位置情報(X1,Y1)を含むタスク情報が登録される。   For example, when the user inputs task content information “transfer rent” and task position information (X1, Y1), an execution button 3-42c is displayed on the task information registration screen. When the user presses the execution button 3-42c and presses the end button 3-42d, task information including task content information “transfer rent” and task position information (X1, Y1) is registered.

次いで、端末情報取得部321は、登録すべきタスク情報として、押下された実行ボタン3−42cに対応するタスク情報(タスク内容情報欄3−42aの情報及びタスク位置情報欄3−42bの情報)を取得する。   Next, the terminal information acquisition unit 321 performs task information corresponding to the pressed execution button 3-42c (information in the task content information column 3-42a and information in the task position information column 3-42b) as task information to be registered. To get.

S3−320が終了すると、経路案内処理(S3−34)及び管理処理(S3−36)が実行される。   When S3-320 ends, route guidance processing (S3-34) and management processing (S3-36) are executed.

<S3−360> 端末タスク管理部330が、登録すべきタスク情報に基づいて、管理データを生成する。   <S3-360> The terminal task management unit 330 generates management data based on the task information to be registered.

図20は、第3実施形態の管理データのデータ構造を示す図である。図20に示すように、タスク内容情報は、登録すべきタスク情報のタスク内容情報(即ち、図19のタスク内容情報欄3−42aの情報」に対応し、管理フラグは、経路探索及び経路案内の進捗状況を示す情報である。   FIG. 20 is a diagram illustrating a data structure of management data according to the third embodiment. As shown in FIG. 20, the task content information corresponds to the task content information of the task information to be registered (that is, information in the task content information column 3-42a in FIG. 19), and the management flag is route search and route guidance. It is the information which shows the progress status.

管理フラグは、目的地設定フラグと、探索終了フラグと、経路案内開始フラグと、経路案内終了フラグと、を含む。目的地設定フラグは、目的地が設定されたことを条件として設定されるフラグである。探索終了フラグは、経路探索が終了したことを条件として設定されるフラグである。経路案内開始フラグは、経路案内が開始したことを条件として設定されるフラグである。経路案内終了フラグは、経路案内が終了したことを条件として設定されるフラグである。   The management flag includes a destination setting flag, a search end flag, a route guidance start flag, and a route guidance end flag. The destination setting flag is a flag that is set on condition that the destination is set. The search end flag is a flag that is set on the condition that the route search has ended. The route guidance start flag is a flag that is set on condition that route guidance has started. The route guidance end flag is a flag that is set on condition that the route guidance has ended.

<S3−340> 端末制御部32が、探索条件を生成する。探索条件は、出発地及び目的地の少なくとも1つを含む。次いで、端末通信制御部320が、端末通信部36及びネットワーク50を介して、探索条件を含む探索リクエストをサーバ10に送信する。   <S3-340> The terminal control unit 32 generates a search condition. The search condition includes at least one of a departure place and a destination. Next, the terminal communication control unit 320 transmits a search request including a search condition to the server 10 via the terminal communication unit 36 and the network 50.

例えば、端末制御部32は、タスク位置情報(即ち、実行すべきタスクの位置を示す情報)に基づいて、探索条件を生成する。より具体的には、端末制御部32は、測位情報が示す位置が出発地となり、且つ、タスク位置情報が示す位置が目的地となるように、探索条件を生成する。   For example, the terminal control unit 32 generates a search condition based on task position information (that is, information indicating the position of a task to be executed). More specifically, the terminal control unit 32 generates a search condition so that the position indicated by the positioning information becomes the departure place and the position indicated by the task position information becomes the destination.

<S3−362> 端末タスク管理部330が、S3−340が終了したこと(例えば、端末情報取得部321が探索条件を取得したこと)を条件として、管理データに、目的地設定フラグを設定する。例えば、端末タスク管理部330は、図20の目的地設定フラグを「あり」に設定する。   <S3-362> The terminal task management unit 330 sets a destination setting flag in the management data on the condition that S3-340 has been completed (for example, the terminal information acquisition unit 321 has acquired the search condition). . For example, the terminal task management unit 330 sets the destination setting flag in FIG.

<S3−12> サーバ10が、経路探索処理を実行する。   <S3-12> The server 10 executes a route search process.

例えば、サーバ通信制御部120が、ネットワーク50及びサーバ通信部16を介して、探索リクエストを受信する。   For example, the server communication control unit 120 receives a search request via the network 50 and the server communication unit 16.

次いで、サーバ情報取得部121が、サーバ記憶部14から、経路ネットワーク情報及び地図情報を取得する。   Next, the server information acquisition unit 121 acquires route network information and map information from the server storage unit 14.

次いで、経路探索部124が、経路ネットワーク情報と、地図情報と、探索条件と、に基づいて、探索リクエストに含まれる探索条件に対応する経路(以下「案内経路」という)を探索する。案内経路とは、出発地条件が示す出発地から目的地条件が示す目的地までの経路である。   Next, the route search unit 124 searches for a route (hereinafter referred to as “guide route”) corresponding to the search condition included in the search request based on the route network information, the map information, and the search condition. The guide route is a route from the starting point indicated by the starting point condition to the destination indicated by the destination point condition.

次いで、サーバ通信制御部120が、サーバ通信部16及びネットワーク50を介して、案内経路を示す案内経路情報を端末装置30に送信する。   Next, the server communication control unit 120 transmits guide route information indicating the guide route to the terminal device 30 via the server communication unit 16 and the network 50.

<S3−342> 端末通信制御部320が、ネットワーク50及び端末通信部36を介して、案内経路情報を受信する。   <S3-342> The terminal communication control unit 320 receives the guide route information via the network 50 and the terminal communication unit 36.

<S3−364> 端末タスク管理部330が、S3−342が終了したこと(例えば、経路案内部328が、端末通信制御部320が案内経路情報を受信したことを示す通知を、受領したこと)を条件として、管理データに、探索終了フラグを設定する。例えば、端末タスク管理部330は、図20の探索終了フラグを「あり」に設定する。   <S3-364> The terminal task management unit 330 has completed S3-342 (for example, the route guidance unit 328 has received a notification indicating that the terminal communication control unit 320 has received the guidance route information) As a condition, a search end flag is set in the management data. For example, the terminal task management unit 330 sets the search end flag in FIG.

<S3−344> 経路案内部328が、案内経路情報に基づいて、経路案内を開始する。例えば、端末出力制御部322が、案内経路情報に基づいて、案内経路に対応する画像データ(以下「案内画像データ」という)と、案内経路に対応する音声データ(以下「案内音声データ」という)と、を生成する。案内画像データは、表示部42に表示され、案内音声データは、スピーカ(図示せず)から出力される。経路案内部328は、測位情報に基づいて、案内画像データと、案内音声データと、を制御することにより、ユーザを、目的地まで誘導する。なお、端末装置30は、サーバ10と通信を行いながら経路案内を行っても良いし、サーバ10と通信を行うことなく経路案内を行っても良い。   <S3-344> The route guidance unit 328 starts route guidance based on the guidance route information. For example, the terminal output control unit 322, based on the guide route information, image data corresponding to the guide route (hereinafter referred to as “guide image data”) and voice data corresponding to the guide route (hereinafter referred to as “guide voice data”). And generate. The guidance image data is displayed on the display unit 42, and the guidance voice data is output from a speaker (not shown). The route guidance unit 328 guides the user to the destination by controlling the guidance image data and the guidance voice data based on the positioning information. Note that the terminal device 30 may perform route guidance while communicating with the server 10 or may perform route guidance without performing communication with the server 10.

<S3−366> 端末タスク管理部330が、S3−344が開始したことを条件として、管理データに、経路案内開始フラグを設定する。例えば、端末タスク管理部330は、図20の経路案内開始フラグを「あり」に設定する。   <S3-366> The terminal task management unit 330 sets a route guidance start flag in the management data on the condition that S3-344 is started. For example, the terminal task management unit 330 sets the route guidance start flag in FIG.

<S3−346> 経路案内部328が、経路案内を終了する。例えば、ユーザが目的地に到着した場合(例えば、測位情報が示す位置と目的地が一致した場合)に、経路案内部328は、経路案内を終了する。   <S3-346> The route guidance unit 328 ends the route guidance. For example, when the user arrives at the destination (for example, when the position indicated by the positioning information matches the destination), the route guidance unit 328 ends the route guidance.

<S3−368> 端末タスク管理部330が、S3−346が終了したことを条件として、管理データに、経路案内終了フラグを設定する。例えば、端末タスク管理部330は、図20の経路案内終了フラグを「あり」に設定する。   <S3-368> The terminal task management unit 330 sets a route guidance end flag in the management data on the condition that S3-346 has ended. For example, the terminal task management unit 330 sets the route guidance end flag in FIG.

即ち、端末タスク管理部330は、管理処理(S3−32)において、端末制御部32の処理(S3−340)、経路探索部124の処理(S3−12及びS3−342)、及び経路案内部328の処理(S3−344及びS3−346)の、少なくとも1つの進捗状況を管理する。   That is, in the management process (S3-32), the terminal task management unit 330 performs the process of the terminal control unit 32 (S3-340), the process of the route search unit 124 (S3-12 and S3-342), and the route guidance unit. At least one progress status of the process 328 (S3-344 and S3-346) is managed.

<S3−322> リクエスト発行部324が、S3−320で受け付けられたタスク情報と、管理処理で設定された管理フラグと、に基づいて、更新リクエストを発行する。更新リクエストは、タスク内容情報と、タスク位置情報と、管理フラグと、を含む。   <S3-322> The request issuing unit 324 issues an update request based on the task information received in S3-320 and the management flag set in the management process. The update request includes task content information, task position information, and a management flag.

図21は、第3実施形態の更新リクエストのデータ構造を示す図である。図21に示すように、タスク内容情報は、タスク内容情報欄3−42aに入力された「プレゼントを買う」という情報に対応し、タスク位置情報は、タスク位置情報欄3−42bに入力された「X1,Y1」という情報に対応し、管理フラグは、S3−362〜S3−368において管理データに設定された情報(例えば、「目的地設定フラグ:あり」、「探索終了フラグ:あり」、「経路案内開始フラグ:あり」、及び「経路案内終了フラグ:なし」)に対応する。   FIG. 21 is a diagram illustrating a data structure of an update request according to the third embodiment. As shown in FIG. 21, the task content information corresponds to the information “buy a present” input in the task content information field 3-42a, and the task position information is input in the task position information field 3-42b. Corresponding to the information “X1, Y1”, the management flag is information set in the management data in S3-362 to S3-368 (for example, “destination setting flag: present”, “search end flag: present”, Corresponding to “route guidance start flag: present” and “route guidance end flag: absent”).

S3−322が終了すると、図17に示すように、端末通信制御部320が、端末通信部36及びネットワーク50を介して、更新リクエストをサーバ10に送信する。   When S3-322 ends, the terminal communication control unit 320 transmits an update request to the server 10 via the terminal communication unit 36 and the network 50 as illustrated in FIG.

<S3−10> 端末装置30から更新リクエストが送信されると、サーバ10が、POIタスクリスト更新処理を実行する。即ち、サーバ10(特に、サーバタスク管理部126)は、端末情報取得部321により、タスクの実行に関するタスク情報が取得されたことを条件として、POIタスクリストを更新する。   <S3-10> When an update request is transmitted from the terminal device 30, the server 10 executes POI task list update processing. That is, the server 10 (particularly, the server task management unit 126) updates the POI task list on condition that the terminal information acquisition unit 321 has acquired task information related to task execution.

第3実施形態のPOIタスクリスト更新処理について説明する。図22は、第3実施形態のPOIタスクリスト更新処理のフローチャートである。   The POI task list update process of the third embodiment will be described. FIG. 22 is a flowchart of POI task list update processing according to the third embodiment.

<S3−300> サーバタスク管理部126が、管理データに、所定数の管理フラグが設定されているか否かを判定する。所定数の管理フラグが設定されている場合には(S3−300:Y)、S3−302が実行される。所定数の管理フラグが設定されていない場合には(S3−300:N)、更新リクエスト発行処理が終了する。   <S3-300> The server task management unit 126 determines whether or not a predetermined number of management flags are set in the management data. When a predetermined number of management flags are set (S3-300: Y), S3-302 is executed. If the predetermined number of management flags has not been set (S3-300: N), the update request issuance process ends.

<S3−302> サーバタスク管理部126が、第1実施形態(図6のS1−100)と同様に、POIタスクリストを更新する。   <S3-302> The server task management unit 126 updates the POI task list in the same manner as in the first embodiment (S1-100 in FIG. 6).

即ち、サーバタスク管理部126は、POIタスクリスト更新処理(S3−10)において、端末制御部32の処理(S3−340)、経路探索部124の処理(S3−12)、及び経路案内部328の処理(S3−342〜S3−346)の、少なくとも1つの進捗状況に応じて、POIタスクリストを更新する。   That is, in the POI task list update process (S3-10), the server task management unit 126 performs the process of the terminal control unit 32 (S3-340), the process of the route search unit 124 (S3-12), and the route guide unit 328. The POI task list is updated according to at least one progress status of the process (S3-342 to S3-346).

より具体的には、サーバタスク管理部126は、探索条件が生成されたこと、経路探索部124の処理が終了したこと、経路案内部328の処理が開始したこと、及び経路案内部328の処理が終了したこと、の少なくとも1つを条件として、POIタスクリストを更新する。   More specifically, the server task management unit 126 determines that a search condition has been generated, that the process of the route search unit 124 has been completed, that the process of the route guide unit 328 has started, and that the route guide unit 328 has processed. The POI task list is updated on the condition that at least one of is completed.

なお、第3実施形態の管理フラグは、目的地設定フラグ、探索終了フラグ、経路案内開始フラグ、及び経路案内終了フラグの少なくとも1つを含んでいれば良い。   Note that the management flag of the third embodiment may include at least one of a destination setting flag, a search end flag, a route guidance start flag, and a route guidance end flag.

また、第3実施形態は、ユーザが、タスク位置情報を入力せずに、タスク内容情報「プレゼントを買う」を入力した場合にも適用可能である。この場合には、タスク情報登録画面に経路探索ボタン3−42eが表示される。ユーザが、経路探索ボタン3−42eを押下し、終了ボタン3−42dを押下すると、S3−340が実行される。S3−340において、ユーザが、目的地を探索条件として設定すると、当該目的地に対応する位置情報が、タスク位置情報として登録される。   The third embodiment is also applicable to a case where the user inputs task content information “buy a present” without inputting task position information. In this case, a route search button 3-42e is displayed on the task information registration screen. When the user presses the route search button 3-42e and presses the end button 3-42d, S3-340 is executed. In S <b> 3-340, when the user sets a destination as a search condition, position information corresponding to the destination is registered as task position information.

特に、第3実施形態によれば、タスクの実行に関するタスク情報が取得されたことを条件として、POIタスクリストが更新される。これにより、ユーザは、既存タスクを実行するだけで、POIタスクリストを更新することができる。   In particular, according to the third embodiment, the POI task list is updated on condition that task information related to task execution is acquired. Thereby, the user can update the POI task list only by executing the existing task.

(第4実施形態)
第4実施形態について説明する。第4実施形態は、複数のユーザ間で、POI情報と関連付けられたタスク情報を共有する、情報処理システムの例である。なお、上述の実施形態と同様の説明は省略する。
(Fourth embodiment)
A fourth embodiment will be described. The fourth embodiment is an example of an information processing system in which task information associated with POI information is shared among a plurality of users. Note that a description similar to that of the above-described embodiment is omitted.

第4実施形態の情報処理システム1の構成について説明する。図23は、第4実施形態の情報処理システム1の構成を示すブロック図である。   A configuration of the information processing system 1 according to the fourth embodiment will be described. FIG. 23 is a block diagram illustrating a configuration of the information processing system 1 according to the fourth embodiment.

図23に示すように、情報処理システム1は、サーバ10と、第1端末装置30Aと、第2端末装置30Bと、ネットワーク50と、を備える。サーバ10、第1端末装置30A、及び第2端末装置30Bは、ネットワーク50を介して互いに通信可能である。サーバ10の数は、1台であっても良いし、複数台であっても良い。第1端末装置30A及び第2端末装置30B以外の端末装置があっても良い(即ち、端末装置30の数は、3台以上であっても良い)。   As illustrated in FIG. 23, the information processing system 1 includes a server 10, a first terminal device 30 </ b> A, a second terminal device 30 </ b> B, and a network 50. The server 10, the first terminal device 30 </ b> A, and the second terminal device 30 </ b> B can communicate with each other via the network 50. The number of servers 10 may be one or plural. There may be terminal devices other than the first terminal device 30A and the second terminal device 30B (that is, the number of terminal devices 30 may be three or more).

第4実施形態では、サーバ10の構成は、第1実施形態〜第3実施形態の何れかと同様である。また、第1端末装置30A及び第2端末装置30Bの構成は、第1実施形態〜第3実施形態の何れかの端末装置30と同様である。但し、サーバ記憶部14には、信頼度管理情報がさらに記憶される。   In the fourth embodiment, the configuration of the server 10 is the same as that of any of the first to third embodiments. The configurations of the first terminal device 30A and the second terminal device 30B are the same as those of the terminal device 30 of any one of the first to third embodiments. However, reliability management information is further stored in the server storage unit 14.

第4実施形態の情報処理について説明する。図24は、第4実施形態の情報処理のシーケンス図である。図24の情報処理は、第1端末装置30Aの端末制御部32が情報処理アプリケーションを起動したときに開始される。   Information processing according to the fourth embodiment will be described. FIG. 24 is a sequence diagram of information processing according to the fourth embodiment. The information processing in FIG. 24 is started when the terminal control unit 32 of the first terminal device 30A activates the information processing application.

<S4−30A> 第1端末装置30Aが、第1実施形態〜第3実施形態(図2のS1−30及び図17のS3−30)の何れかと同様に、更新リクエスト発行処理を実行する。但し、S4−30Aでは、第1端末装置30Aは、更新リクエストに加えて、ユーザ識別情報(以下、「ユーザID」という)も、サーバ10に送信する。ユーザIDとは、ユーザを識別する情報である。以下、第1端末装置30AのユーザのユーザIDを「第1ユーザID」という。   <S4-30A> The first terminal device 30A executes the update request issuing process in the same manner as in any of the first to third embodiments (S1-30 in FIG. 2 and S3-30 in FIG. 17). However, in S4-30A, the first terminal device 30A transmits user identification information (hereinafter referred to as “user ID”) to the server 10 in addition to the update request. The user ID is information for identifying a user. Hereinafter, the user ID of the user of the first terminal device 30A is referred to as a “first user ID”.

<S4−10> 第1端末装置30Aから更新リクエスト及び第1ユーザIDが送信されると、サーバ10が、POIタスクリスト更新処理を実行する。   <S4-10> When the update request and the first user ID are transmitted from the first terminal device 30A, the server 10 executes POI task list update processing.

第4実施形態のPOIタスクリスト更新処理について説明する。図25は、第4実施形態のPOIタスクリスト更新処理のフローチャートである。   The POI task list update process of the fourth embodiment will be described. FIG. 25 is a flowchart of POI task list update processing according to the fourth embodiment.

<S4−100> 第1実施形態(図6のS1−100)と同様である。   <S4-100> The same as in the first embodiment (S1-100 in FIG. 6).

<S4−102> 第1端末装置30Aが、第1ユーザIDを用いて、POIタスクリストを更新する。これにより、POIタスクリストのタスク情報は、第1ユーザIDと関連付けられる。   <S4-102> The first terminal apparatus 30A updates the POI task list using the first user ID. Thereby, the task information in the POI task list is associated with the first user ID.

図26は、第4実施形態の図25のS4−102の説明図である。   FIG. 26 is an explanatory diagram of S4-102 in FIG. 25 according to the fourth embodiment.

例えば、サーバタスク管理部126は、S4−100において得られたPOIタスクリスト(図9の(B)を参照)に、S4−30Aにおいて送信された第1ユーザIDを追加する(図26を参照)。   For example, the server task management unit 126 adds the first user ID transmitted in S4-30A to the POI task list (see FIG. 9B) obtained in S4-100 (see FIG. 26). ).

即ち、サーバタスク管理部126は、POI情報と、タスク情報と、ユーザIDと、を関連付けて、POIタスクリストを更新する。   That is, the server task management unit 126 updates the POI task list by associating the POI information, the task information, and the user ID.

<S4−104> 第1端末装置30Aが、信頼度管理情報を更新する。信頼度管理情報とは、POI−ID毎のタスク情報の信頼度(正確性)を示す情報である。   <S4-104> The first terminal apparatus 30A updates the reliability management information. The reliability management information is information indicating the reliability (accuracy) of task information for each POI-ID.

図27は、第4実施形態の信頼度管理情報のデータ構造を示す図である。図27に示すように、信頼度管理情報は、タスクIDと、信頼度と、を示す。タスクIDは、POIタスクリストのタスクIDに対応する。信頼度は、タスクIDにより識別されるタスク(即ち、POI−IDと、タスク内容情報、タスク位置情報、及びユーザIDの少なくとも1つと、の組み合わせ)の信頼度を示す情報である。例えば、信頼度の値が大きいほど、タスクIDに対応するタスクの信頼性が高い(即ち、図27では、タスクID「Ta」の信頼度が最低であり、タスクID「Td」の信頼度が最高である)。   FIG. 27 is a diagram illustrating a data structure of reliability management information according to the fourth embodiment. As shown in FIG. 27, the reliability management information indicates a task ID and a reliability. The task ID corresponds to the task ID in the POI task list. The reliability is information indicating the reliability of the task identified by the task ID (that is, a combination of POI-ID and at least one of task content information, task position information, and user ID). For example, the larger the reliability value, the higher the reliability of the task corresponding to the task ID (that is, in FIG. 27, the reliability of the task ID “Ta” is the lowest and the reliability of the task ID “Td” is higher). Is the best).

例えば、サーバタスク管理部126は、S4−102で更新されたタスクIDの信頼度に、所定値を加算する。これにより、信頼度が更新される。換言すると、サーバタスク管理部126は、図24のS4−30Aで、第1端末装置30Aから送信された更新リクエストに対応するタスクの信頼度を高める。これにより、POIタスクリストの更新の頻度に応じて信頼度が高くなるように、信頼度管理情報を管理することができる。   For example, the server task management unit 126 adds a predetermined value to the reliability of the task ID updated in S4-102. Thereby, the reliability is updated. In other words, the server task management unit 126 increases the reliability of the task corresponding to the update request transmitted from the first terminal device 30A in S4-30A of FIG. Thereby, the reliability management information can be managed so that the reliability becomes higher according to the frequency of updating the POI task list.

<S4−30B> 第2端末装置30Bが、レコメンドリクエスト発行処理を実行する。   <S4-30B> The second terminal device 30B executes a recommendation request issuing process.

第4実施形態のレコメンドリクエスト発行処理について説明する。図28は、第4実施形態のレコメンドリクエスト発行処理のフローチャートである。   A recommendation request issuing process according to the fourth embodiment will be described. FIG. 28 is a flowchart of a recommendation request issue process according to the fourth embodiment.

<S4−300B> 端末情報取得部321が、タスク情報登録画面を介して、ユーザから、既存タスクの実行に関するタスク情報(タスク内容情報及びタスク位置情報の少なくとも1つ)を取得する。   <S4-300B> The terminal information acquisition unit 321 acquires task information (at least one of task content information and task position information) related to execution of an existing task from the user via the task information registration screen.

図29は、第4実施形態のタスク情報登録画面の概略図である。   FIG. 29 is a schematic diagram of a task information registration screen according to the fourth embodiment.

図29に示すように、ユーザは、タスク情報登録画面を見ながら、操作部38を操作することにより、タスク内容情報欄4−42aに、タスクの内容(例えば、「プレゼントを買う」)を入力し、タスク位置情報欄4−42bをブランクにし、終了ボタン4−42cを押下する。   As shown in FIG. 29, the user inputs the task content (for example, “buy a present”) in the task content information field 4-42a by operating the operation unit 38 while viewing the task information registration screen. Then, the task position information field 4-42b is blanked and the end button 4-42c is pressed.

次いで、端末情報取得部321は、登録すべきタスク情報として、タスク情報登録画面(タスク内容情報欄4−42a)に入力された情報を取得する。   Next, the terminal information acquisition unit 321 acquires information input to the task information registration screen (task content information field 4-42a) as task information to be registered.

<S4−302B> リクエスト発行部324が、タスク内容情報に基づいて、レコメンドリクエストを発行する。レコメンドリクエストは、S4−300Bにおいて受け付けられたタスク情報(即ち、タスク内容情報及びタスク位置情報の少なくとも1つ)を含む。   <S4-302B> The request issuing unit 324 issues a recommendation request based on the task content information. The recommendation request includes the task information received in S4-300B (that is, at least one of task content information and task position information).

図30は、第4実施形態のレコメンドリクエストのデータ構造を示す図である。図30に示すように、タスク内容情報は、タスク内容情報欄4−42aに入力された「プレゼントを買う」という情報に対応し、タスク位置情報は、タスク位置情報欄4−42bに入力されたブランク「*」という情報に対応する。   FIG. 30 is a diagram illustrating a data structure of a recommendation request according to the fourth embodiment. As shown in FIG. 30, the task content information corresponds to the information “buy a present” input in the task content information field 4-42a, and the task position information is input in the task position information field 4-42b. Corresponds to information of blank “*”.

S4−302Bが終了すると、図24に示すように、第2端末装置30Bの端末通信制御部320が、第2端末装置30Bの端末通信部36及びネットワーク50を介して、レコメンドリクエストをサーバ10に送信する。但し、S4−30Bでは、第2端末装置30Bは、レコメンドリクエストに加えて、ユーザIDも、サーバ10に送信する。以下、第2端末装置30BのユーザのユーザIDを「第2ユーザID」という。   When S4-302B ends, as shown in FIG. 24, the terminal communication control unit 320 of the second terminal device 30B sends a recommendation request to the server 10 via the terminal communication unit 36 and the network 50 of the second terminal device 30B. Send. However, in S4-30B, the second terminal apparatus 30B transmits the user ID to the server 10 in addition to the recommendation request. Hereinafter, the user ID of the user of the second terminal device 30B is referred to as a “second user ID”.

<S4−12> 第2端末装置30Bから、レコメンドリクエスト及び第2ユーザIDが送信されると、サーバ10が、レコメンドタスク情報を生成する。   <S4-12> When the recommendation request and the second user ID are transmitted from the second terminal device 30B, the server 10 generates recommendation task information.

図31は、第4実施形態の図24のS4−12の説明図である。   FIG. 31 is an explanatory diagram of S4-12 of FIG. 24 of the fourth embodiment.

例えば、サーバ情報取得部121は、サーバ記憶部14から、S4−102において更新されたPOIタスクリスト(即ち、POI情報及びユーザIDと関連付けられたPOIタスクリスト)を取得する。   For example, the server information acquisition unit 121 acquires from the server storage unit 14 the POI task list updated in S4-102 (that is, the POI task list associated with the POI information and the user ID).

次いで、レコメンド処理部128は、POIタスクリストから、タスク内容情報「プレゼントを買う」を検索キーとして用いて、当該検索キーに該当するタスク情報を検索する。この場合には、図26のPOIタスクリストのタスク内容情報に「プレゼントを買う」が含まれる、タスクID「Ta」及び「Tc」に対応するレコメンドタスク情報(図31を参照)が生成される。   Next, the recommendation processing unit 128 searches the POI task list for task information corresponding to the search key using the task content information “buy a present” as a search key. In this case, recommended task information (see FIG. 31) corresponding to task IDs “Ta” and “Tc” in which “buy a present” is included in the task content information of the POI task list of FIG. 26 is generated. .

S4−12が終了すると、図24に示すように、端末通信制御部320が、端末通信部36及びネットワーク50を介して、レコメンドタスク情報を第2端末装置30B(即ち、レコメンドリクエストの送信元)に送信する。   When S4-12 ends, as shown in FIG. 24, the terminal communication control unit 320 sends the recommendation task information to the second terminal device 30B (that is, the transmission source of the recommendation request) via the terminal communication unit 36 and the network 50. Send to.

<S4−32B> 第2端末装置30Bが、タスク選択処理を実行する。   <S4-32B> The second terminal device 30B executes a task selection process.

第4実施形態のタスク選択処理について説明する。図32は、第4実施形態のタスク選択処理のフローチャートである。   A task selection process according to the fourth embodiment will be described. FIG. 32 is a flowchart of task selection processing according to the fourth embodiment.

<S4−320B> 第2端末装置30Bが、レコメンドタスク情報を出力する。   <S4-320B> The second terminal device 30B outputs the recommended task information.

例えば、端末通信制御部320が、ネットワーク50及び端末通信部36を介して、レコメンドタスク情報を受信する。次いで、端末出力制御部322が、レコメンドタスク情報に基づいて、タスク選択画像データを生成する。タスク選択画像データは、表示部42に、タスク選択画面として表示される。   For example, the terminal communication control unit 320 receives recommendation task information via the network 50 and the terminal communication unit 36. Next, the terminal output control unit 322 generates task selection image data based on the recommendation task information. The task selection image data is displayed on the display unit 42 as a task selection screen.

<S4−322B> 操作部38が、タスク選択画面を介して、ユーザから、タスク情報の選択を受け付ける。   <S4-322B> The operation unit 38 receives selection of task information from the user via the task selection screen.

図33は、第4実施形態の図24のS4−322Bの説明図である。   FIG. 33 is an explanatory diagram of S4-322B of FIG. 24 of the fourth embodiment.

図33に示すように、ユーザは、タスク選択画面を見ながら、操作部38を操作することにより、所望のタスクIDの選択ボタン4−42hを押下し、終了ボタン4−42iを押下する。なお、タスク内容情報欄4−42dの情報は、S4−300Bにおいて受け付けられたタスク内容情報に対応し、タスクID欄4−42e、POI名称情報欄4−42f、及びレコメンドユーザID欄4−42gの情報は、サーバ10から送信されたレコメンドタスク情報に対応する。   As shown in FIG. 33, the user operates the operation unit 38 while viewing the task selection screen, thereby pressing the selection button 4-42h for a desired task ID and pressing the end button 4-42i. The information in the task content information column 4-42d corresponds to the task content information received in S4-300B, and includes a task ID column 4-42e, a POI name information column 4-42f, and a recommended user ID column 4-42g. This information corresponds to the recommended task information transmitted from the server 10.

<S4−324B> 端末制御部32が、選択タスク情報を生成する。   <S4-324B> The terminal control unit 32 generates selection task information.

図34は、第4実施形態の選択タスク情報のデータ構造を示す図である。図34に示すように、選択タスク情報は、選択されたタスクIDと、レコメンドユーザID(即ち、当該タスクIDに対応するユーザID)と、選択ユーザID(即ち、選択したユーザのユーザID)と、を含む。例えば、S4−322Bにおいて、図33に示すように、タスクID「Ta」が選択された場合には、選択タスク情報は、S4−324Bでは、図34に示すように、タスクID「Ta」と、当該タスクID「Ta」に対応するレコメンドユーザID「001」と、選択ユーザID(即ち、第2ユーザID)「002」と、を含む。   FIG. 34 is a diagram illustrating a data structure of selected task information according to the fourth embodiment. As shown in FIG. 34, the selected task information includes a selected task ID, a recommended user ID (that is, a user ID corresponding to the task ID), and a selected user ID (that is, a user ID of the selected user). ,including. For example, when the task ID “Ta” is selected in S4-322B as shown in FIG. 33, the selected task information is the task ID “Ta” in S4-324B as shown in FIG. , A recommended user ID “001” corresponding to the task ID “Ta” and a selected user ID (that is, a second user ID) “002”.

S4−324Bが終了すると、図24に示すように、端末通信制御部320が、端末通信部36及びネットワーク50を介して、選択タスク情報をサーバ10に送信する。   When S4-324B ends, the terminal communication control unit 320 transmits the selected task information to the server 10 via the terminal communication unit 36 and the network 50 as illustrated in FIG.

<S4−14> 第2端末装置30Bから、選択タスク情報が送信されると、サーバ10が、選択通知を生成する。選択通知とは、第1ユーザ(例えば、第1端末装置30Aのユーザ(ユーザID「001」に対応するユーザ))に対して、第2ユーザ(例えば、第2端末装置30Bのユーザ(ユーザID「002」に対応するユーザ)が、第1ユーザが登録したタスクを選択したことを、通知する情報である。   <S4-14> When the selected task information is transmitted from the second terminal device 30B, the server 10 generates a selection notification. The selection notification refers to the first user (for example, the user of the first terminal device 30A (the user corresponding to the user ID “001”)) and the second user (for example, the user of the second terminal device 30B (user ID). This is information for notifying that the user corresponding to “002” has selected the task registered by the first user.

図35は、第4実施形態の図24のS4−14の説明図である。   FIG. 35 is an explanatory diagram of S4-14 of FIG. 24 of the fourth embodiment.

例えば、サーバ通信制御部120は、ネットワーク50及びサーバ通信部16を介して、選択タスク情報を受信する。次いで、レコメンド処理部128は、選択タスク情報のタスクID及び選択ユーザIDを含む、選択通知を生成する(図35の(A)を参照)。次いで、サーバ通信制御部120は、サーバ通信部16及びネットワーク50を介して、選択通知を第1端末装置30A(即ち、タスクID「Ta」に対応するユーザ)に送信する。第1端末装置30Aは、選択通知をサーバ10から受信する。その結果、選択通知に対応する選択通知画面が、表示部42に表示される(図35の(B)を参照)。   For example, the server communication control unit 120 receives the selected task information via the network 50 and the server communication unit 16. Next, the recommendation processing unit 128 generates a selection notification including the task ID and the selected user ID of the selected task information (see (A) of FIG. 35). Next, the server communication control unit 120 transmits a selection notification to the first terminal device 30 </ b> A (that is, the user corresponding to the task ID “Ta”) via the server communication unit 16 and the network 50. The first terminal device 30 </ b> A receives the selection notification from the server 10. As a result, a selection notification screen corresponding to the selection notification is displayed on the display unit 42 (see FIG. 35B).

特に、第4実施形態によれば、POI情報と、タスク情報と、ユーザIDと、を関連付けて、POIタスクリストが更新される。これにより、複数のユーザ間で、POI情報と関連付けられたタスク情報を共有することができる。   In particular, according to the fourth embodiment, the POI task list is updated by associating POI information, task information, and a user ID. Thus, task information associated with POI information can be shared among a plurality of users.

なお、第4実施形態では、S4−302Bにおいて、タスク位置情報に基づいて、レコメンドリクエストを発行しても良い。   In the fourth embodiment, a recommendation request may be issued based on the task position information in S4-302B.

また、第4実施形態では、レコメンドタスク情報に、信頼度を含めても良い。   In the fourth embodiment, the reliability may be included in the recommendation task information.

また、第4実施形態では、選択通知を、第1ユーザID及び第2ユーザIDとは異なる第3ユーザIDに対応するユーザ(即ち、タスク情報を登録していない、且つ、選択していない、ユーザ)に送信しても良い。例えば、選択通知を、SNS(Social Networking Service)上で、公開しても良い。   In the fourth embodiment, the selection notification is made for a user corresponding to a third user ID different from the first user ID and the second user ID (that is, task information is not registered and not selected, To the user). For example, the selection notification may be disclosed on SNS (Social Networking Service).

また、第4実施形態では、サーバタスク管理部126は、S4−102で更新されたタスクIDの信頼度に、当該タスクIDに対応するタスク情報を登録したユーザのユーザID(即ち、第1ユーザID)と、レコメンドリクエストと共にサーバ10に送信されるユーザID(即ち、第2ユーザID)と、の関係に応じた値を加算しても良い。例えば、この関係は、第1ユーザIDに対応するユーザと第2ユーザIDに対応するユーザとの間で送受信されたメッセージの数、第2ユーザIDに対応するアドレス帳に登録されたアドレス情報の中に第1ユーザIDに対応するユーザの情報が登録されているか否か、及びユーザ間の関係を示す指標(例えば、家族、恋人、親しい友達、通常の友達、お気に入り、及びフォローユーザ)等によって決まる。この場合には、第1ユーザID「001」が登録したタスク情報がレコメンドタスク情報として抽出される場合において、レコメンドリクエストと共に第2ユーザID「002」が送信される場合と第2ユーザID「003」が送信される場合と、で、信頼度が変わる。これにより、タスク情報を登録したユーザとレコメンドタスクを要求するユーザとの関係に応じて信頼度を変えることができる。   In the fourth embodiment, the server task management unit 126 uses the user ID of the user who registered the task information corresponding to the task ID as the reliability of the task ID updated in S4-102 (that is, the first user). ID) and a value corresponding to the relationship between the user ID transmitted to the server 10 together with the recommendation request (that is, the second user ID) may be added. For example, this relationship is based on the number of messages transmitted and received between the user corresponding to the first user ID and the user corresponding to the second user ID, and the address information registered in the address book corresponding to the second user ID. Depending on whether or not the information of the user corresponding to the first user ID is registered, and an index (for example, family, lover, close friend, normal friend, favorite, and follow user) indicating the relationship between users Determined. In this case, when the task information registered by the first user ID “001” is extracted as recommended task information, the second user ID “003” is transmitted when the second user ID “002” is transmitted together with the recommendation request. The reliability changes depending on whether or not “” is transmitted. Thereby, the reliability can be changed according to the relationship between the user who registered the task information and the user who requests the recommendation task.

なお、上述の実施形態では、タスク情報登録画面において、定型文又は自由分でタスク内容情報の登録を受け付けても良いし、タスクIDの登録をさらに受け付けても良い。   In the above-described embodiment, on the task information registration screen, registration of task content information may be received in a fixed sentence or as a free part, or registration of a task ID may be further received.

また、上述の実施形態では、端末情報取得部321が、タスク情報登録画面を介してタスク情報を取得する例について説明したが、本発明の範囲はこれに限られるものではない。本発明は、端末情報取得部321が、タスク情報登録画面以外の手段(例えば、予めタスク情報が登録されたスケジュール管理アプリケーション)を介して、タスク情報を取得する場合にも適用可能である。この場合には、端末情報取得部321は、スケジュール管理アプリケーションで管理されているタスクIDを取得しても良い。   Moreover, although the terminal information acquisition part 321 demonstrated the example which acquires task information via a task information registration screen in the above-mentioned embodiment, the scope of the present invention is not limited to this. The present invention is also applicable when the terminal information acquisition unit 321 acquires task information via means other than the task information registration screen (for example, a schedule management application in which task information is registered in advance). In this case, the terminal information acquisition unit 321 may acquire a task ID managed by the schedule management application.

また、第4実施形態では、タスク選択画面に表示される複数のレコメンドタスク情報を、所定の基準(例えば、測位情報からの距離及びレコメンドユーザIDに関連付けられた信頼度の少なくとも1つ)に基づいて、並べ替えても良い。   In the fourth embodiment, the plurality of recommended task information displayed on the task selection screen is based on a predetermined standard (for example, at least one of the distance from the positioning information and the reliability associated with the recommended user ID). It may be rearranged.

本実施形態に係る情報処理システム1の少なくとも一部は、ハードウェアで構成しても良いし、ソフトウェアで構成しても良い。ソフトウェアで構成する場合には、情報処理システム1の少なくとも一部の機能を実現するプログラムをフレキシブルディスクやCD−ROM等の記録媒体に収納し、コンピュータに読み込ませて実行させても良い。記録媒体は、磁気ディスクや光ディスク等の着脱可能なものに限定されず、ハードディスク装置やメモリなどの固定型の記録媒体でも良い。   At least a part of the information processing system 1 according to the present embodiment may be configured by hardware or software. When configured by software, a program for realizing at least a part of the functions of the information processing system 1 may be stored in a recording medium such as a flexible disk or a CD-ROM, and read and executed by a computer. The recording medium is not limited to a removable medium such as a magnetic disk or an optical disk, but may be a fixed recording medium such as a hard disk device or a memory.

また、本実施形態に係る情報処理システム1の少なくとも一部の機能を実現するプログラムを、インターネット等の通信回線(無線通信も含む)を介して頒布しても良い。さらに、同プログラムを暗号化したり、変調をかけたり、圧縮した状態で、インターネット等の有線回線や無線回線を介して、あるいは記録媒体に収納して頒布しても良い。   Further, a program that realizes at least a part of the functions of the information processing system 1 according to the present embodiment may be distributed via a communication line (including wireless communication) such as the Internet. Further, the program may be distributed in a state where the program is encrypted, modulated or compressed, and stored in a recording medium via a wired line such as the Internet or a wireless line.

なお、本発明は、上述した実施形態に限定されるものではなく、その要旨を逸脱しない範囲で構成要素を変形して具体化される。また、上述した実施形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明が形成可能である。例えば、上述した実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。さらに、異なる実施形態にわたる構成要素を適宜組み合わせてもよい。   In addition, this invention is not limited to embodiment mentioned above, It deform | transforms and implements a component in the range which does not deviate from the summary. Various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the above-described embodiments. For example, you may delete a some component from all the components shown by embodiment mentioned above. Furthermore, constituent elements over different embodiments may be appropriately combined.

1 情報処理システム
10 サーバ
12 サーバ制御部
120 サーバ通信制御部
121 サーバ情報取得部
122 サーバ出力制御部
124 経路探索部
126 サーバタスク管理部
128 レコメンド処理部
14 サーバ記憶部
16 サーバ通信部
30 端末装置
30A 第1端末装置
30B 第2端末装置
32 端末制御部
320 端末通信制御部
321 端末情報取得部
322 端末出力制御部
324 リクエスト発行部
326 完了POI特定部
328 経路案内部
330 端末タスク管理部
34 端末記憶部
36 端末通信部
38 操作部
40 測位部
42 表示部
DESCRIPTION OF SYMBOLS 1 Information processing system 10 Server 12 Server control part 120 Server communication control part 121 Server information acquisition part 122 Server output control part 124 Route search part 126 Server task management part 128 Recommendation processing part
DESCRIPTION OF SYMBOLS 14 Server memory | storage part 16 Server communication part 30 Terminal device 30A 1st terminal device 30B 2nd terminal device 32 Terminal control part 320 Terminal communication control part 321 Terminal information acquisition part 322 Terminal output control part 324 Request issue part 326 Completion POI specification part 328 Route guidance unit 330 Terminal task management unit 34 Terminal storage unit 36 Terminal communication unit 38 Operation unit 40 Positioning unit 42 Display unit

Claims (25)

POI(Point Of Interest)情報と、実行されるべきタスクに関するタスク情報と、複数のタスク情報を含むPOIタスクリストと、を取得する情報取得手段と、
前記POI情報と前記タスク情報を関連付けて、前記POIタスクリストを更新する、タスク管理手段と、を備えることを特徴とする情報処理システム。
Information acquisition means for acquiring POI (Point Of Interest) information, task information relating to a task to be executed, and a POI task list including a plurality of task information;
An information processing system comprising: a task management unit that associates the POI information with the task information and updates the POI task list.
前記タスク情報に関するユーザ指示を、ユーザから受け付ける操作手段をさらに備え、
前記情報取得手段は、前記操作手段によって受け付けられた指示に基づいて、前記タスク情報を取得し、
前記タスク管理手段は、前記情報取得手段により前記タスク情報が取得されたことを条件として、前記POIタスクリストを更新する、請求項1に記載の情報処理システム。
An operation means for receiving a user instruction related to the task information from the user;
The information acquisition means acquires the task information based on an instruction received by the operation means,
The information processing system according to claim 1, wherein the task management unit updates the POI task list on condition that the task information is acquired by the information acquisition unit.
前記タスク管理手段は、前記情報取得手段により前記タスクの登録に関するタスク情報が取得されたことを条件として、前記POIタスクリストを更新する、請求項1又は2に記載の情報処理システム。   The information processing system according to claim 1, wherein the task management unit updates the POI task list on condition that task information related to registration of the task is acquired by the information acquisition unit. 前記タスク管理手段は、前記情報取得手段により前記タスクの削除に関するタスク情報が取得されたことを条件として、前記POIタスクリストを更新する、請求項1乃至3の何れかに記載の情報処理システム。   4. The information processing system according to claim 1, wherein the task management unit updates the POI task list on condition that task information related to deletion of the task is acquired by the information acquisition unit. 5. 前記タスクが完了した位置に対応する完了POIを特定する完了POI特定手段をさらに備え、
前記タスク管理手段は、前記完了POIのPOI情報と前記タスク情報を関連付けて、前記POIタスクリストを更新する、請求項4に記載の情報処理システム。
A completion POI specifying means for specifying a completion POI corresponding to a position where the task is completed;
The information processing system according to claim 4, wherein the task management unit updates the POI task list by associating the POI information of the completed POI with the task information.
測位情報を取得する測位手段をさらに備え、
前記完了POI特定手段は、前記測位情報に基づいて、前記完了POIを特定する、請求項5に記載の情報処理システム。
It further comprises positioning means for acquiring positioning information,
The information processing system according to claim 5, wherein the completion POI specifying unit specifies the completion POI based on the positioning information.
前記情報取得手段は、移動履歴を示す行動ログをさらに取得し、
前記完了POI特定手段は、前記行動ログから完了位置情報を抽出し、前記完了位置情報に基づいて、前記完了POIを特定する、請求項5又は6に記載の情報処理システム。
The information acquisition means further acquires an action log indicating a movement history,
The information processing system according to claim 5, wherein the completion POI specifying unit extracts completion position information from the action log and specifies the completion POI based on the completion position information.
前記タスク管理手段は、前記情報取得手段により、前記タスクの実行に関するタスク情報が取得されたことを条件として、前記POIタスクリストを更新する、請求項1乃至7の何れかに記載の情報処理システム。   The information processing system according to any one of claims 1 to 7, wherein the task management unit updates the POI task list on condition that task information relating to execution of the task is acquired by the information acquisition unit. . 前記タスク情報は、前記タスクの位置を示すタスク位置情報を含み、
前記タスク位置情報に基づいて、探索条件を生成する制御手段と、
前記探索条件に基づいて、案内経路を探索する経路探索手段と、
前記案内経路に基づいて、経路案内を実行する経路案内手段と、をさらに備える、請求項8に記載の情報処理システム。
The task information includes task position information indicating a position of the task,
Control means for generating a search condition based on the task position information;
Route search means for searching for a guide route based on the search conditions;
The information processing system according to claim 8, further comprising route guidance means for performing route guidance based on the guidance route.
前記POI情報は、POIの位置を示すPOI位置情報を含み、
前記制御手段は、前記タスク情報に関連付けられたPOI情報に含まれるPOI位置情報が示す位置が目的地となるように、前記探索条件を生成する、請求項9に記載の情報処理システム。
The POI information includes POI position information indicating the position of the POI,
The information processing system according to claim 9, wherein the control unit generates the search condition such that a position indicated by POI position information included in the POI information associated with the task information is a destination.
前記制御手段の処理、前記経路探索手段の処理、及び前記経路案内手段の処理の少なくとも1つの進捗状況を管理する管理手段をさらに備え、
前記POIタスクリスト更新手段は、前記進捗状況に応じて、前記POIタスクリストを更新する、請求項9又は10に記載の情報処理システム。
Management means for managing at least one progress status of the processing of the control means, the processing of the route search means, and the processing of the route guidance means,
The information processing system according to claim 9 or 10, wherein the POI task list update unit updates the POI task list according to the progress status.
前記POIタスクリスト更新手段は、前記探索条件が生成されたこと、前記経路探索手段の処理が終了したこと、前記経路案内手段の処理が開始したこと、及び前記経路案内手段の処理が終了したこと、の少なくとも1つを条件として、前記POIタスクリストを更新する、請求項11に記載の情報処理システム。   The POI task list update means indicates that the search condition has been generated, that the process of the route search means has been completed, that the process of the route guide means has started, and that the process of the route guide means has been completed. The information processing system according to claim 11, wherein the POI task list is updated on the condition of at least one of the following. 前記タスク管理手段は、前記POI情報と、前記タスク情報と、ユーザ識別情報と、を関連付けて、前記POIタスクリストを更新する、請求項1乃至12の何れかに記載の情報処理システム。   The information processing system according to claim 1, wherein the task management unit updates the POI task list by associating the POI information, the task information, and user identification information. 前記情報取得手段は、前記タスク情報の信頼度を示す信頼度管理情報をさらに取得し、
前記タスク管理手段は、前記POIタスクリストを更新したことを条件として、前記信頼度管理情報も更新する、請求項13に記載の情報処理システム。
The information acquisition means further acquires reliability management information indicating the reliability of the task information,
The information processing system according to claim 13, wherein the task management unit also updates the reliability management information on condition that the POI task list is updated.
前記タスク管理手段は、前記POIタスクリストの更新の頻度に応じて前記信頼度が高くなるように、前記信頼度管理情報を管理する、請求項14に記載の情報処理システム。   The information processing system according to claim 14, wherein the task management unit manages the reliability management information so that the reliability increases according to the frequency of updating the POI task list. サーバと、前記サーバに接続された第1端末装置と、前記サーバ及び前記第1端末装置に接続された第2端末装置と、をさらに備え、
前記第1端末装置は、前記タスク情報を受け付け、
前記第2端末装置は、前記タスクの内容を示すタスク内容情報を受け付け、
前記サーバは、
前記情報取得手段と、
前記タスク管理手段と、
前記POIタスクリストから、前記第2端末装置により受け付けられた前記タスク内容情報に関連付けられたレコメンドタスク情報を検索するレコメンド処理手段と、
前記レコメンドタスク情報を前記第2端末装置に送信する通信制御手段と、
を備えることを特徴とする、請求項1乃至15の何れかに記載の情報処理システム。
A server, a first terminal device connected to the server, and a second terminal device connected to the server and the first terminal device,
The first terminal device receives the task information,
The second terminal device accepts task content information indicating the content of the task,
The server
The information acquisition means;
The task management means;
Recommendation processing means for searching for recommended task information associated with the task content information received by the second terminal device from the POI task list;
Communication control means for transmitting the recommended task information to the second terminal device;
The information processing system according to claim 1, further comprising:
前記第1端末装置は、第1ユーザ識別情報をさらに受け付け、
前記タスク管理手段は、前記POI情報と、前記タスク情報と、前記第1ユーザ識別情報と、を関連付けて、前記POIタスクリストを更新し、
前記通信制御手段は、前記第1ユーザ識別情報を含む前記レコメンドタスク情報を、前記第2端末装置に送信する、請求項16に記載の情報処理システム。
The first terminal device further receives first user identification information,
The task management means updates the POI task list by associating the POI information, the task information, and the first user identification information,
The information processing system according to claim 16, wherein the communication control unit transmits the recommended task information including the first user identification information to the second terminal device.
前記第2端末装置は、前記第2ユーザ識別情報と、前記レコメンドタスク情報の選択と、をさらに受け付け、
前記レコメンド処理手段は、前記第2ユーザ識別情報が識別するユーザによって前記レコメンドタスク情報が選択されたことを示す、選択通知を生成し、
前記通信制御手段は、前記選択通知を前記第1端末装置に送信する、請求項17に記載の情報処理システム。
The second terminal device further accepts the second user identification information and the selection of the recommendation task information,
The recommendation processing means generates a selection notification indicating that the recommendation task information is selected by a user identified by the second user identification information,
The information processing system according to claim 17, wherein the communication control means transmits the selection notification to the first terminal device.
前記情報取得手段は、前記タスク情報の信頼度を示す信頼度管理情報をさらに取得し、
前記タスク管理手段は、前記POIタスクリストを更新したことを条件として、前記信頼度管理情報も更新し、
前記通信制御手段は、前記信頼度管理情報を含む前記レコメンドタスク情報を、前記第2端末装置に送信する、請求項16乃至18の何れかに記載の情報処理システム。
The information acquisition means further acquires reliability management information indicating the reliability of the task information,
The task management means also updates the reliability management information on condition that the POI task list has been updated,
The information processing system according to claim 16, wherein the communication control unit transmits the recommended task information including the reliability management information to the second terminal device.
POI(Point Of Interest)情報と、実行されるべきタスクに関するタスク情報と、複数のタスク情報を含むPOIタスクリストと、を取得する情報取得手段と、
前記POI情報と前記タスク情報を関連付けて、前記POIタスクリストを更新する、タスク管理手段と、を備えることを特徴とする情報処理装置。
Information acquisition means for acquiring POI (Point Of Interest) information, task information relating to a task to be executed, and a POI task list including a plurality of task information;
An information processing apparatus comprising: task management means for associating the POI information with the task information and updating the POI task list.
POI(Point Of Interest)情報と、実行されるべきタスクに関するタスク情報と、複数のタスク情報を含むPOIタスクリストと、を取得する情報取得手段と、
前記POI情報と前記タスク情報を関連付けて、前記POIタスクリストを更新する、タスク管理手段と、を備えることを特徴とするサーバ。
Information acquisition means for acquiring POI (Point Of Interest) information, task information relating to a task to be executed, and a POI task list including a plurality of task information;
A server comprising: task management means for associating the POI information with the task information and updating the POI task list.
実行されるべきタスクに関するタスク情報を取得する情報取得手段と、
POI(Point Of Interest)情報と前記タスク情報とが関連付けられることにより更新された、POIタスクリストを受信する通信制御手段と、を備えることを特徴とする端末装置。
Information acquisition means for acquiring task information relating to a task to be executed;
A terminal device comprising: communication control means for receiving a POI task list updated by associating POI (Point Of Interest) information with the task information.
POI(Point Of Interest)情報と、実行されるべきタスクに関するタスク情報と、複数のタスク情報を含むPOIタスクリストと、を取得し、
前記POI情報と前記タスク情報を関連付けて、前記POIタスクリストを更新することを特徴とする、コンピュータを用いた情報処理方法。
POI (Point Of Interest) information, task information related to a task to be executed, and a POI task list including a plurality of task information,
An information processing method using a computer, wherein the POI task list is associated with the POI information and the POI task list is updated.
POI(Point Of Interest)情報と、実行されるべきタスクに関するタスク情報と、複数のタスク情報を含むPOIタスクリストと、を取得し、
前記POI情報と前記タスク情報を関連付けて、前記POIタスクリストを更新するステップをコンピュータに実行させるプログラム。
POI (Point Of Interest) information, task information related to a task to be executed, and a POI task list including a plurality of task information,
A program for causing a computer to execute a step of updating the POI task list by associating the POI information with the task information.
POI(Point Of Interest)情報と、実行されるべきタスクに関するタスク情報と、を関連付けることにより更新されたPOIタスクリストであって、複数のタスク情報を含むPOIタスクリストを記憶することを特徴とするデータベース。   A POI task list updated by associating POI (Point Of Interest) information with task information relating to a task to be executed, and storing a POI task list including a plurality of task information Database.
JP2012135079A 2012-06-14 2012-06-14 Information processing system, information processing device, server, terminal device, information processing method, program, and database Active JP6088159B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012135079A JP6088159B2 (en) 2012-06-14 2012-06-14 Information processing system, information processing device, server, terminal device, information processing method, program, and database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012135079A JP6088159B2 (en) 2012-06-14 2012-06-14 Information processing system, information processing device, server, terminal device, information processing method, program, and database

Publications (2)

Publication Number Publication Date
JP2013257292A true JP2013257292A (en) 2013-12-26
JP6088159B2 JP6088159B2 (en) 2017-03-01

Family

ID=49953835

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012135079A Active JP6088159B2 (en) 2012-06-14 2012-06-14 Information processing system, information processing device, server, terminal device, information processing method, program, and database

Country Status (1)

Country Link
JP (1) JP6088159B2 (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10122876A (en) * 1996-10-17 1998-05-15 Sumitomo Electric Ind Ltd Navigator
JP2006318373A (en) * 2005-05-16 2006-11-24 Ntt Docomo Inc Task selection support server and task selection support method
JP2007183249A (en) * 2005-12-05 2007-07-19 Matsushita Electric Ind Co Ltd Spot information searching device and method
JP2007264740A (en) * 2006-03-27 2007-10-11 Ntt Docomo Inc Information distribution server, mobile communication terminal, information distribution system, and information distribution method
JP2007328469A (en) * 2006-06-06 2007-12-20 Navitime Japan Co Ltd Map information providing system, map information providing server, terminal device and map information providing method
JP2008037560A (en) * 2006-08-04 2008-02-21 Toshiba Tec Corp Article delivery information recording system
JP2009169843A (en) * 2008-01-18 2009-07-30 Ntt Docomo Inc Information delivery server, information delivery system and information delivery method
JP2009533693A (en) * 2006-06-27 2009-09-17 トムトム インターナショナル ベスローテン フエンノートシャップ Computer system and method for providing notification to a user to complete a task list task
WO2011152420A1 (en) * 2010-05-31 2011-12-08 楽天株式会社 Information providing apparatus, information providing method, information providing program, and computer-readable recording medium having information providing program recorded therein
JP2012020880A (en) * 2010-06-18 2012-02-02 Sg Holdings Co Ltd Map information display apparatus and destination guiding system

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10122876A (en) * 1996-10-17 1998-05-15 Sumitomo Electric Ind Ltd Navigator
JP2006318373A (en) * 2005-05-16 2006-11-24 Ntt Docomo Inc Task selection support server and task selection support method
JP2007183249A (en) * 2005-12-05 2007-07-19 Matsushita Electric Ind Co Ltd Spot information searching device and method
JP2007264740A (en) * 2006-03-27 2007-10-11 Ntt Docomo Inc Information distribution server, mobile communication terminal, information distribution system, and information distribution method
JP2007328469A (en) * 2006-06-06 2007-12-20 Navitime Japan Co Ltd Map information providing system, map information providing server, terminal device and map information providing method
JP2009533693A (en) * 2006-06-27 2009-09-17 トムトム インターナショナル ベスローテン フエンノートシャップ Computer system and method for providing notification to a user to complete a task list task
JP2008037560A (en) * 2006-08-04 2008-02-21 Toshiba Tec Corp Article delivery information recording system
JP2009169843A (en) * 2008-01-18 2009-07-30 Ntt Docomo Inc Information delivery server, information delivery system and information delivery method
WO2011152420A1 (en) * 2010-05-31 2011-12-08 楽天株式会社 Information providing apparatus, information providing method, information providing program, and computer-readable recording medium having information providing program recorded therein
JP2012020880A (en) * 2010-06-18 2012-02-02 Sg Holdings Co Ltd Map information display apparatus and destination guiding system

Also Published As

Publication number Publication date
JP6088159B2 (en) 2017-03-01

Similar Documents

Publication Publication Date Title
JP6059208B2 (en) Social information management method and system adapted thereto
JP5984685B2 (en) Display system, server, terminal device, display method and program
US9014969B2 (en) Guidance system, server, terminal device, and guidance method
JP2017054507A (en) Information providing system and method for providing positional information by using image on communication session
JP2014161352A (en) Ranking list display method in game system, game system, and program for ranking list display method
JP2008217161A (en) Scenario creation support system, device, and method
JP2012008707A (en) Linkage management device, service linkage support system and service linkage support method
US20210285786A1 (en) Information processing apparatus, non-transitory storage medium, and system
US20170154299A1 (en) Task management method, terminal, and non-transitory computer-readable information recording medium
JP2017182136A (en) Application management system, application management method, and application management program
KR101756835B1 (en) Method for managing contact information, user device and storage medium thereof
JP2014102759A (en) Information processing system, information processing device, server, terminal device, information processing method, and program
JP6088159B2 (en) Information processing system, information processing device, server, terminal device, information processing method, program, and database
JP5977586B2 (en) Information processing system, information processing apparatus, information processing method, and program
JP6370342B2 (en) Electronic device, display method, and program
JP2012043264A (en) Comment evaluation device, comment evaluation method and program
US20130325956A1 (en) Information-processing system, information-processing apparatus, information-processing method, and program
JP6598179B1 (en) Information processing program, information processing apparatus, and information processing method
JP6644945B1 (en) Information providing system, information providing method, and information providing program
US20170134449A1 (en) Shared experience information construction system
JP2013122622A (en) Information system and program
JP5190324B2 (en) Personal information disclosure support device
JP2006039930A (en) Information providing system, information providing method, and provider server
JP2019128171A (en) Information processing device, information processing method, and program
JP2014081775A (en) Portable device, communication system, and screen processing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150526

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160205

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160210

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160401

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160513

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20160712

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160725

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160823

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20161024

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20161124

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170203

R150 Certificate of patent or registration of utility model

Ref document number: 6088159

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

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250