WO2022085195A1 - Information processing device, information processing method, and application program - Google Patents

Information processing device, information processing method, and application program Download PDF

Info

Publication number
WO2022085195A1
WO2022085195A1 PCT/JP2020/039973 JP2020039973W WO2022085195A1 WO 2022085195 A1 WO2022085195 A1 WO 2022085195A1 JP 2020039973 W JP2020039973 W JP 2020039973W WO 2022085195 A1 WO2022085195 A1 WO 2022085195A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
poi
application program
user
information processing
Prior art date
Application number
PCT/JP2020/039973
Other languages
French (fr)
Japanese (ja)
Inventor
潤一郎 村田
優 瀧本
敬一 海野
美幸 花岡
Original Assignee
日産自動車株式会社
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 日産自動車株式会社 filed Critical 日産自動車株式会社
Priority to PCT/JP2020/039973 priority Critical patent/WO2022085195A1/en
Publication of WO2022085195A1 publication Critical patent/WO2022085195A1/en

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units

Definitions

  • the present invention relates to an information processing device, an information processing method, and an application program.
  • Patent Document 1 an invention for displaying information on POI (Point of Interest) has been known (Patent Document 1).
  • the invention described in Patent Document 1 acquires POI information from another user and displays the acquired POI information on a monitor.
  • Patent Document 1 As a method of utilizing POI data, it is conceivable to share POI data between users. However, the invention described in Patent Document 1 only unilaterally acquires POI data, and does not mention sharing of POI data.
  • the present invention has been made in view of the above problems, and an object of the present invention is to provide an information processing device, an information processing method, and an application program capable of sharing POI data between users.
  • the information processing device receives POI data stored in the external device in response to the user's first instruction data based on the first application program, and receives the user's second instruction data.
  • a predetermined input for accepting the evaluation data regarding the POI preset according to the type of the first application program or the type of POI data.
  • Item data and POI data are output.
  • POI data can be shared between users.
  • FIG. 1 is an overall schematic view of an information processing system according to an embodiment of the present invention.
  • FIG. 2 is a functional block diagram of a server and a terminal.
  • FIG. 3 is a diagram illustrating an example of a method of sharing POI data.
  • FIG. 4 is a diagram illustrating an example of a method of sharing POI data.
  • FIG. 5 is a diagram illustrating an example of a method of sharing POI data.
  • FIG. 6 is a sequence chart illustrating an operation example of an information processing system.
  • FIG. 7 is a sequence chart illustrating an operation example of an information processing system.
  • FIG. 8 is a sequence chart illustrating another operation example of the information processing system.
  • FIG. 9 is a sequence chart illustrating another operation example of the information processing system.
  • the information processing system includes a first server 10, a second server 20, a third server 30, a communication network 40, a user A, a terminal 50 owned by the user A, and a user B. , The terminal 60 owned by the user B, and the like.
  • a first server 10 a second server 20, a third server 30, a communication network 40, a user A, a terminal 50 owned by the user A, and a user B.
  • the terminal 60 owned by the user B, and the like.
  • there are two users which is an example.
  • the information processing system may include a large number of users.
  • the first server 10 is a general-purpose computer including a communication I / F 11, a controller 12, and a storage device 13, and these components are electrically connected via a bus or the like (not shown).
  • the controller 12 is composed of, for example, a CPU, reads various programs stored in the storage device 13 into the memory, and executes various instructions included in the programs.
  • the communication I / F 11 is implemented as hardware such as a network adapter, various communication software, and a combination thereof, and is configured to realize wired or wireless communication via the communication network 40. Further, the communication I / F 11 has a function as an input unit and an output unit for transmitting and receiving data.
  • the storage device 13 is composed of an HDD (Hard Disk Drive), an SSD (Solid State Drive), and the like.
  • the database 14 is stored in the storage device 13. The data stored in the database 14 will be described later.
  • the POI database 24 is stored in the storage device 23.
  • Data related to POI Point of Interest
  • the POI is stored in the POI database 24.
  • the POI is data indicating a specific place.
  • the POI contains at least attributes and location information (latitude, longitude).
  • the attribute is information for classifying a POI such as a restaurant, a shopping mall, a park, and a hotel.
  • the POI may include a name, an address, a telephone number, and an icon. For example, if the attribute of POI is a restaurant, the name means a specific store name of the restaurant.
  • the position information of the POI may include altitude in addition to latitude and longitude.
  • the map database 34 is stored in the storage device 33.
  • the map database 34 stores map information necessary for route guidance such as road information and facility information.
  • the terminal 50 includes a communication I / F 51, a touch panel 52, a controller 53, and a storage device 54.
  • the terminal 50 is a portable device such as a smartphone or a tablet. Further, the terminal 50 may be a wearable type device.
  • Various applications are installed in the storage device 54.
  • User A launches and operates an application via the touch panel 52.
  • the controller 53 controls the application based on the input signal by the user A input via the touch panel 52. Since the configuration and function of the terminal 60 are the same as those of the terminal 50, the description thereof will be omitted.
  • the communication network 40 may be configured by either a wireless or wired method, or both methods, and the communication network 40 may include the Internet.
  • the first server 10, the second server 20, the third server 30, the terminal 50, and the terminal 60 are connected to the communication network 40 by a wireless communication method, and bidirectional communication is performed.
  • the user A is the side sharing the POI data
  • the user B is the side receiving the sharing of the POI data.
  • the terminal 50 As shown in FIG. 3, two application programs are pre-installed on the terminal 50. User A touches the touch panel 52 to start the first application program 100.
  • the first application program 100 will be described as software for searching a restaurant as an example.
  • the user A searches for a restaurant using the first application program 100. As a result, it is assumed that restaurant Z and restaurant Y are searched.
  • restaurant Z and restaurant Y are searched.
  • the terminal 50 requests the POI data of the restaurant Z from the second server 20 according to the instruction of the user A.
  • the terminal 50 acquires the POI data of the restaurant Z from the second server 20, and displays the detailed information of the restaurant Z.
  • the POI data of the restaurant Z includes an image of the store (reference numeral 70), the name of the store (reference numeral 71), the recommendation level of the store and the number of comments (reference numeral 72), and the telephone number of the store. (Code 73), the store address (reference 74), and the store genre (reference 75) are included.
  • Sharing restaurant Z means sharing POI data of restaurant Z.
  • User A who wants to share the restaurant Z touches the reference numeral 76 shown in FIG.
  • the icon represented by reference numeral 76 is an icon used when sharing POI data.
  • the second application program 200 is started as shown in FIG.
  • the data shown in FIG. 4 is displayed on the terminal 50.
  • predetermined input item data for receiving evaluation data related to POI preset according to the type of the first application program 100 or the type of POI data, and POI data are displayed on the terminal 50.
  • the evaluation data regarding POI includes the recommendation level of restaurant Z by user A (reference numeral 77), the sharing destination list (reference numeral 78), the impression and genre of restaurant Z by user A (reference numeral 79), and the comment by user A (reference numeral 80). Is.
  • the predetermined input item data for accepting evaluation data related to POI is a star mark if it is a recommendation level, a selection form if it is a shared destination list, a tag if it is an impression and genre, and an input form if it is a comment. ..
  • Predetermined input item data for accepting evaluation data regarding POI is prepared in advance as a template.
  • the second application program 200 displays the input item data and accepts the evaluation data regarding the POI by the user A. Further, as described above, in the second application program 200, POI data is also displayed in addition to the input item data.
  • the name of the store (reference numeral 71) is displayed as an example of the POI data. Although omitted due to space limitations, the store's phone number and store's address can also be displayed.
  • the sharing destination users are displayed in a list as shown in FIG. Since the user A wants to share the POI data with the user B, the user A selects the user B. Then, when the user A touches the icon indicated by the reference numeral 81, the operation by the user A ends.
  • the data processing when the icon represented by the reference numeral 81 is touched will be described.
  • the POI data of the restaurant Z and the evaluation data relating to the POI are transmitted from the terminal 50 to the first server 10 and stored in the database 14.
  • the address book may be referred to for displaying the user list.
  • the sharing destination user may be specified by inputting an e-mail address.
  • the user B is the side receiving the sharing of the POI data.
  • the first application program 100 and the second application program 200 are installed in the terminal 60 as well as the terminal 50.
  • the first application program 100 and the second application program 200 are recorded in, for example, the non-volatile memory in the terminal 60 and the terminal 50.
  • the first application program 100 does not need to be installed in the terminal 60.
  • the user B starts the second application program 200.
  • information indicating that the POI data has been shared by the user A is displayed.
  • the user B touches "view the list of the user A” the POI data of the restaurant Z shared by the user A is displayed.
  • the evaluation data by the user A is also displayed.
  • the terminal 60 displays a store image diagram (reference numeral 70), a store name (reference numeral 71), and a store map (reference numeral 83). Although omitted due to space limitations, the store's phone number and store's address can also be displayed.
  • the terminal 60 has a recommendation level by the user A (reference numeral 77), an impression of the user A on the restaurant Z (reference numeral 79), and a comment on the restaurant Z of the user A (reference numeral 79). 80) is displayed. As other data, the terminal 60 may display to the effect that the restaurant Z has been shared by the user A (reference numeral 82).
  • step S101 the user A touches the touch panel 52 to start the first application program 100.
  • step S103 the user A determines the POI data to be shared. As shown in FIG. 3, the selection of the restaurant Z by the user A corresponds to the determination of the POI data.
  • the terminal 50 requests the POI data of the restaurant Z from the second server 20 according to the instruction of the user A.
  • step S105 the second server 20 refers to the POI database 24 and searches for POI data regarding the restaurant Z. Then, the second server 20 transmits the POI data regarding the restaurant Z to the terminal 50.
  • step S107 the terminal 50 acquires the POI data of the restaurant Z from the second server 20.
  • step S109 the user A starts the second application program 200 from the first application program 100 in order to share the restaurant Z with the user B. This activation is realized by the user A touching the reference numeral 76 shown in FIG.
  • the POI data of the restaurant Z is inherited from the first application program 100 to the second application program 200. This is realized because the second application program 200 is started in the state where the POI data of the restaurant Z is specified.
  • the state in which the POI data of the restaurant Z is specified means a state in which the POI data of the restaurant Z is displayed on the terminal 50 as shown in FIG.
  • the input item data for receiving the evaluation data related to POI and the POI data are displayed on the terminal 50 (see FIG. 4).
  • User A inputs a recommendation level, impression, comment, etc. for restaurant Z. Further, the user A selects a user (here, the user B) who wants to share the restaurant Z. The data input by these users A and the data selected are called user data.
  • the POI data and the user data of the restaurant Z are transmitted from the terminal 50 to the first server 10 (step S115).
  • step S117 the POI data and user data of the restaurant Z are stored in the database 14.
  • step S119 the user B starts the second application program 200.
  • a signal indicating that the second application program 200 has been started is transmitted from the terminal 60 to the first server 10.
  • the first server 10 authenticates the user B (step S121). Login with a well-known ID and password may be used for this authentication.
  • the first server 10 allows the user B to view the shared data by the user A (step S123). As a result, the user B can see the POI data of the restaurant Z shared by the user A (step S125).
  • step S125 is realized by the user B touching "view the list of user A".
  • a signal for acquiring the map data is transmitted from the terminal 60 to the first server 10.
  • the first server 10 requests the map data of the restaurant Z from the third server 30 (step S127).
  • the third server 30 refers to the map database 34 and searches for the map data of the restaurant Z (step S129).
  • the third server 30 transmits the map data of the restaurant Z to the first server 10.
  • the first server 10 transmits the received map data to the terminal 60 (step S131).
  • the terminal 60 displays the map of the store as POI data.
  • the information processing device communicates with and from an input unit (touch panel 52) into which user A's instruction data is input and an external device (first server 10, second server 20, third server 30).
  • a unit (communication I / F51), a storage device 54 for storing the first application program 100 and the second application program 200, a controller 53 for performing data processing based on the first application program 100 and the second application program 200, and a controller 53.
  • the controller 53 receives the POI data stored in the external device from the external device according to the first instruction data of the user A based on the first application program 100.
  • the controller 53 When the controller 53 accepts the start of the second application program 200 with the POI data specified by the second instruction data of the user A, the controller 53 is preset according to the type of the first application program 100 or the type of the POI data.
  • the predetermined input item data for receiving the evaluation data related to the POI and the POI data are output. This makes it possible to share the detailed information obtained from the Internet and the evaluation items by the user A with the desired user for the POI selected by the first application program 100.
  • the first instruction data of the user A is a signal generated when the user A selects the restaurant Z.
  • the second instruction data of the user A is a signal generated when the user A touches the reference numeral 76 while the POI data of the restaurant Z is displayed on the terminal 50.
  • the controller 53 When the controller 53 accepts the start of the second application program 200 with the POI data specified on the first application program 100 by the second instruction data, the controller 53 causes the second application program 200 to acquire the POI data and POI. The data is output on the second application program 200. As a result, the POI data can be displayed in the second application program 200.
  • the evaluation data regarding POI includes at least one of the recommendation level of POI by user A, the impression of POI by user A, and the type of POI. This makes it possible to share not only POI data but also POI evaluations.
  • An example of input item data is data that allows user A to select one of a plurality of recommendation levels.
  • the recommendation level is indicated by the number of stars as shown by reference numeral 77 in FIG.
  • the number of stars is selected from 1 to 5. This makes it possible to share the recommendation level.
  • An example of input item data is data for designating other users who share POI data and evaluation data.
  • the user A can specify a desired user (here, the user B).
  • the type of the first application program 100 is the name of the first application program 100 or the type of the content acquired by the first application program.
  • the name of the first application program 100 is a name related to eating and drinking, sightseeing, and accommodation
  • the above processing is performed.
  • the type of content acquired by the first application program 100 is related to eating and drinking, sightseeing, and accommodation.
  • the type of POI is any of restaurants, tourist spots, and accommodation facilities.
  • the POI data request signal has been described as being transmitted to the second server 20 by the user A selecting the restaurant Z, but the present invention is not limited to this.
  • the POI data request signal may be transmitted to the second server 20.
  • a signal requesting map data may be transmitted to the third server 30. Since the other processes shown in FIGS. 8 to 9 are the same as those in FIGS. 6 to 7, the description thereof will be omitted.
  • the controller 53 When the controller 53 accepts the start of the second application program 200 with the POI data specified by the second instruction data of the user A, the controller 53 receives the POI data via the communication unit based on the second application program 200. A signal for requesting detailed data may be transmitted to an external device. Then, the controller 53 may receive the detailed data of the POI data from the external device. Even in this process, POI data can be shared between users.
  • Detailed data is map data showing the location of the POI, the telephone number of the POI, or the data related to the address of the POI.
  • the application program launches the POI data acquired from the external device according to the instruction data of the user based on the application program different from this application program, the data regarding the different application program type or the POI data type, and the activation of this application program. Receive the start instruction data to be instructed.
  • the application program inputs information processing including a step of outputting predetermined input item data for receiving evaluation data related to POI preset according to a different application program type or POI data type and POI data to the computer. Let it run.
  • the application program referred to here means the second application program 200.
  • the different application program means the first application program 100.

Abstract

In the present invention, a controller (53): receives, from a second server (20), POI data stored in the second server (20) in accordance with first command data of a user A on the basis of a first application program (100); and, when startup of a second application program (200) is accepted in a state in which the POI data is designated by second command data of the user A, outputs the POI data and prescribed input item data for accepting evaluation data related to a preset POI in accordance with the classification of the first application program (100) or the classification of the POI data.

Description

情報処理装置、情報処理方法、及びアプリケーションプログラムInformation processing equipment, information processing methods, and application programs
 本発明は、情報処理装置、情報処理方法、及びアプリケーションプログラムに関する。 The present invention relates to an information processing device, an information processing method, and an application program.
 従来より、POI(Point of Interest)に関する情報を表示する発明が知られている(特許文献1)。特許文献1に記載された発明は他のユーザからPOI情報を取得し、取得されたPOI情報をモニタに表示する。 Conventionally, an invention for displaying information on POI (Point of Interest) has been known (Patent Document 1). The invention described in Patent Document 1 acquires POI information from another user and displays the acquired POI information on a monitor.
特開2012-21788号公報Japanese Unexamined Patent Publication No. 2012-21788
 POIデータの活用方法として、ユーザ間でPOIデータを共有することが考えられる。しかしながら特許文献1に記載された発明は一方的にPOIデータを取得するにとどまり、POIデータの共有について言及がない。 As a method of utilizing POI data, it is conceivable to share POI data between users. However, the invention described in Patent Document 1 only unilaterally acquires POI data, and does not mention sharing of POI data.
 本発明は、上記問題に鑑みて成されたものであり、その目的は、ユーザ間でPOIデータを共有することが可能な情報処理装置、情報処理方法、及びアプリケーションプログラムを提供することである。 The present invention has been made in view of the above problems, and an object of the present invention is to provide an information processing device, an information processing method, and an application program capable of sharing POI data between users.
 本発明の一態様に係る情報処理装置は、第1アプリケーションプログラムに基づいて、ユーザの第1指示データに応じて外部装置に記憶されたPOIデータを外部装置から受信し、ユーザの第2指示データにより、POIデータが指定された状態で第2アプリケーションプログラムの起動を受け付けた場合、第1アプリケーションプログラムの種別またはPOIデータの種別に応じて予め設定されたPOIに関する評価データを受け付けるための所定の入力項目データと、POIデータとを出力する。 The information processing device according to one aspect of the present invention receives POI data stored in the external device in response to the user's first instruction data based on the first application program, and receives the user's second instruction data. When the start of the second application program is accepted with the POI data specified, a predetermined input for accepting the evaluation data regarding the POI preset according to the type of the first application program or the type of POI data. Item data and POI data are output.
 本発明によれば、ユーザ間でPOIデータを共有することが可能となる。 According to the present invention, POI data can be shared between users.
図1は、本発明の実施形態に係る情報処理システムの全体概略図である。FIG. 1 is an overall schematic view of an information processing system according to an embodiment of the present invention. 図2は、サーバ、端末の機能ブロック図である。FIG. 2 is a functional block diagram of a server and a terminal. 図3は、POIデータの共有方法の一例を説明する図である。FIG. 3 is a diagram illustrating an example of a method of sharing POI data. 図4は、POIデータの共有方法の一例を説明する図である。FIG. 4 is a diagram illustrating an example of a method of sharing POI data. 図5は、POIデータの共有方法の一例を説明する図である。FIG. 5 is a diagram illustrating an example of a method of sharing POI data. 図6は、情報処理システムの一動作例を説明するシーケンスチャートである。FIG. 6 is a sequence chart illustrating an operation example of an information processing system. 図7は、情報処理システムの一動作例を説明するシーケンスチャートである。FIG. 7 is a sequence chart illustrating an operation example of an information processing system. 図8は、情報処理システムの他の動作例を説明するシーケンスチャートである。FIG. 8 is a sequence chart illustrating another operation example of the information processing system. 図9は、情報処理システムの他の動作例を説明するシーケンスチャートである。FIG. 9 is a sequence chart illustrating another operation example of the information processing system.
 以下、本発明の実施形態について、図面を参照して説明する。図面の記載において同一部分には同一符号を付して説明を省略する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the description of the drawings, the same parts are designated by the same reference numerals and the description thereof will be omitted.
 図1~2を参照して、本実施形態に係る情報処理システムの構成例を説明する。図1に示すように、情報処理システムは第1サーバ10と、第2サーバ20と、第3サーバ30と、通信ネットワーク40と、ユーザAと、ユーザAが所持する端末50と、ユーザBと、ユーザBが所持する端末60と、を含む。なお、図1において、ユーザは二人存在するがこれは一例である。情報処理システムは多数のユーザを含んでもよい。 A configuration example of the information processing system according to the present embodiment will be described with reference to FIGS. 1 and 2. As shown in FIG. 1, the information processing system includes a first server 10, a second server 20, a third server 30, a communication network 40, a user A, a terminal 50 owned by the user A, and a user B. , The terminal 60 owned by the user B, and the like. In FIG. 1, there are two users, which is an example. The information processing system may include a large number of users.
 図2に示すように第1サーバ10は通信I/F11と、コントローラ12と、記憶装置13とを備える汎用のコンピュータであり、これらの構成要素が図示しないバスなどを介して電気的に接続されている。コントローラ12は例えばCPUで構成され、記憶装置13に記憶されている様々なプログラムをメモリに読み込んでプログラムに含まれる各種の命令を実行する。 As shown in FIG. 2, the first server 10 is a general-purpose computer including a communication I / F 11, a controller 12, and a storage device 13, and these components are electrically connected via a bus or the like (not shown). ing. The controller 12 is composed of, for example, a CPU, reads various programs stored in the storage device 13 into the memory, and executes various instructions included in the programs.
 通信I/F11はネットワークアダプタなどのハードウェア、各種の通信用ソフトウェア、及びこれらの組み合わせとして実装され、通信ネットワーク40を介した有線または無線の通信を実現できるように構成されている。また通信I/F11はデータを送受信するための入力部及び出力部としての機能を有する。 The communication I / F 11 is implemented as hardware such as a network adapter, various communication software, and a combination thereof, and is configured to realize wired or wireless communication via the communication network 40. Further, the communication I / F 11 has a function as an input unit and an output unit for transmitting and receiving data.
 記憶装置13はHDD(Hard Disk Drive)、SSD(Solid State Drive)などから構成される。記憶装置13にはデータベース14が格納されている。データベース14に記憶されるデータについては後述する。 The storage device 13 is composed of an HDD (Hard Disk Drive), an SSD (Solid State Drive), and the like. The database 14 is stored in the storage device 13. The data stored in the database 14 will be described later.
 図2に示す第2サーバ20は第1サーバ10と同様の構成を備えるため、重複する説明は省略する。記憶装置23にはPOIデータベース24が格納されている。POIデータベース24にはPOI(Point of Interest)に関するデータが記憶されている。本実施形態においてPOIとは、特定の場所を示すデータである。POIには少なくとも、属性、位置情報(緯度、経度)が含まれる。属性とは、レストラン、ショッピングモール、公園、ホテルなど、POIを分類するための情報である。さらにPOIには、名称、住所、電話番号、アイコンが含まれてもよい。名称とは、例えばPOIの属性がレストランであれば、レストランの具体的な店舗名を意味する。POIの位置情報には緯度、経度の他に高度が含まれてもよい。 Since the second server 20 shown in FIG. 2 has the same configuration as the first server 10, duplicate description will be omitted. The POI database 24 is stored in the storage device 23. Data related to POI (Point of Interest) is stored in the POI database 24. In this embodiment, the POI is data indicating a specific place. The POI contains at least attributes and location information (latitude, longitude). The attribute is information for classifying a POI such as a restaurant, a shopping mall, a park, and a hotel. Further, the POI may include a name, an address, a telephone number, and an icon. For example, if the attribute of POI is a restaurant, the name means a specific store name of the restaurant. The position information of the POI may include altitude in addition to latitude and longitude.
 図2に示す第3サーバ30も第1サーバ10と同様の構成を備えるため、重複する説明は省略する。記憶装置33には地図データベース34が格納されている。地図データベース34には道路情報、施設情報など経路案内に必要となる地図情報が記憶されている。 Since the third server 30 shown in FIG. 2 has the same configuration as the first server 10, duplicated explanations will be omitted. The map database 34 is stored in the storage device 33. The map database 34 stores map information necessary for route guidance such as road information and facility information.
 図2に示すように端末50は通信I/F51と、タッチパネル52と、コントローラ53と、記憶装置54とを備える。端末50は例えばスマートフォン、タブレットなどの携帯型の装置である。また端末50は、ウェアラブル型の装置であってもよい。記憶装置54には各種のアプリケーションがインストールされている。ユーザAはタッチパネル52を介してアプリケーションを起動したり操作したりする。コントローラ53はタッチパネル52を介して入力されたユーザAによる入力信号に基づいてアプリケーションを制御する。端末60の構成及び機能は端末50と同様であるため説明を省略する。 As shown in FIG. 2, the terminal 50 includes a communication I / F 51, a touch panel 52, a controller 53, and a storage device 54. The terminal 50 is a portable device such as a smartphone or a tablet. Further, the terminal 50 may be a wearable type device. Various applications are installed in the storage device 54. User A launches and operates an application via the touch panel 52. The controller 53 controls the application based on the input signal by the user A input via the touch panel 52. Since the configuration and function of the terminal 60 are the same as those of the terminal 50, the description thereof will be omitted.
 通信ネットワーク40は、無線または有線の何れかの方式、あるいは両方の方式によって構成されてもよく、通信ネットワーク40にはインターネットが含まれてもよい。本実施形態では、第1サーバ10、第2サーバ20、第3サーバ30、端末50、及び端末60は無線通信方式によって通信ネットワーク40と接続され、双方向通信が行われる。 The communication network 40 may be configured by either a wireless or wired method, or both methods, and the communication network 40 may include the Internet. In the present embodiment, the first server 10, the second server 20, the third server 30, the terminal 50, and the terminal 60 are connected to the communication network 40 by a wireless communication method, and bidirectional communication is performed.
 次に図3~5を参照してPOIデータの共有方法の一例について説明する。本実施形態ではユーザAがPOIデータを共有する側であり、ユーザBがPOIデータの共有を受ける側である。 Next, an example of a POI data sharing method will be described with reference to FIGS. 3 to 5. In the present embodiment, the user A is the side sharing the POI data, and the user B is the side receiving the sharing of the POI data.
 図3に示すように端末50には2つのアプリケーションプログラムが予めインストールされている。ユーザAはタッチパネル52をタッチして第1アプリケーションプログラム100を起動する。ここでは第1アプリケーションプログラム100は一例として、飲食店を検索するためのソフトウェアとして説明する。 As shown in FIG. 3, two application programs are pre-installed on the terminal 50. User A touches the touch panel 52 to start the first application program 100. Here, the first application program 100 will be described as software for searching a restaurant as an example.
 図3に示すようにユーザAは第1アプリケーションプログラム100を用いてレストランを検索する。その結果、レストランZ及びレストランYが検索されたと仮定する。ユーザAがレストランZを選択した場合、図3に示すようにレストランZの詳細な情報が端末50に表示される。詳細に説明すると、ユーザAがレストランZを選択したとき、端末50はユーザAの指示にしたがって第2サーバ20に対しレストランZのPOIデータを要求する。端末50は第2サーバ20からレストランZのPOIデータを取得し、レストランZの詳細な情報を表示する。 As shown in FIG. 3, the user A searches for a restaurant using the first application program 100. As a result, it is assumed that restaurant Z and restaurant Y are searched. When the user A selects the restaurant Z, detailed information on the restaurant Z is displayed on the terminal 50 as shown in FIG. More specifically, when the user A selects the restaurant Z, the terminal 50 requests the POI data of the restaurant Z from the second server 20 according to the instruction of the user A. The terminal 50 acquires the POI data of the restaurant Z from the second server 20, and displays the detailed information of the restaurant Z.
 レストランZのPOIデータの一例について説明する。図3に示すようにレストランZのPOIデータには、お店のイメージ図(符号70)、お店の名称(符号71)、お店の推薦レベル及びコメント数(符号72)、お店の電話番号(符号73)、お店の住所(符号74)、お店のジャンル(符号75)が含まれる。 An example of POI data of Restaurant Z will be explained. As shown in FIG. 3, the POI data of the restaurant Z includes an image of the store (reference numeral 70), the name of the store (reference numeral 71), the recommendation level of the store and the number of comments (reference numeral 72), and the telephone number of the store. (Code 73), the store address (reference 74), and the store genre (reference 75) are included.
 ここでユーザAがレストランZ(POI)をユーザBと共有することを考える。なおレストランZを共有するとはレストランZのPOIデータを共有することを意味する。レストランZを共有したいユーザAは図3に示す符号76をタッチする。符号76で示されるアイコンはPOIデータを共有する際に用いられるアイコンである。 Here, consider that user A shares restaurant Z (POI) with user B. Sharing restaurant Z means sharing POI data of restaurant Z. User A who wants to share the restaurant Z touches the reference numeral 76 shown in FIG. The icon represented by reference numeral 76 is an icon used when sharing POI data.
 符号76で示されるアイコンがタッチされたとき、図4に示すように第2アプリケーションプログラム200が起動する。このようにPOIデータが指定された状態で第2アプリケーションプログラム200が起動した場合、端末50には図4に示すデータが表示される。具体的には、第1アプリケーションプログラム100の種別またはPOIデータの種別に応じて予め設定されたPOIに関する評価データを受け付けるための所定の入力項目データと、POIデータとが、端末50に表示される。POIに関する評価データとは、ユーザAによるレストランZの推薦レベル(符号77)、共有先リスト(符号78)、ユーザAによるレストランZの印象及びジャンル(符号79)、ユーザAによるコメント(符号80)である。POIに関する評価データを受け付けるための所定の入力項目データとは、推薦レベルであれば星のマーク、共有先リストであれば選択フォーム、印象及びジャンルであればタグ、コメントであれば入力フォームである。POIに関する評価データを受け付けるための所定の入力項目データは予めテンプレートとして用意されている。 When the icon indicated by reference numeral 76 is touched, the second application program 200 is started as shown in FIG. When the second application program 200 is started with the POI data specified in this way, the data shown in FIG. 4 is displayed on the terminal 50. Specifically, predetermined input item data for receiving evaluation data related to POI preset according to the type of the first application program 100 or the type of POI data, and POI data are displayed on the terminal 50. .. The evaluation data regarding POI includes the recommendation level of restaurant Z by user A (reference numeral 77), the sharing destination list (reference numeral 78), the impression and genre of restaurant Z by user A (reference numeral 79), and the comment by user A (reference numeral 80). Is. The predetermined input item data for accepting evaluation data related to POI is a star mark if it is a recommendation level, a selection form if it is a shared destination list, a tag if it is an impression and genre, and an input form if it is a comment. .. Predetermined input item data for accepting evaluation data regarding POI is prepared in advance as a template.
 このように第2アプリケーションプログラム200では、入力項目データを表示してユーザAによるPOIに関する評価データを受け付ける。また上述したように第2アプリケーションプログラム200では、入力項目データの他に、POIデータも表示される。図4ではPOIデータの一例としてお店の名称(符号71)が表示される。スペースの都合で省略しているが、お店の電話番号、お店の住所も表示可能である。 In this way, the second application program 200 displays the input item data and accepts the evaluation data regarding the POI by the user A. Further, as described above, in the second application program 200, POI data is also displayed in addition to the input item data. In FIG. 4, the name of the store (reference numeral 71) is displayed as an example of the POI data. Although omitted due to space limitations, the store's phone number and store's address can also be displayed.
 符号78で示されるアイコンがタッチされたとき、図4に示すように共有先のユーザが一覧で表示される。ユーザAはユーザBとPOIデータを共有したいため、ユーザAはユーザBを選択する。そしてユーザAが符号81で示されるアイコンをタッチすると、ユーザAによる操作は終了する。符号81で示されるアイコンがタッチされた場合のデータ処理について説明する。符号81で示されるアイコンがタッチされた場合、レストランZのPOIデータ及びPOIに関する評価データが端末50から第1サーバ10に送信され、データベース14に記憶される。なおユーザ一覧の表示にはアドレス帳が参照されてもよい。またメールアドレスの入力によって共有先のユーザが指定されてもよい。 When the icon indicated by reference numeral 78 is touched, the sharing destination users are displayed in a list as shown in FIG. Since the user A wants to share the POI data with the user B, the user A selects the user B. Then, when the user A touches the icon indicated by the reference numeral 81, the operation by the user A ends. The data processing when the icon represented by the reference numeral 81 is touched will be described. When the icon indicated by reference numeral 81 is touched, the POI data of the restaurant Z and the evaluation data relating to the POI are transmitted from the terminal 50 to the first server 10 and stored in the database 14. The address book may be referred to for displaying the user list. Further, the sharing destination user may be specified by inputting an e-mail address.
 次に図5を参照してユーザB側のデータ処理について説明する。上述したようにユーザBはPOIデータの共有を受ける側である。 Next, the data processing on the user B side will be described with reference to FIG. As described above, the user B is the side receiving the sharing of the POI data.
 図5に示すように端末60にも端末50と同様に、第1アプリケーションプログラム100及び第2アプリケーションプログラム200がインストールされている。第1アプリケーションプログラム100及び第2アプリケーションプログラム200は、例えば、端末60および端末50内の不揮発性メモリに記録される。ただし、端末60において第1アプリケーションプログラム100はインストールされている必要はない。図5に示すようにユーザBは第2アプリケーションプログラム200を起動する。図5に示すように、第2アプリケーションプログラム200では、ユーザAによってPOIデータが共有された旨の情報が表示される。ユーザBが「ユーザAのリストを見る」をタッチすると、ユーザAによって共有されたレストランZのPOIデータが表示される。このとき、ユーザAによる評価データも表示される。具体的には端末60にはPOIデータとして、図5に示すように、お店のイメージ図(符号70)、お店の名称(符号71)、お店の地図(符号83)が表示される。スペースの都合で省略しているが、お店の電話番号、お店の住所も表示可能である。 As shown in FIG. 5, the first application program 100 and the second application program 200 are installed in the terminal 60 as well as the terminal 50. The first application program 100 and the second application program 200 are recorded in, for example, the non-volatile memory in the terminal 60 and the terminal 50. However, the first application program 100 does not need to be installed in the terminal 60. As shown in FIG. 5, the user B starts the second application program 200. As shown in FIG. 5, in the second application program 200, information indicating that the POI data has been shared by the user A is displayed. When the user B touches "view the list of the user A", the POI data of the restaurant Z shared by the user A is displayed. At this time, the evaluation data by the user A is also displayed. Specifically, as POI data, the terminal 60 displays a store image diagram (reference numeral 70), a store name (reference numeral 71), and a store map (reference numeral 83). Although omitted due to space limitations, the store's phone number and store's address can also be displayed.
 また端末60にはユーザAによる評価データとして、図5に示すように、ユーザAによる推薦レベル(符号77)、ユーザAのレストランZに対する印象(符号79)、ユーザAのレストランZに対するコメント(符号80)が表示される。なお端末60にはその他のデータとして、ユーザAによってレストランZが共有されたことを示す旨(符号82)が表示されてもよい。 Further, as evaluation data by the user A, the terminal 60 has a recommendation level by the user A (reference numeral 77), an impression of the user A on the restaurant Z (reference numeral 79), and a comment on the restaurant Z of the user A (reference numeral 79). 80) is displayed. As other data, the terminal 60 may display to the effect that the restaurant Z has been shared by the user A (reference numeral 82).
 次に、図6~7のシーケンスチャートを参照して、情報処理システムの一動作例を説明する。 Next, an operation example of the information processing system will be described with reference to the sequence charts of FIGS. 6 to 7.
 ステップS101において、ユーザAはタッチパネル52をタッチして第1アプリケーションプログラム100を起動する。ステップS103において、ユーザAは共有したいPOIデータを決定する。図3に示すように、ユーザAがレストランZを選択したことがPOIデータの決定に該当する。端末50はユーザAの指示にしたがって第2サーバ20に対しレストランZのPOIデータを要求する。ステップS105において、第2サーバ20はPOIデータベース24を参照してレストランZに関するPOIデータを検索する。そして第2サーバ20はレストランZに関するPOIデータを端末50に送信する。 In step S101, the user A touches the touch panel 52 to start the first application program 100. In step S103, the user A determines the POI data to be shared. As shown in FIG. 3, the selection of the restaurant Z by the user A corresponds to the determination of the POI data. The terminal 50 requests the POI data of the restaurant Z from the second server 20 according to the instruction of the user A. In step S105, the second server 20 refers to the POI database 24 and searches for POI data regarding the restaurant Z. Then, the second server 20 transmits the POI data regarding the restaurant Z to the terminal 50.
 ステップS107において、端末50は第2サーバ20からレストランZのPOIデータを取得する。ステップS109において、ユーザAはレストランZをユーザBと共有するために、第1アプリケーションプログラム100上から第2アプリケーションプログラム200を起動する。この起動は図3に示す符号76をユーザAがタッチすることにより実現する。ユーザAが第2アプリケーションプログラム200を起動したとき、レストランZのPOIデータは第1アプリケーションプログラム100から第2アプリケーションプログラム200に引き継がれる。これはレストランZのPOIデータが指定された状態で第2アプリケーションプログラム200が起動するから実現する。レストランZのPOIデータが指定された状態とは、図3に示すようにレストランZのPOIデータが端末50に表示されている状態を意味する。 In step S107, the terminal 50 acquires the POI data of the restaurant Z from the second server 20. In step S109, the user A starts the second application program 200 from the first application program 100 in order to share the restaurant Z with the user B. This activation is realized by the user A touching the reference numeral 76 shown in FIG. When the user A activates the second application program 200, the POI data of the restaurant Z is inherited from the first application program 100 to the second application program 200. This is realized because the second application program 200 is started in the state where the POI data of the restaurant Z is specified. The state in which the POI data of the restaurant Z is specified means a state in which the POI data of the restaurant Z is displayed on the terminal 50 as shown in FIG.
 ステップS111、S113において、POIに関する評価データを受け付けるための入力項目データと、POIデータとが、端末50に表示される(図4参照)。ユーザAはレストランZに対する推薦レベル、印象、コメントなどを入力する。またユーザAはレストランZを共有したいユーザ(ここではユーザB)を選択する。これらのユーザAによって入力されるデータ、及び選択されるデータをユーザデータとよぶ。ユーザAの入力が完了した後、レストランZのPOIデータ及びユーザデータは端末50から第1サーバ10に送信される(ステップS115)。 In steps S111 and S113, the input item data for receiving the evaluation data related to POI and the POI data are displayed on the terminal 50 (see FIG. 4). User A inputs a recommendation level, impression, comment, etc. for restaurant Z. Further, the user A selects a user (here, the user B) who wants to share the restaurant Z. The data input by these users A and the data selected are called user data. After the input of the user A is completed, the POI data and the user data of the restaurant Z are transmitted from the terminal 50 to the first server 10 (step S115).
 ステップS117において、レストランZのPOIデータ及びユーザデータはデータベース14に記憶される。 In step S117, the POI data and user data of the restaurant Z are stored in the database 14.
 ステップS119において、ユーザBは第2アプリケーションプログラム200を起動する。このとき、第2アプリケーションプログラム200が起動したことを示す信号が端末60から第1サーバ10に送信される。この信号を受信した第1サーバ10はユーザBを認証する(ステップS121)。この認証には周知のID、パスワードによるログインが利用されてもよい。第1サーバ10はユーザBに対してユーザAによる共有データの閲覧を許可する(ステップS123)。これによりユーザBはユーザAによって共有されたレストランZのPOIデータを見ることができる(ステップS125)。 In step S119, the user B starts the second application program 200. At this time, a signal indicating that the second application program 200 has been started is transmitted from the terminal 60 to the first server 10. Upon receiving this signal, the first server 10 authenticates the user B (step S121). Login with a well-known ID and password may be used for this authentication. The first server 10 allows the user B to view the shared data by the user A (step S123). As a result, the user B can see the POI data of the restaurant Z shared by the user A (step S125).
 ステップS125の処理はユーザBが「ユーザAのリストを見る」をタッチすることによって実現する。ここで、ユーザBが「ユーザAのリストを見る」をタッチしたとき、地図データを取得するための信号が端末60から第1サーバ10に送信される。この信号を受信した第1サーバ10はレストランZの地図データを第3サーバ30に要求する(ステップS127)。第3サーバ30は地図データベース34を参照してレストランZの地図データを検索する(ステップS129)。そして第3サーバ30はレストランZの地図データを第1サーバ10に送信する。第1サーバ10は受信した地図データを端末60に送信する(ステップS131)。これにより図5に示すように端末60にはPOIデータとしてお店の地図が表示される。 The process of step S125 is realized by the user B touching "view the list of user A". Here, when the user B touches "view the list of the user A", a signal for acquiring the map data is transmitted from the terminal 60 to the first server 10. Upon receiving this signal, the first server 10 requests the map data of the restaurant Z from the third server 30 (step S127). The third server 30 refers to the map database 34 and searches for the map data of the restaurant Z (step S129). Then, the third server 30 transmits the map data of the restaurant Z to the first server 10. The first server 10 transmits the received map data to the terminal 60 (step S131). As a result, as shown in FIG. 5, the terminal 60 displays the map of the store as POI data.
(作用効果)
 以上説明したように、本実施形態によれば以下の作用効果が得られる。
(Action effect)
As described above, according to the present embodiment, the following effects can be obtained.
 情報処理装置(端末50)は、ユーザAの指示データが入力される入力部(タッチパネル52)と、外部装置(第1サーバ10、第2サーバ20、第3サーバ30)とデータを送受信する通信部(通信I/F51)と、第1アプリケーションプログラム100及び第2アプリケーションプログラム200を記憶する記憶装置54と、第1アプリケーションプログラム100及び第2アプリケーションプログラム200に基づいてデータ処理を行うコントローラ53と、を備える。コントローラ53は第1アプリケーションプログラム100に基づいて、ユーザAの第1指示データに応じて外部装置に記憶されたPOIデータを外部装置から受信する。コントローラ53はユーザAの第2指示データにより、POIデータが指定された状態で第2アプリケーションプログラム200の起動を受け付けた場合、第1アプリケーションプログラム100の種別またはPOIデータの種別に応じて予め設定されたPOIに関する評価データを受け付けるための所定の入力項目データと、POIデータとを出力する。これにより第1アプリケーションプログラム100にて選択されたPOIについて、インターネットから得られた詳細な情報と、ユーザAによる評価項目とを、所望のユーザと共有することが可能となる。 The information processing device (terminal 50) communicates with and from an input unit (touch panel 52) into which user A's instruction data is input and an external device (first server 10, second server 20, third server 30). A unit (communication I / F51), a storage device 54 for storing the first application program 100 and the second application program 200, a controller 53 for performing data processing based on the first application program 100 and the second application program 200, and a controller 53. To prepare for. The controller 53 receives the POI data stored in the external device from the external device according to the first instruction data of the user A based on the first application program 100. When the controller 53 accepts the start of the second application program 200 with the POI data specified by the second instruction data of the user A, the controller 53 is preset according to the type of the first application program 100 or the type of the POI data. The predetermined input item data for receiving the evaluation data related to the POI and the POI data are output. This makes it possible to share the detailed information obtained from the Internet and the evaluation items by the user A with the desired user for the POI selected by the first application program 100.
 ユーザAの第1指示データとは、ユーザAがレストランZを選択することによって発生する信号である。ユーザAの第2指示データとはレストランZのPOIデータが端末50に表示されている状態でユーザAが符号76をタッチすることによって発生する信号である。 The first instruction data of the user A is a signal generated when the user A selects the restaurant Z. The second instruction data of the user A is a signal generated when the user A touches the reference numeral 76 while the POI data of the restaurant Z is displayed on the terminal 50.
 コントローラ53は、第2指示データにより、第1アプリケーションプログラム100上でPOIデータが指定された状態で第2アプリケーションプログラム200の起動を受け付けた場合、POIデータを第2アプリケーションプログラム200に取得させ、POIデータを第2アプリケーションプログラム200上で出力させる。これにより第2アプリケーションプログラム200においてPOIデータの表示が可能となる。 When the controller 53 accepts the start of the second application program 200 with the POI data specified on the first application program 100 by the second instruction data, the controller 53 causes the second application program 200 to acquire the POI data and POI. The data is output on the second application program 200. As a result, the POI data can be displayed in the second application program 200.
 POIに関する評価データには少なくとも、ユーザAによるPOIの推薦レベル、ユーザAによるPOIの印象、POIの種別のうちいずれか1つが含まれる。これによりPOIデータだけでなく、POIの評価も共有が可能となる。 The evaluation data regarding POI includes at least one of the recommendation level of POI by user A, the impression of POI by user A, and the type of POI. This makes it possible to share not only POI data but also POI evaluations.
 入力項目データの一例は、複数の推薦レベルのいずれかをユーザAに選択させるデータである。推薦レベルとは図4の符号77のように、星の数で示される。星の数は1~5の間で選択される。これにより推薦レベルの共有が可能となる。 An example of input item data is data that allows user A to select one of a plurality of recommendation levels. The recommendation level is indicated by the number of stars as shown by reference numeral 77 in FIG. The number of stars is selected from 1 to 5. This makes it possible to share the recommendation level.
 入力項目データの一例は、POIデータ及び評価データを共有する他のユーザを指定するためのデータである。これによりユーザAは所望のユーザ(ここではユーザB)を指定することが可能となる。 An example of input item data is data for designating other users who share POI data and evaluation data. As a result, the user A can specify a desired user (here, the user B).
 第1アプリケーションプログラム100の種別は、第1アプリケーションプログラム100の名称、または、第1アプリケーションプログラムにより取得されるコンテンツの種別である。本実施形態において、第1アプリケーションプログラム100の名称が飲食、観光、宿泊に関連する名称である場合に上述の処理が行われる。または、第1アプリケーションプログラム100により取得されるコンテンツの種別が飲食、観光、宿泊に関連する場合に上述の処理が行われる。 The type of the first application program 100 is the name of the first application program 100 or the type of the content acquired by the first application program. In the present embodiment, when the name of the first application program 100 is a name related to eating and drinking, sightseeing, and accommodation, the above processing is performed. Alternatively, when the type of content acquired by the first application program 100 is related to eating and drinking, sightseeing, and accommodation, the above processing is performed.
 本実施形態においてPOIの種別は、飲食店、観光スポット、宿泊施設のいずれかである。 In this embodiment, the type of POI is any of restaurants, tourist spots, and accommodation facilities.
 上記のように、本発明の実施形態を記載したが、この開示の一部をなす論述及び図面はこの発明を限定するものであると理解すべきではない。この開示から当業者には様々な代替実施の形態、実施例及び運用技術が明らかとなろう。 As described above, embodiments of the present invention have been described, but the statements and drawings that form part of this disclosure should not be understood to limit the invention. This disclosure will reveal to those skilled in the art various alternative embodiments, examples and operational techniques.
 上述の実施形態において、POIデータの要求信号は、ユーザAがレストランZを選択することによって第2サーバ20に送信されると説明したがこれに限定されない。図8のステップS207のように、POIデータが指定された状態で第2アプリケーションプログラム200が起動した場合にPOIデータの要求信号が第2サーバ20に送信されてもよい。なおこのとき、地図データを要求する信号が第3サーバ30に送信されてもよい。図8~9に示す他の処理は図6~7と同様であるため説明を省略する。 In the above-described embodiment, the POI data request signal has been described as being transmitted to the second server 20 by the user A selecting the restaurant Z, but the present invention is not limited to this. As in step S207 of FIG. 8, when the second application program 200 is started with the POI data specified, the POI data request signal may be transmitted to the second server 20. At this time, a signal requesting map data may be transmitted to the third server 30. Since the other processes shown in FIGS. 8 to 9 are the same as those in FIGS. 6 to 7, the description thereof will be omitted.
 コントローラ53は、ユーザAの第2指示データにより、POIデータが指定された状態で第2アプリケーションプログラム200の起動を受け付けた場合、第2アプリケーションプログラム200に基づいて、通信部を介してPOIデータの詳細データを要求するための信号を外部装置に送信してもよい。そしてコントローラ53は外部装置からPOIデータの詳細データを受信してもよい。この処理であってもユーザ間でPOIデータを共有することが可能となる。 When the controller 53 accepts the start of the second application program 200 with the POI data specified by the second instruction data of the user A, the controller 53 receives the POI data via the communication unit based on the second application program 200. A signal for requesting detailed data may be transmitted to an external device. Then, the controller 53 may receive the detailed data of the POI data from the external device. Even in this process, POI data can be shared between users.
 詳細データは、POIの所在を示す地図データ、POIの電話番号、またはPOIの住所に関するデータである。 Detailed data is map data showing the location of the POI, the telephone number of the POI, or the data related to the address of the POI.
 アプリケーションプログラムは、このアプリケーションプログラムとは異なるアプリケーションプログラムに基づいてユーザの指示データに応じて外部装置から取得されたPOIデータ、異なるアプリケーションプログラムの種別またはPOIデータの種別に関するデータ及びこのアプリケーションプログラムの起動を指示する起動指示データを受信する。アプリケーションプログラムは、異なるアプリケーションプログラムの種別またはPOIデータの種別に応じて予め設定されたPOIに関する評価データを受け付けるための所定の入力項目データと、POIデータとを出力するステップを含む情報処理をコンピュータに実行させる。ここでいうアプリケーションプログラムは、第2アプリケーションプログラム200を意味する。異なるアプリケーションプログラムとは、第1アプリケーションプログラム100を意味する。 The application program launches the POI data acquired from the external device according to the instruction data of the user based on the application program different from this application program, the data regarding the different application program type or the POI data type, and the activation of this application program. Receive the start instruction data to be instructed. The application program inputs information processing including a step of outputting predetermined input item data for receiving evaluation data related to POI preset according to a different application program type or POI data type and POI data to the computer. Let it run. The application program referred to here means the second application program 200. The different application program means the first application program 100.
10 第1サーバ
20 第2サーバ
30 第3サーバ
50 端末
51 通信I/F
52 タッチパネル
53 コントローラ
54 記憶装置
100 第1アプリケーションプログラム
200 第2アプリケーションプログラム
10 1st server 20 2nd server 30 3rd server 50 Terminal 51 Communication I / F
52 Touch panel 53 Controller 54 Storage device 100 First application program 200 Second application program

Claims (11)

  1.  ユーザの指示データが入力される入力部と、
     外部装置とデータを送受信する通信部と、
     第1アプリケーションプログラム及び第2アプリケーションプログラムを記憶する記憶装置と、
     前記第1アプリケーションプログラム及び前記第2アプリケーションプログラムに基づいてデータ処理を行うコントローラと、を備え、
     前記コントローラは、
     前記第1アプリケーションプログラムに基づいて、前記ユーザの第1指示データに応じて前記外部装置に記憶されたPOIデータを前記外部装置から受信し、
     前記ユーザの第2指示データにより、前記POIデータが指定された状態で前記第2アプリケーションプログラムの起動を受け付けた場合、前記第1アプリケーションプログラムの種別または前記POIデータの種別に応じて予め設定されたPOIに関する評価データを受け付けるための所定の入力項目データと、前記POIデータとを出力する
    ことを特徴とする情報処理装置。
    An input section where user instruction data is input, and
    A communication unit that sends and receives data to and from external devices,
    A storage device that stores the first application program and the second application program,
    A controller that performs data processing based on the first application program and the second application program is provided.
    The controller
    Based on the first application program, the POI data stored in the external device is received from the external device according to the first instruction data of the user.
    When the activation of the second application program is accepted with the POI data specified by the second instruction data of the user, it is preset according to the type of the first application program or the type of the POI data. An information processing device characterized by outputting predetermined input item data for receiving evaluation data related to POI and the POI data.
  2.  前記コントローラは、
     前記第2指示データにより、前記第1アプリケーションプログラム上で前記POIデータが指定された状態で前記第2アプリケーションプログラムの起動を受け付けた場合、前記POIデータを前記第2アプリケーションプログラムに取得させ、前記POIデータを前記第2アプリケーションプログラム上で出力させる
    ことを特徴とする請求項1に記載の情報処理装置。
    The controller
    When the second application program is started with the POI data specified on the first application program by the second instruction data, the second application program is made to acquire the POI data and the POI is acquired. The information processing apparatus according to claim 1, wherein the data is output on the second application program.
  3.  前記POIに関する評価データには少なくとも、前記ユーザによる前記POIの推薦レベル、前記ユーザによる前記POIの印象、前記POIの種別のうちいずれか1つが含まれる
    ことを特徴とする請求項1または2に記載の情報処理装置。
    The first or second claim, wherein the evaluation data relating to the POI includes at least one of the recommendation level of the POI by the user, the impression of the POI by the user, and the type of the POI. Information processing equipment.
  4.  前記入力項目データは、複数の推薦レベルのいずれかを前記ユーザに選択させるデータである
    ことを特徴とする請求項1~3のいずれか1項に記載の情報処理装置。
    The information processing apparatus according to any one of claims 1 to 3, wherein the input item data is data that causes the user to select any one of a plurality of recommendation levels.
  5.  前記入力項目データは、前記POIデータ及び前記評価データを共有する他のユーザを指定するためのデータである
    ことを特徴とする請求項1~4のいずれか1項に記載の情報処理装置。
    The information processing apparatus according to any one of claims 1 to 4, wherein the input item data is data for designating another user who shares the POI data and the evaluation data.
  6.  前記コントローラは、
     前記ユーザの第2指示データにより、前記POIデータが指定された状態で前記第2アプリケーションプログラムの起動を受け付けた場合、前記第2アプリケーションプログラムに基づいて、前記通信部を介して前記POIデータの詳細データを要求するための信号を前記外部装置に送信し、前記外部装置から前記詳細データを受信する
    ことを特徴とする請求項1~5のいずれか1項に記載の情報処理装置。
    The controller
    When the activation of the second application program is accepted with the POI data specified by the second instruction data of the user, the details of the POI data via the communication unit based on the second application program. The information processing apparatus according to any one of claims 1 to 5, wherein a signal for requesting data is transmitted to the external device, and the detailed data is received from the external device.
  7.  前記詳細データは、前記POIの所在を示す地図データ、前記POIの電話番号、または前記POIの住所に関するデータである
    ことを特徴とする請求項6に記載の情報処理装置。
    The information processing apparatus according to claim 6, wherein the detailed data is map data indicating the location of the POI, telephone numbers of the POI, or data relating to the address of the POI.
  8.  前記第1アプリケーションプログラムの種別は、前記第1アプリケーションプログラムの名称、または、前記第1アプリケーションプログラムにより取得されるコンテンツの種別である
    ことを特徴とする請求項1~7のいずれか1項に記載の情報処理装置。
    The type of the first application program is described in any one of claims 1 to 7, wherein the type of the first application program is the name of the first application program or the type of the content acquired by the first application program. Information processing equipment.
  9.  前記POIの種別は、飲食店、観光スポット、宿泊施設のいずれかである
    ことを特徴とする請求項1~8のいずれか1項に記載の情報処理装置。
    The information processing apparatus according to any one of claims 1 to 8, wherein the type of POI is any of a restaurant, a tourist spot, and an accommodation facility.
  10.  第1アプリケーションプログラムに基づいて、ユーザの第1指示データに応じて外部装置に記憶されたPOIデータを前記外部装置から受信し、
     前記ユーザの第2指示データにより、前記POIデータが指定された状態で第2アプリケーションプログラムの起動を受け付けた場合、前記第1アプリケーションプログラムの種別または前記POIデータの種別に応じて予め設定されたPOIに関する評価データを受け付けるための所定の入力項目データと、前記POIデータとを出力する
    ことを特徴とする情報処理方法。
    Based on the first application program, the POI data stored in the external device according to the user's first instruction data is received from the external device, and the POI data is received from the external device.
    When the start of the second application program is accepted with the POI data specified by the second instruction data of the user, the POI set in advance according to the type of the first application program or the type of the POI data. An information processing method characterized by outputting predetermined input item data for receiving evaluation data and the POI data.
  11.  当該アプリケーションプログラムとは異なるアプリケーションプログラムに基づいてユーザの指示データに応じて外部装置から取得されたPOIデータ、前記異なるアプリケーションプログラムの種別または前記POIデータの種別に関するデータ及び当該アプリケーションプログラムの起動を指示する起動指示データを受信し、
     前記異なるアプリケーションプログラムの種別または前記POIデータの種別に応じて予め設定されたPOIに関する評価データを受け付けるための所定の入力項目データと、前記POIデータとを出力する
    ステップを含む情報処理をコンピュータに実行させるアプリケーションプログラム。
    The POI data acquired from the external device according to the instruction data of the user based on the application program different from the application program, the data related to the different application program type or the POI data type, and the start of the application program are instructed. Receive the start instruction data and
    Information processing including a step of outputting predetermined input item data for receiving evaluation data related to POI preset according to the type of the different application program or the type of POI data and the POI data is executed on the computer. Application program to let.
PCT/JP2020/039973 2020-10-23 2020-10-23 Information processing device, information processing method, and application program WO2022085195A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/039973 WO2022085195A1 (en) 2020-10-23 2020-10-23 Information processing device, information processing method, and application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/039973 WO2022085195A1 (en) 2020-10-23 2020-10-23 Information processing device, information processing method, and application program

Publications (1)

Publication Number Publication Date
WO2022085195A1 true WO2022085195A1 (en) 2022-04-28

Family

ID=81290270

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/039973 WO2022085195A1 (en) 2020-10-23 2020-10-23 Information processing device, information processing method, and application program

Country Status (1)

Country Link
WO (1) WO2022085195A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002189845A (en) * 2000-12-19 2002-07-05 Kurieiteibu Rinku:Kk Evaluation system and evaluation method
JP2012203587A (en) * 2011-03-24 2012-10-22 Gourmet Navigator Inc Server device
JP2013058181A (en) * 2011-08-12 2013-03-28 Spinshell Co Ltd Method, system, terminal device, server device, and program for sharing data associated with geographic location

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002189845A (en) * 2000-12-19 2002-07-05 Kurieiteibu Rinku:Kk Evaluation system and evaluation method
JP2012203587A (en) * 2011-03-24 2012-10-22 Gourmet Navigator Inc Server device
JP2013058181A (en) * 2011-08-12 2013-03-28 Spinshell Co Ltd Method, system, terminal device, server device, and program for sharing data associated with geographic location

Similar Documents

Publication Publication Date Title
US11592310B2 (en) Methods of obtaining point of interest data
JP6885819B2 (en) Navigation devices and navigation systems
JP2010054484A (en) Navigation system, navigation device, navigation method, and navigation program
JP2015537245A (en) Electronic map determination method, apparatus, program, and recording medium
CN110785630A (en) System and method for selecting POI associated with navigation maneuvers
CN110035391B (en) Destination information retrieval device, storage medium, and destination information retrieval system
US20170064512A1 (en) System and method for facilitating user connections in travel locations
JP4712624B2 (en) Information distribution apparatus, information distribution method, and information distribution program
WO2022085195A1 (en) Information processing device, information processing method, and application program
US20130013451A1 (en) Optimum Route Generation Based on Common Purchase Plan of Different Travelers
JP2009265691A (en) On-vehicle information-providing device
US10107636B2 (en) Navigation system and navigation program
US10876852B2 (en) Information processing device, information processing system, navigation system, information processing method, and program
JP6844657B2 (en) Information processing equipment, information processing system, information processing method and program
US8280627B2 (en) Map information processing apparatus, navigation system, and program
JP2015125024A (en) Information processor, information processing system, control method thereof and program
JP6545069B2 (en) INFORMATION PROCESSING APPARATUS, INFORMATION PROCESSING SYSTEM, INFORMATION PROCESSING METHOD, AND PROGRAM
JP2014228458A (en) Voting processing system, server device, terminal device, voting processing program, and voting processing method
JP6735800B2 (en) Information processing device, information processing system, navigation system, information processing method, and program
US20110025716A1 (en) Enabling a user to choose a representative landmark to display at a particular zoom level on a digital map
JP7033112B2 (en) Content control device, content control system, content control method, and content control program
JP2018173810A (en) Program, image providing device, and image display method
JP6281860B2 (en) Navigation device, navigation system, portable device, and computer program
JP7002818B2 (en) Route guidance system, mobile terminal and route guidance method
KR100946366B1 (en) GPS-based guiding route system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20958743

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20958743

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP