WO2019036903A1 - 一种线路规划方法及其装置、存储介质 - Google Patents

一种线路规划方法及其装置、存储介质 Download PDF

Info

Publication number
WO2019036903A1
WO2019036903A1 PCT/CN2017/098505 CN2017098505W WO2019036903A1 WO 2019036903 A1 WO2019036903 A1 WO 2019036903A1 CN 2017098505 W CN2017098505 W CN 2017098505W WO 2019036903 A1 WO2019036903 A1 WO 2019036903A1
Authority
WO
WIPO (PCT)
Prior art keywords
target
tour
tour route
account information
route planning
Prior art date
Application number
PCT/CN2017/098505
Other languages
English (en)
French (fr)
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/CN2017/098505 priority Critical patent/WO2019036903A1/zh
Publication of WO2019036903A1 publication Critical patent/WO2019036903A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/14Travel agencies

Definitions

  • the present invention relates to data processing technologies, and in particular, to a circuit planning method, a device thereof, and a storage medium.
  • the embodiments of the present invention provide a circuit planning method, a device thereof, and a storage medium, which can solve at least the above problems existing in the prior art.
  • a first aspect of the embodiments of the present invention provides a circuit planning method, including:
  • the tour route planning request carries at least the first account information used by the terminal to log in to the target application;
  • the tour route planning request is convenient for the terminal to push the target tour route that matches the first account information to the first account information.
  • the method further includes:
  • the determining, according to the target feature data of the target, the target tour route that matches the first account information carried in the tour route planning request includes:
  • the tour route planning request further carries tour planning information
  • the determining, according to the target feature data of the target, the target tour route that matches the first account information carried in the tour route planning request includes:
  • the method further includes:
  • the determining, according to the target feature data of the target, the target tour route that matches the first account information carried in the tour route planning request includes:
  • the method further includes:
  • the target tour route is displayed in the terminal.
  • a second aspect of the embodiments of the present invention provides a circuit planning apparatus, where the apparatus includes:
  • An obtaining unit configured to obtain a tour route planning request, where the tour route planning request carries at least the first account information used by the terminal to log in to the target application; and obtain the location of the terminal corresponding to the tour route planning request information;
  • a processing unit configured to select target scenic spot feature data matching the location information from the scenic spot feature related data; and determine, according to the target scenic spot feature data, the first account carried in the tour route planning request
  • the target matching route matched with the information is configured to respond to the tour route planning request based on the target tour route, so that the terminal pushes the target tour route that matches the first account information to the first account information.
  • the acquiring unit is further configured to acquire, according to the first account information, a tour feature corresponding to the first account information, wherein the tour feature is a historical tour corresponding to the first account information. Determined by characteristics;
  • the processing unit is further configured to determine a target tour route that matches the tour feature of the first account information based on at least the target scenic spot feature data.
  • the tour route planning request further carries tour planning information; correspondingly,
  • the processing unit is further configured to determine, according to the target scenic spot feature data and the tour planning information, a target tour route that matches the first account information carried by the tour route planning request.
  • the acquiring unit is further configured to acquire a road condition feature corresponding to the location information
  • the processing unit is further configured to determine, according to the target scenic spot feature data and the road condition feature, that the road condition feature meets a preset rule, and the first account information carried by the tour route planning request Match the target tour route.
  • the acquiring unit is further configured to acquire the terminal to select the target. How the tour route is presented;
  • the processing unit is further configured to display the target tour route in the terminal based on the presentation manner.
  • a third aspect of the embodiments of the present invention provides a circuit planning apparatus, including: a processor and a memory for storing a computer program executable on a processor, wherein the processor is configured to execute when the computer program is executed The steps of the method described above.
  • a fourth aspect of the embodiments of the present invention provides a computer readable storage medium having stored thereon a computer program, wherein the computer program is executed by a processor to implement the steps of the method described above.
  • the route planning method, the device and the storage medium select the location information of the terminal corresponding to the tour route planning request, and select the target scenic spot feature that matches the location information from the scenic spot feature related data. And determining, according to the target scenic area feature data, a target tour route that matches the first account information carried by the tour route planning request, so as to respond to the tour route planning request based on the target tour route, so as to facilitate the The terminal pushes the target tour route that matches the first account information to the first account information.
  • the method according to the embodiment of the present invention does not require user operation, and since the planned target tour route is matched with the first account information, it can maximize the satisfaction of diverse user requirements while improving the user experience. .
  • FIG. 1 is a schematic flowchart of implementing a circuit planning method according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of a specific application scenario of a circuit planning method according to an embodiment of the present invention
  • FIG. 3 is a schematic flowchart of an implementation process of a circuit planning method in a specific application according to an embodiment of the present invention
  • FIG. 4 is a schematic structural diagram of a circuit planning apparatus according to an embodiment of the present invention.
  • an embodiment of the present invention provides a circuit planning method, an apparatus, and a storage medium.
  • This embodiment provides a circuit planning method, where the method is applied to a circuit planning device.
  • the circuit planning device may be integrated in a terminal, or integrated in a server, or partially integrated into a terminal.
  • the other part of the function is integrated in the server; that is, when the line planning device is integrated in the terminal, the method described in this embodiment can be implemented by the terminal; when the line planning device is integrated into the server, the implementation The method described in the example can be implemented by the server; and when the part of the line planning device is integrated into the terminal and the other functions are integrated into the server, the method described in this embodiment can exchange information between the terminal and the server.
  • FIG. 1 is a schematic flowchart of implementing a circuit planning method according to an embodiment of the present invention; as shown in FIG. 1, the method includes:
  • Step 101 Acquire a tour route planning request, where the tour route planning request carries at least the first account information used by the terminal to log in to the target application;
  • the tour route planning request is triggered by the terminal based on a user operation; further, in the actual application, the tour route planning request not only carries the first account information, but also carries the tour.
  • the planning information for example, the user sets the tour planning information that meets his or her needs through the terminal, such as the tour time, the total number of days of the tour, and the like, and triggers the terminal to generate a tour route planning request carrying the first account information and the tour plan information.
  • Step 102 Acquire location information of the terminal corresponding to the tour route planning request.
  • the terminal may be used to obtain location information.
  • the terminal is provided with a Global Positioning System (GPS), a Beidou positioning system, etc., at this time, the terminal or the Beidou positioning system may be used to access the terminal.
  • GPS Global Positioning System
  • Beidou positioning system may be used to access the terminal.
  • the terminal or the Beidou positioning system may be used to access the terminal.
  • Performing positioning to obtain the location information currently located by the terminal thereby facilitating selection of the location-related data matching the location information based on the location information currently located by the terminal, for example, selecting a preset range corresponding to the location information of the terminal.
  • the scenic spot is used as the target scenic spot, and then the target scenic spot feature data is obtained.
  • Step 103 Select target feature feature data that matches the location information from the feature feature related data.
  • the scenic spot feature related data may be data stored in a data packet form, for example, but not limited to the following information: ticket service, scenic spot review, scenic spot image, text information related to the scenic spot image, voice information, and Video information, etc., or other information related to the scenic area, such as route guidance, traffic statistics, etc.
  • the scenic spot feature related data storage server is configured to facilitate the terminal to obtain the scenic spot feature related data from the server.
  • the terminal acquires the feature data of the scenic spot from the target application through the target application, and then selects the target scenic spot feature that matches the location information of the scenic spot based on the location information of the scenic spot.
  • the terminal does not need to acquire the feature data related to the scenic spot, and only needs to send the location information to the server, and select the The location information matches the target scenic spot
  • the data is collected, thereby facilitating the server to plan a target tour route for the first account information corresponding to the terminal based on the target scenic spot feature data.
  • Step 104 Determine, according to the target scenic spot feature data, a target tour route that matches the first account information carried by the tour route planning request, to respond to the tour route planning request based on the target tour route, and facilitate the The terminal pushes the target tour route that matches the first account information to the first account information.
  • the method further includes: acquiring, according to the first account information, a tour feature corresponding to the first account information, such as a visitor portrait, wherein the tour feature is based on the first account
  • the historical tour feature corresponding to the information is determined, for example, the visitor portrait is determined based on a historical tour feature of the user corresponding to the first account information, such as a historical tour route, a historical tour habit, etc.
  • Determining, according to the target scenic area feature data, the target tour route that matches the first account information carried in the tour route planning request specifically: determining, based at least on the target scenic spot feature data, A target tour route that matches the tour characteristics of the first account information. That is to say, the determined target tour route is a line matching the visitor portrait of the user corresponding to the first account information, thus improving the user experience while satisfying the user's needs.
  • the method further includes: acquiring a road condition feature corresponding to the location information; and further based on at least the target scenic area feature data and Determining, by the road condition feature, that the road condition feature meets a preset rule and a target tour route that matches the first account information carried by the tour route planning request, for example, determining that the road congestion index is less than a preset threshold, and A target tour route that matches the portrait of the visitor of the first account information. In this way, lay the foundation for further enhancing the user experience.
  • the target tour route may be presented in the terminal in a different manner, and specifically, the manner in which the target tour route selected by the terminal is obtained is obtained, In a presentation manner, the target tour route is displayed in the terminal. In this way, to enrich the display form of the target tour route, laid the foundation for further improving the user experience.
  • the method according to the embodiment of the present invention selects the location information of the target area that matches the location information by acquiring the location information of the terminal corresponding to the tour route planning request, and further, based on the target scenic area. Feature data, determining a target tour route that matches the first account information carried by the tour route planning request, so as to respond to the tour route planning request based on the target tour route, facilitating the terminal to the first An account information pushes a target tour route that matches the first account information.
  • the method according to the embodiment of the present invention does not require user operation, and since the planned target tour route is matched with the first account information, it can maximize the satisfaction of diverse user requirements while improving the user experience. .
  • the target tour route matching the first account information can be determined based on the location information of the terminal used by the user. Therefore, the method described in this embodiment is to quickly push the scenic route to the user.
  • the tourism planning program laid the foundation.
  • the foundation is also laid for the real-time command and dispatch, the management of the scenic spot, etc., for example, the method described in the embodiment of the present invention can facilitate the grasp of the real-time passenger flow,
  • the composition of tourists and the changes in tourism demand have laid the foundation for the implementation of corresponding measures such as early warning in scenic spots.
  • the method according to the embodiment of the present invention supports flexible expansion on different operating systems, and further provides convenience for people's travel and scenic area management.
  • the tour route planning request also carries the tour planning information, for example, the user meets the needs through the terminal setting.
  • Tour planning information such as the time of the tour, the total number of days of the tour, etc., and then trigger the terminal to generate the first account information and the tour planning information.
  • the route planning device determines, according to the target scenic spot feature data and the tour planning information, a target tour route that matches the first account information carried by the tour route planning request, so as to improve the user participation sense
  • the user experience is further enhanced, and at the same time, it further lays the foundation for determining the target tour route that meets the diverse needs of users.
  • the method in this embodiment may be specifically applied to an intelligent real-time analysis electronic tour mobile application system, as shown in FIG. 2, where the system includes The mobile terminal and the remote server; the mobile terminal may be specifically a mobile phone, a tablet, or the like. among them,
  • the mobile terminal downloads an application (APP) client, installs and logs in to the APP client by using a user account, and implements uploading of the user request and downloading of the travel related information;
  • APP application
  • the remote server is connected to the client through a network, and the remote server stores travel related information (that is, the scenic spot related data described above), for example, at least the scenic spot commenting package is stored in the remote server.
  • the scenic commentary package has at least one of the following information: a text commentary package, a voice commentary package, a video commentary package, etc., to provide travel related information for the mobile terminal; here, the scenic commentary package includes but is not limited to the following At least one of the information: ticket service, scenic spot review, scenic spot picture, text information, voice information and video information related to the scenic spot picture.
  • the travel related information may be stored in the data package form on the remote server, for example, the travel related information includes but is not limited to at least one of the following information: route guidance, Ticket service, scenic spot reviews, traffic statistics, scenic spots, text information, voice information and video information related to scenic spots.
  • the travel related information may also be added or deleted according to actual needs. The above specific information is only used for explanation and is not used to limit the specific content of the travel related information.
  • Step 301 The mobile terminal uses the GPS and the Beidou positioning system to receive the satellite signal to obtain navigation information.
  • the navigation information can at least represent the location information of the mobile terminal.
  • Step 302 The mobile terminal acquires travel related information.
  • the mobile terminal pre-downloads from a remote server through a network or acquires travel-related information when performing line planning.
  • Step 303 The APP client of the mobile terminal parses the travel related information, and selects target scenic spot information that matches the location information of the travel information from the travel related information based on the location information represented by the self navigation information. (that is, the target scenic spot feature data described above);
  • the target scenic spot information may be displayed on the display screen of the mobile terminal, so that the user can obtain the target scenic spot information.
  • Step 304 The APP client of the mobile terminal accesses the remote server and uploads a route planning request, so as to complete the planning of the tour route through the remote server.
  • the route planning request is generated based on a user operation, and at least carries the user account of the mobile terminal to log in to the APP client; further, in actual application, the route planning request further carries a user-set Tourism planning information, such as the actual travel time of the user, the total number of days of travel, etc.; of course, the travel planning information may be determined based on the target scenic spot information, for example, the user determines the travel planning information based on the target scenic spot information, thereby generating a route. Planning a request.
  • Step 305 The remote server acquires a tour feature matching the user account, such as a visitor portrait, based on the route planning request, and then plans a target tour route that matches the visitor portrait based on the visitor portrait corresponding to the user account. .
  • a tour feature matching the user account such as a visitor portrait
  • the remote service is performed before the planning of the target tour route is performed.
  • the device may further determine the target scenic spot information related to the location information based on the location information of the mobile terminal, and further select a target tour route that matches the tourist portrait corresponding to the user account from the target scenic spot information.
  • the remote server may also acquire feature information related to the tour experience, such as road features, according to actual needs, and then determine at least based on the feature information related to the tour experience, the visitor portrait, and the travel plan information set by the user.
  • the target tour route for example, the target tour route is based on the user's total travel time, the number of scenic spots, the length of the route, the real-time visitor portrait, the real-time traffic flow statistics, the accurate attraction recommendation and the optimal travel route, and thus facilitate Combining the expected total travel time to automatically remind visitors to the next attraction is beneficial to the overall grasp and reasonable distribution of time.
  • the remote server sends the target tour route to the mobile terminal, so that the mobile terminal is presented to the user in text, voice and video mode online or offline.
  • the electronic tour guide mobile application system described in this embodiment has novel functions such as electronic tour guide, route guidance, ticket service, scenic spot review, and human traffic statistics, thus providing convenience for user travel and scenic spot management.
  • the electronic tour guide mobile application system described in this embodiment is implemented based on intelligent real-time analysis technology of machine learning and flow calculation, so that various complex dynamic processes can be optimized, and the complexity of mobile application development can be effectively reduced. It can extend the degree of code reuse in different technical environments and support flexible extension on different operating systems.
  • the system can combine location information with various types of data in the scenic area and analyze, interpret and respond in real time in combination with geographic information system (GIS), multimedia data and the Internet, so as to clearly grasp Tourists' origins, frequency of play, travel trajectory, purchase preferences, etc., and then based on the visitor's portrait to conduct behavior analysis and big data mining, to draw accurate basic map data in the scenic area, so that the location of the scenic spot can be accurately positioned and scenic geographical Accurate grid matching, as well as real-time accurate push of multi-line attractions based on mobile terminals, and lay the foundation for real-time monitoring and management of traffic flow.
  • GIS geographic information system
  • This embodiment provides a circuit planning device. As shown in FIG. 4, the device includes:
  • the obtaining unit 41 is configured to obtain a tour route planning request, where the tour route planning request carries at least the first account information used by the terminal to log in to the target application, and acquire the terminal corresponding to the tour route planning request location information;
  • the processing unit 42 is configured to select, from the scenic spot feature related data, the target scenic spot feature data that matches the location information; and determine, according to the target scenic spot feature data, the first carried by the tour route planning request
  • the target tour line matching the account information is configured to respond to the tour route planning request based on the target tour route, so that the terminal pushes the target tour route that matches the first account information to the first account information.
  • the obtaining unit 41 is further configured to acquire a tour feature corresponding to the first account information based on the first account information, wherein the tour feature is based on the first account information Determined by the corresponding historical tour characteristics;
  • the processing unit 42 is further configured to determine a target tour route that matches the tour feature of the first account information based on at least the target scenic spot feature data.
  • the tour route planning request further carries tour planning information; correspondingly,
  • the processing unit 42 is further configured to determine, according to the target scenic spot feature data and the tour planning information, a target tour route that matches the first account information carried by the tour route planning request.
  • the acquiring unit 41 is further configured to acquire a road condition feature corresponding to the location information
  • the processing unit 42 is further configured to be based on at least the target scenic area feature data. And the road condition feature, determining that the road condition feature meets the preset rule, and the target tour route that matches the first account information carried by the tour route planning request.
  • the acquiring unit 41 is further configured to acquire, by the terminal, a presentation manner of the target tour line.
  • the processing unit 42 is further configured to display the target tour route in the terminal based on the presentation manner.
  • the obtaining unit 41 and the processing unit 42 are both implemented by a processor, wherein the processor may be specifically a central processing unit (CPU), or a microprocessor (MPU), or a digital signal processor (DSP). ), or a programmable gate array (FPGA).
  • the processor may be specifically a central processing unit (CPU), or a microprocessor (MPU), or a digital signal processor (DSP). ), or a programmable gate array (FPGA).
  • the embodiment further provides a circuit planning apparatus, comprising: a processor and a memory for storing a computer program capable of running on the processor, wherein the processor is configured to execute the first embodiment when the computer program is executed And the steps of the method of the second embodiment.
  • the processor may be an integrated circuit chip with signal processing capabilities.
  • each step of the above method may be completed by an integrated logic circuit of hardware in a processor or an instruction in a form of software.
  • the above described processor may be a general purpose processor, a DSP, or other programmable logic device, discrete gate or transistor logic device, discrete hardware component, or the like.
  • the processor may implement or perform the methods, steps, and logic blocks disclosed in the embodiments of the present invention.
  • a general purpose processor can be a microprocessor or any conventional processor or the like.
  • the steps of the method disclosed in the embodiment of the present invention may be directly implemented as a hardware decoding processor, or may be performed by a combination of hardware and software modules in the decoding processor.
  • the software module can be located in a storage medium, the storage medium being located in the memory, the processor reading the information in the memory, and completing the steps of the foregoing methods in combination with the hardware thereof.
  • embodiments of the present invention also provide a computer readable storage medium, such as a memory including a computer program, which can be executed by a processor of a line planning device to perform the steps described in the foregoing methods.
  • the computer readable storage medium may be a magnetic random access memory (FRAM), a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), and an erasable memory. Erasable Programmable Read-Only Memory (EPROM), Electrically Erasable Programmable Read-Only Memory (EEPROM), Flash Memory, Magnetic Surface Memory, Optical Disc Or a memory such as a CD-ROM (Compact Disc Read-Only Memory); or a device including one or any combination of the above memories.
  • FRAM magnetic random access memory
  • ROM Read Only Memory
  • PROM Programmable Read-Only Memory
  • EPROM Erasable Programmable Read-Only Memory
  • EEPROM Electrically Erasable Programmable Read-Only Memory
  • Flash Memory Magnetic Surface Memory
  • the disclosed apparatus and method may be implemented in other manners.
  • the device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • there may be another division manner such as: multiple units or components may be combined, or Can be integrated into another system, or some features can be ignored or not executed.
  • the coupling, or direct coupling, or communication connection of the components shown or discussed may be indirect coupling or communication connection through some interfaces, devices or units, and may be electrical, mechanical or other forms. of.
  • the units described above as separate components may or may not be physically separated, and the components displayed as the unit may or may not be physical units, that is, may be located in one place or distributed to multiple network units; Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may be separately used as one unit, or two or more units may be integrated into one unit;
  • the unit can be implemented in the form of hardware or in the form of hardware plus software functional units.
  • the foregoing program may be stored in a computer readable storage medium, and the program is executed when executed.
  • the foregoing storage medium includes: a removable storage device, a ROM, a random access memory (RAM), a magnetic disk, or an optical disk, and the like, which can store program codes.
  • the above-described integrated unit of the present invention may be stored in a computer readable storage medium if it is implemented in the form of a software function module and sold or used as a standalone product.
  • the technical solution of the embodiments of the present invention may be embodied in the form of a software product in essence or in the form of a software product stored in a storage medium, including a plurality of instructions.
  • a computer device (which may be a personal computer, server, or network device, etc.) is caused to perform all or part of the methods described in various embodiments of the present invention.
  • the foregoing storage medium includes various media that can store program codes, such as a mobile storage device, a ROM, a RAM, a magnetic disk, or an optical disk.
  • the location information of the terminal corresponding to the tour route planning request is obtained, and the target scenic spot feature data matching the location information is selected from the scenic spot feature related data, and then the target scenic spot feature data is used to determine the location and the location. Determining, by the tour route planning request, a target tour route that matches the first account information, so as to respond to the tour route planning request based on the target tour route, so that the terminal pushes the first account information and the The first tour information matches the target tour route.
  • the method according to the embodiment of the present invention does not require user operation, and since the planned target tour route matches the first account information, Therefore, it is possible to maximize the satisfaction of diverse user needs while improving the user experience.

Landscapes

  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Navigation (AREA)

Abstract

一种线路规划方法,线路规划装置及存储介质,包括:获取到游览线路规划请求,其中,所述游览线路规划请求中至少携带有终端登陆目标应用所使用的第一账户信息(101);获取所述游览线路规划请求所对应的终端的位置信息(102);从景区特征相关数据中选出与所述位置信息相匹配的目标景区特征数据(103);至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,以基于目标游览线路响应所述游览线路规划请求,便于所述终端向所述第一账户信息推送与所述第一账户信息相匹配的目标游览线路(104)。

Description

一种线路规划方法及其装置、存储介质 技术领域
本发明涉及数据处理技术,尤其涉及一种线路规划方法及其装置、存储介质。
背景技术
随着人们生活水平的不断提高,出门旅游的人数每年都在增加。由于绝大多数人对于外地的旅游景点的地理位置、路线或景点信息等不熟悉,所以,为了节省时间和精力,只能参加旅游团或聘请导游通行,这样,必然增加了旅游成本。而且,旅游团或导游通常会设定旅游路线和时间,使得游客难以根据自身的需求进行游览,降低了旅游的乐趣。
发明内容
为解决现有存在的技术问题,本发明实施例提供了一种线路规划方法及其装置、存储介质,能至少解决现有技术中存在的上述问题。
本发明实施例的技术方案是这样实现的:
本发明实施例第一方面提供了一种线路规划方法,包括:
获取到游览线路规划请求,其中,所述游览线路规划请求中至少携带有终端登陆目标应用所使用的第一账户信息;
获取所述游览线路规划请求所对应的终端的位置信息;
从景区特征相关数据中选出与所述位置信息相匹配的目标景区特征数据;
至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,以基于目标游览线路响应所 述游览线路规划请求,便于所述终端向所述第一账户信息推送与所述第一账户信息相匹配的目标游览线路。
上述方案中,所述方法还包括:
基于所述第一账户信息去获取与所述第一账户信息相对应的游览特征,其中,所述游览特征是基于第一账户信息对应的历史游览特征而确定出的;
对应地,所述至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,包括:
至少基于所述目标景区特征数据,确定出与所述第一账户信息的游览特征相匹配的目标游览线路。
上述方案中,所述游览线路规划请求中还携带有游览规划信息;
对应地,所述至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,包括:
至少基于所述目标景区特征数据以及游览规划信息,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路。
上述方案中,所述方法还包括:
获取与所述位置信息相对应的路况特征;
对应地,所述至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,包括:
至少基于所述目标景区特征数据以及所述路况特征,确定出路况特征满足预设规则的,以及与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路。
上述方案中,所述方法还包括:
获取所述终端选取出所述目标游览线路的呈现方式;
基于所述呈现方式,在所述终端中展示所述目标游览线路。
本发明实施例第二方面提供了一种线路规划装置,所述装置包括:
获取单元,配置为获取到游览线路规划请求,其中,所述游览线路规划请求中至少携带有终端登陆目标应用所使用的第一账户信息;以及获取所述游览线路规划请求所对应的终端的位置信息;
处理单元,配置为从景区特征相关数据中选出与所述位置信息相匹配的目标景区特征数据;至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,以基于目标游览线路响应所述游览线路规划请求,便于所述终端向所述第一账户信息推送与所述第一账户信息相匹配的目标游览线路。
上述方案中,所述获取单元,还配置为基于所述第一账户信息去获取与所述第一账户信息相对应的游览特征,其中,所述游览特征是基于第一账户信息对应的历史游览特征而确定出的;
对应地,所述处理单元,还配置为至少基于所述目标景区特征数据,确定出与所述第一账户信息的游览特征相匹配的目标游览线路。
上述方案中,所述游览线路规划请求中还携带有游览规划信息;对应地,
所述处理单元,还配置为至少基于所述目标景区特征数据以及游览规划信息,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路。
上述方案中,所述获取单元,还配置为获取与所述位置信息相对应的路况特征;
对应地,所述处理单元,还配置为至少基于所述目标景区特征数据以及所述路况特征,确定出路况特征满足预设规则的,以及与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路。
上述方案中,所述获取单元,还配置为获取所述终端选取出所述目标 游览线路的呈现方式;
对应地,所述处理单元,还配置为基于所述呈现方式,在所述终端中展示所述目标游览线路。
本发明实施例第三方面提供了一种线路规划装置,包括:处理器和用于存储能够在处理器上运行的计算机程序的存储器,其中,所述处理器用于运行所述计算机程序时,执行以上所述方法的步骤。
本发明实施例第四方面提供了一种计算机可读存储介质,其上存储有计算机程序,其中,该计算机程序被处理器执行时实现以上所述方法的步骤。
本发明实施例所述的线路规划方法及其装置、存储介质,通过获取游览线路规划请求所对应的终端的位置信息,从景区特征相关数据中选出与所述位置信息相匹配的目标景区特征数据,进而基于目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,如此,来基于目标游览线路去响应所述游览线路规划请求,便于所述终端向所述第一账户信息推送与所述第一账户信息相匹配的目标游览线路。这里,由于本发明实施例所述的方法无需用户操作,且由于规划出的目标游览线路是与第一账户信息相匹配的,所以能够在提升用户体验的同时,最大化满足多样化的用户需求。
附图说明
图1为本发明实施例线路规划方法的实现流程示意图;
图2为本发明实施例线路规划方法在一具体应用场景示意图;
图3为本发明实施例线路规划方法在一具体应用中的实现流程示意图;
图4为本发明实施例线路规划装置的组成结构示意图。
具体实施方式
为了解决固定旅游线路难以满足用户游览需求进而导致旅游乐趣降低的问题,现有部分景区开始把电子导游运用到日常监管中,但是,即使将具备大数据基因的电子导航应用到了景区中,还是遇到了很多问题,比如,现有电子导航依然无法满足游客的多样化游览需求,无法快速向游客推送景区各类信息,无法获知人流热度以便及时指挥调度,无法管理景区的景点、道路、设施相关数据。而且,随着用户体验要求越来越高,电子导游复杂性日益增加,如何有效降低开发的复杂度,如何提高代码的复用程度,如何优化各种复杂的动态过程处理及操作,这些都是现有电子导游亟需攻克的难点。因此,本发明实施例提供了一种线路规划方法及其装置、存储介质。为了能够更加详尽地了解本发明的特点与技术内容,下面结合附图对本发明的实现进行详细阐述,所附附图仅供参考说明之用,并非用来限定本发明。
实施例一
本实施例提供了一种线路规划方法,所述方法应用于线路规划装置中,这里,实际应用中,所述线路规划装置可以集成于终端,或者集成于服务器,又或者,部分功能集成于终端,另外部分功能集成于服务器中;也就是说,当所述线路规划装置集成于终端时,本实施例所述的方法即可通过终端实现;当所述线路规划装置集成于服务器时,本实施例所述的方法即可通过服务器实现;而当所述线路规划装置部分功能集成于终端,另外部分功能集成于服务器时,本实施例所述的方法即可通过终端与服务器之间的信息交互实现。具体地,图1为本发明实施例线路规划方法的实现流程示意图;如图1所示,所述方法包括:
步骤101:获取到游览线路规划请求,其中,所述游览线路规划请求中至少携带有终端登陆目标应用所使用的第一账户信息;
在一具体实施例中,所述游览线路规划请求是终端基于用户操作而触发生成的;进一步地,实际应用中,所述游览线路规划请求中不仅携带有第一账户信息,还可以携带有游览规划信息,例如,用户通过终端设置满足自身需要的游览规划信息,如游览时间、游览总天数等,进而触发终端生成携带有第一账户信息以及游览规划信息的游览线路规划请求。
步骤102:获取所述游览线路规划请求所对应的终端的位置信息;
本实施例中,可以利用终端去获取位置信息,比如,终端设置有全球定位***(GPS,Global Positioning System)、北斗定位***等,此时,可以利用终端设置的GPS或北斗定位***去对终端进行定位,获取终端当前所处的位置信息,进而便于基于终端当前所处的位置信息去选取与所述位置信息相匹配的景区相关数据,例如,选取出终端的位置信息对应的预设范围内的景区来作为目标景区,进而得到目标景区特征数据。
步骤103:从景区特征相关数据中选出与所述位置信息相匹配的目标景区特征数据;
本实施例中,所述景区特征相关数据可以为以数据包形式存储的数据,例如,包括但不限于如下信息:门票服务,景区点评,景区图片,与景区图片相关的文字信息、语音信息和视频信息等,或者,还包括与景区相关的其他信息,如路线导引,人流量统计等。
实际应用中,所述景区特征相关数据存储服务器中,这样,便于终端向服务器去获取景区特征相关数据。例如,在一具体应用场景中,终端通过目标应用向服务器去获取景区特征相关数据,进而基于自身的位置信息,从所述景区特征相关数据中选取出与自身的位置信息相匹配的目标景区特征数据,以便于利用目标景区特征数据规划出与第一账户信息相匹配的目标游览线路;或者,终端无需获取景区特征相关数据,只需将位置信息发送至服务器,通过服务器去选取出与自身的位置信息相匹配的目标景区特 征数据,进而便于所述服务器基于目标景区特征数据为终端对应的第一账户信息规划出目标游览线路。
步骤104:至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,以基于目标游览线路响应所述游览线路规划请求,便于所述终端向所述第一账户信息推送与所述第一账户信息相匹配的目标游览线路。
在一具体实施例中,所述方法还包括:基于所述第一账户信息去获取与所述第一账户信息相对应的游览特征,如游客画像,其中,所述游览特征是基于第一账户信息对应的历史游览特征而确定出的,如,所述游客画像是基于第一账户信息对应的用户的历史游览特征如历史游览线路、历史游览习惯等而确定出的;此时,步骤104中的所述至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,则具体为:至少基于所述目标景区特征数据,确定出与所述第一账户信息的游览特征相匹配的目标游览线路。也就是说,确定出的目标游览线路是与第一账户信息对应的用户的游客画像相匹配的线路,如此,在满足用户需求的同时,提升了用户体验。
在另一具体实施例中,为了避免由于路况拥堵而导致的游览体验下降的问题,所述方法还包括:获取与所述位置信息相对应的路况特征;进而至少基于所述目标景区特征数据以及所述路况特征,确定出路况特征满足预设规则的以及与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,例如,确定出路况拥堵指数小于预设阈值的,以及与所述第一账户信息的游客画像相匹配的目标游览线路。如此,为进一步提升用户体验奠定基础。
这里,实际应用中,还可以以不同方式在终端呈现所述目标游览线路,具体地,获取所述终端选取出的所述目标游览线路的呈现方式,基于所述 呈现方式,在所述终端中展示所述目标游览线路。如此,来丰富目标游览线路的展示形式,为进一步提升用户体验奠定了基础。
这样,本发明实施例所述的方法,通过获取游览线路规划请求所对应的终端的位置信息,从景区特征相关数据中选出与所述位置信息相匹配的目标景区特征数据,进而基于目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,如此,来基于目标游览线路去响应所述游览线路规划请求,便于所述终端向所述第一账户信息推送与所述第一账户信息相匹配的目标游览线路。这里,由于本发明实施例所述的方法无需用户操作,且由于规划出的目标游览线路是与第一账户信息相匹配的,所以能够在提升用户体验的同时,最大化满足多样化的用户需求。
而且,由于无需用户操作,只需基于用户所使用终端的位置信息即可确定出与第一账户信息相匹配的目标游览线路,所以,本实施例所述的方法为快速向用户推送景区路线、旅游规划方案奠定了基础。而且,由于在规划旅游线路时,可以参考实时人流热度、路况信息等,所以也为即时指挥调度、管理景区等奠定了基础,如,利用本发明实施例所述的方法能够便于掌握实时客流、游客构成以及旅游需求变化等,进而为景区实施预警等相应措施奠定了基础。
进一步地,本发明实施例所述的方法支持在不同操作***上灵活扩展,进一步地为人们的出行和景区管理提供方便。
实施例二
基于实施例一所述的方法,为了提升用户的交互体验,满足用户的不同需求,本实施例中,所述游览线路规划请求中还携带有游览规划信息,例如,用户通过终端设置满足自身需要的游览规划信息,如游览时间、游览总天数等,进而触发终端生成携带有第一账户信息以及游览规划信息的 游览线路规划请求。所述线路规划装置至少基于所述目标景区特征数据以及游览规划信息,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,如此,在提升用户参与感的前提下,进一步提升了用户体验,同时,也进一步为确定出满足用户多样化需求的目标游览线路奠定了基础。
以下结合具体应用场景对本发明实施例做进一步详细说明,具体地,本实施例所述的方法可以具体应用于一智能实时分析的电子导游移动应用***中,如图2所示,所述***包括移动终端和远程服务器;所述移动终端可以具体为手机、平板电脑等。其中,
所述移动终端下载应用程序(APP)客户端,安装并利用用户账户登陆所述APP客户端,实现用户请求的上传以及旅游相关信息的下载;
所述远程服务器通过网络与所述客户端连接,且所述远程服务器中存储有旅游相关信息(也即以上所述的景区特征相关数据),例如,所述远程服务器中至少存储有景区解说包,所述景区解说包具备包括以下信息的至少一种:文字解说包、语音解说包和视频解说包等,以便于为移动终端提供旅游相关信息;这里,所述景区解说包包括但不限于以下信息中的至少一种:门票服务,景区点评,景区图片,与景区图片相关的文字信息、语音信息和视频信息等。
也就是说,实际应用中,所述旅游相关信息可以具体以资料包形式存储于所述远程服务器上,例如,所述旅游相关信息包括但不限于以下信息中的至少一种:路线导引,门票服务,景区点评,人流量统计,景区图片,与景区图片相关的文字信息、语音信息和视频信息等。当然,所述旅游相关信息还可以根据实际需求进行相应信息的增删,本实施例给出以上具体信息仅是用于解释说明,并非用于限制旅游相关信息的具体内容。
进一步地,如图3所示,基于图2所述的***,本实施例所述线路规 划方法的具体步骤包括:
步骤301:移动终端利用GPS、北斗定位***来接收卫星信号,以得到导航信息,这里,所述导航信息至少能够表征所述移动终端当前所处的位置信息;
步骤302:移动终端获取旅游相关信息;
这里,实际应用中,移动终端通过网络从远程服务器上预先下载或者在进行线路规划时获取旅游相关信息。
步骤303:所述移动终端的APP客户端对所述旅游相关信息进行解析,并基于自身导航信息所表征的位置信息从所述旅游相关信息中选取出与自身的位置信息相匹配的目标景区信息(也即以上所述的目标景区特征数据);
这里,实际应用中,当移动终端确定出目标景区信息后,可以在自身的显示屏上展示所述目标景区信息,以便于用户能够获取到目标景区信息。
步骤304:所述移动终端的APP客户端访问远程服务器并上传路线规划请求,以便于通过远程服务器来完成旅游线路的规划。
这里,所述路线规划请求是基于用户操作而生成的,且至少携带有所述移动终端登陆该APP客户端的用户账户;进一步地,实际应用中,所述路线规划请求中还携带有用户设置的旅游规划信息,比如用户的实际旅游时间、旅游总天数等;当然,所述旅游规划信息可以是基于目标景区信息而确定出的,例如,用户基于目标景区信息确定出旅游规划信息,进而生成路线规划请求。
步骤305:远程服务器基于所述路线规划请求,获取到与所述用户账户相匹配的游览特征,如游客画像,进而基于该用户账户对应的游客画像规划出与该游客画像相匹配的目标游览线路。
这里,实际应用中,在进行目标游览线路的规划之前,所述远程服务 器还可以基于移动终端所处的位置信息确定出与该位置信息相关的目标景区信息,进而从所述目标景区信息选取出与用户账户对应的游客画像相匹配的目标游览线路。
当然,实际应用中,所述远程服务器还可以根据实际需求去获取路况特征等与游览体验相关的特征信息,进而至少基于与游览体验相关的特征信息、游客画像以及用户设置的旅游规划信息确定出目标游览线路,例如,目标游览线路是根据用户总的旅游时间、景区景点数、路线长短以及实时游客画像、实时车流人流统计后而给出的精准的景点推荐和最优的旅游路线,进而便于结合预期旅游总时间自动提醒游客到达下一个景点,有利于游客对时间的总体把握及合理分配。
进一步地,当确定出目标游览线路后,远程服务器将目标游览线路发送至移动终端,以便于移动终端在线或离线以文字、语音和视频方式呈现给用户。
综上,本实施例所述的电子导游移动应用***具有新颖的电子导游、路线导引、门票服务、景区点评、人流量统计等功能,如此,为用户出行和景区管理提供了便利。
进一步地,本实施例所述的电子导游移动应用***是基于机器学习和流计算的智能实时分析技术而实现的,所以,能够优化各种复杂的动态过程,能够有效降低移动应用开发的复杂度,能够扩展代码在不同技术环境下复用的程度,并可支持在不同操作***上的灵活扩展。而且,实际应用中,所述***能够结合地理信息***(GIS,Geographic Information System)、多媒体数据和互联网,将位置信息和景区各类数据对接并实时地分析、解释和响应,如此,来清晰掌握游客的来源地、游玩频次、出行轨迹、购买偏好等游客画像,进而基于游客画像来进行行为分析和大数据挖掘,绘制景区内精准的基础地图数据,所以,能实现景区位置精准定位和景区地理 栅格精确匹配,以及能实现基于移动终端的多线路景点资源实时精准推送,同时,为实现车流人流的实时监测管理奠定了基础。
实施例三
本实施例提供了一种线路规划装置,如图4所示,所述装置包括:
获取单元41,配置为获取到游览线路规划请求,其中,所述游览线路规划请求中至少携带有终端登陆目标应用所使用的第一账户信息;以及获取所述游览线路规划请求所对应的终端的位置信息;
处理单元42,配置为从景区特征相关数据中选出与所述位置信息相匹配的目标景区特征数据;至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,以基于目标游览线路响应所述游览线路规划请求,便于所述终端向所述第一账户信息推送与所述第一账户信息相匹配的目标游览线路。
在一具体实施例中,所述获取单元41,还配置为基于所述第一账户信息去获取与所述第一账户信息相对应的游览特征,其中,所述游览特征是基于第一账户信息对应的历史游览特征而确定出的;
对应地,所述处理单元42,还配置为至少基于所述目标景区特征数据,确定出与所述第一账户信息的游览特征相匹配的目标游览线路。
在另一具体实施例中,所述游览线路规划请求中还携带有游览规划信息;对应地,
所述处理单元42,还配置为至少基于所述目标景区特征数据以及游览规划信息,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路。
在另一具体实施例中,所述获取单元41,还配置为获取与所述位置信息相对应的路况特征;
对应地,所述处理单元42,还配置为至少基于所述目标景区特征数据 以及所述路况特征,确定出路况特征满足预设规则的,以及与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路。
在另一具体实施例中,所述获取单元41,还配置为获取所述终端选取出所述目标游览线路的呈现方式;
对应地,所述处理单元42,还配置为基于所述呈现方式,在所述终端中展示所述目标游览线路。
实际应用中,所述获取单元41和处理单元42均由处理器实现,其中,所述处理器可以具体为中央处理器(CPU)、或微处理器(MPU)、或数字信号处理器(DSP)、或可编程门阵列(FPGA)。
本实施例还提供了一种线路规划装置,包括:处理器和用于存储能够在处理器上运行的计算机程序的存储器,其中,所述处理器用于运行所述计算机程序时,执行实施例一和实施例二方法的步骤。这里,所述处理器可能是一种集成电路芯片,具有信号的处理能力。在实现过程中,上述方法的各步骤可以通过处理器中的硬件的集成逻辑电路或者软件形式的指令完成。上述的处理器可以是通用处理器、DSP,或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。处理器可以实现或者执行本发明实施例中的公开的各方法、步骤及逻辑框图。通用处理器可以是微处理器或者任何常规的处理器等。结合本发明实施例所公开的方法的步骤,可以直接体现为硬件译码处理器执行完成,或者用译码处理器中的硬件及软件模块组合执行完成。软件模块可以位于存储介质中,该存储介质位于存储器,处理器读取存储器中的信息,结合其硬件完成前述方法的步骤。
这里需要指出的是:以上装置实施例的描述,与上述方法实施例的描述是类似的,具有同方法实施例相似的有益效果,因此不做赘述。对于本发明装置实施例中未披露的技术细节,请参照本发明方法实施例的描述而理解,为节约篇幅,因此不再赘述。
进一步地,本发明的实施例还提供了一种计算机可读存储介质,例如包括计算机程序的存储器,上述计算机程序可由线路规划装置的处理器执行,以完成前述方法所述步骤。计算机可读存储介质可以是磁性随机存取存储器(FRAM,ferromagnetic random access memory)、只读存储器(ROM,Read Only Memory)、可编程只读存储器(PROM,Programmable Read-Only Memory)、可擦除可编程只读存储器(EPROM,Erasable Programmable Read-Only Memory)、电可擦除可编程只读存储器(EEPROM,Electrically Erasable Programmable Read-Only Memory)、快闪存储器(Flash Memory)、磁表面存储器、光盘、或只读光盘(CD-ROM,Compact Disc Read-Only Memory)等存储器;也可以是包括上述存储器之一或任意组合的各种设备。
在本申请所提供的几个实施例中,应该理解到,所揭露的设备和方法,可以通过其它的方式实现。以上所描述的设备实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,如:多个单元或组件可以结合,或可以集成到另一个***,或一些特征可以忽略,或不执行。另外,所显示或讨论的各组成部分相互之间的耦合、或直接耦合、或通信连接可以是通过一些接口,设备或单元的间接耦合或通信连接,可以是电性的、机械的或其它形式的。
上述作为分离部件说明的单元可以是、或也可以不是物理上分开的,作为单元显示的部件可以是、或也可以不是物理单元,即可以位于一个地方,也可以分布到多个网络单元上;可以根据实际的需要选择其中的部分或全部单元来实现本实施例方案的目的。
另外,在本发明各实施例中的各功能单元可以全部集成在一个处理单元中,也可以是各单元分别单独作为一个单元,也可以两个或两个以上单元集成在一个单元中;上述集成的单元既可以采用硬件的形式实现,也可以采用硬件加软件功能单元的形式实现。
本领域普通技术人员可以理解:实现上述方法实施例的全部或部分步骤可以通过程序指令相关的硬件来完成,前述的程序可以存储于一计算机可读取存储介质中,该程序在执行时,执行包括上述方法实施例的步骤;而前述的存储介质包括:移动存储设备、ROM、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。
或者,本发明上述集成的单元如果以软件功能模块的形式实现并作为独立的产品销售或使用时,也可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明实施例的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机、服务器、或者网络设备等)执行本发明各个实施例所述方法的全部或部分。而前述的存储介质包括:移动存储设备、ROM、RAM、磁碟或者光盘等各种可以存储程序代码的介质。
以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以所述权利要求的保护范围为准。
工业实用性
本发明实施例通过获取游览线路规划请求所对应的终端的位置信息,从景区特征相关数据中选出与所述位置信息相匹配的目标景区特征数据,进而基于目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,如此,来基于目标游览线路去响应所述游览线路规划请求,便于所述终端向所述第一账户信息推送与所述第一账户信息相匹配的目标游览线路。这里,由于本发明实施例所述的方法无需用户操作,且由于规划出的目标游览线路是与第一账户信息相匹配的, 所以能够在提升用户体验的同时,最大化满足多样化的用户需求。

Claims (12)

  1. 一种线路规划方法,包括:
    获取到游览线路规划请求,其中,所述游览线路规划请求中至少携带有终端登陆目标应用所使用的第一账户信息;
    获取所述游览线路规划请求所对应的终端的位置信息;
    从景区特征相关数据中选出与所述位置信息相匹配的目标景区特征数据;
    至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,以基于目标游览线路响应所述游览线路规划请求,便于所述终端向所述第一账户信息推送与所述第一账户信息相匹配的目标游览线路。
  2. 根据权利要求1所述的方法,其中,所述方法还包括:
    基于所述第一账户信息去获取与所述第一账户信息相对应的游览特征,其中,所述游览特征是基于第一账户信息对应的历史游览特征而确定出的;
    对应地,所述至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,包括:
    至少基于所述目标景区特征数据,确定出与所述第一账户信息的游览特征相匹配的目标游览线路。
  3. 根据权利要求1或2所述的方法,其中,所述游览线路规划请求中还携带有游览规划信息;
    对应地,所述至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,包括:
    至少基于所述目标景区特征数据以及游览规划信息,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路。
  4. 根据权利要求1所述的方法,其中,所述方法还包括:
    获取与所述位置信息相对应的路况特征;
    对应地,所述至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,包括:
    至少基于所述目标景区特征数据以及所述路况特征,确定出路况特征满足预设规则的,以及与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路。
  5. 根据权利要求1所述的方法,其中,所述方法还包括:
    获取所述终端选取出所述目标游览线路的呈现方式;
    基于所述呈现方式,在所述终端中展示所述目标游览线路。
  6. 一种线路规划装置,所述装置包括:
    获取单元,配置为获取到游览线路规划请求,其中,所述游览线路规划请求中至少携带有终端登陆目标应用所使用的第一账户信息;以及获取所述游览线路规划请求所对应的终端的位置信息;
    处理单元,配置为从景区特征相关数据中选出与所述位置信息相匹配的目标景区特征数据;至少基于所述目标景区特征数据,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路,以基于目标游览线路响应所述游览线路规划请求,便于所述终端向所述第一账户信息推送与所述第一账户信息相匹配的目标游览线路。
  7. 根据权利要求6所述的装置,其中,所述获取单元,还配置为基于所述第一账户信息去获取与所述第一账户信息相对应的游览特征,其中,所述游览特征是基于第一账户信息对应的历史游览特征而确定出的;
    对应地,所述处理单元,还配置为至少基于所述目标景区特征数据,确定出与所述第一账户信息的游览特征相匹配的目标游览线路。
  8. 根据权利要求6或7所述的装置,其中,所述游览线路规划请求中 还携带有游览规划信息;对应地,
    所述处理单元,还配置为至少基于所述目标景区特征数据以及游览规划信息,确定出与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路。
  9. 根据权利要求6所述的装置,其中,所述获取单元,还配置为获取与所述位置信息相对应的路况特征;
    对应地,所述处理单元,还配置为至少基于所述目标景区特征数据以及所述路况特征,确定出路况特征满足预设规则的,以及与所述游览线路规划请求所携带的第一账户信息相匹配的目标游览线路。
  10. 根据权利要求6所述的装置,其中,所述获取单元,还配置为获取所述终端选取出所述目标游览线路的呈现方式;
    对应地,所述处理单元,还配置为基于所述呈现方式,在所述终端中展示所述目标游览线路。
  11. 一种线路规划装置,包括:处理器和用于存储能够在处理器上运行的计算机程序的存储器,其中,所述处理器用于运行所述计算机程序时,执行权利要求1至5所述方法的步骤。
  12. 一种计算机可读存储介质,其上存储有计算机程序,其中,该计算机程序被处理器执行时实现权利要求1至5所述方法的步骤。
PCT/CN2017/098505 2017-08-22 2017-08-22 一种线路规划方法及其装置、存储介质 WO2019036903A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/098505 WO2019036903A1 (zh) 2017-08-22 2017-08-22 一种线路规划方法及其装置、存储介质

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/098505 WO2019036903A1 (zh) 2017-08-22 2017-08-22 一种线路规划方法及其装置、存储介质

Publications (1)

Publication Number Publication Date
WO2019036903A1 true WO2019036903A1 (zh) 2019-02-28

Family

ID=65439951

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/098505 WO2019036903A1 (zh) 2017-08-22 2017-08-22 一种线路规划方法及其装置、存储介质

Country Status (1)

Country Link
WO (1) WO2019036903A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112762958A (zh) * 2020-12-29 2021-05-07 北京鸿享技术服务有限公司 路线规划方法、装置、设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030158658A1 (en) * 2001-01-11 2003-08-21 Georg Hoever Navigation method with dynamic destination selection and navigation device
CN101619981A (zh) * 2009-07-24 2010-01-06 中兴通讯股份有限公司 自助导游导航终端及其优化选择导游导航信息的方法
CN104036441A (zh) * 2013-03-06 2014-09-10 中兴通讯股份有限公司 一种导游***及方法
CN205986957U (zh) * 2016-08-26 2017-02-22 成都鑫原羿天科技有限责任公司 具有匹配模块的游客服务推送***

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030158658A1 (en) * 2001-01-11 2003-08-21 Georg Hoever Navigation method with dynamic destination selection and navigation device
CN101619981A (zh) * 2009-07-24 2010-01-06 中兴通讯股份有限公司 自助导游导航终端及其优化选择导游导航信息的方法
CN104036441A (zh) * 2013-03-06 2014-09-10 中兴通讯股份有限公司 一种导游***及方法
CN205986957U (zh) * 2016-08-26 2017-02-22 成都鑫原羿天科技有限责任公司 具有匹配模块的游客服务推送***

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112762958A (zh) * 2020-12-29 2021-05-07 北京鸿享技术服务有限公司 路线规划方法、装置、设备及存储介质

Similar Documents

Publication Publication Date Title
US20170059347A1 (en) Determining Improved Pick-Up Locations
CA2975002A1 (en) Methods and systems for providing information for an on-demand service
CN107024221B (zh) 导航路线制定方法及装置
US20180150921A1 (en) Travel planning application resulting in efficient customized grouping and coordination of selected locations and destinations based on the combination of user selected important criteria, radius searching, and real time simultaneous multi-source data gathering, analysis, and derivation executed by and presented on a computer and/or smart device for user preference
CN106603595A (zh) 一种智慧旅游平台
CN103971623A (zh) 一种导游移动终端及导游方法
US20130329061A1 (en) Method and apparatus for storing image data
US20160173624A1 (en) Method and appratus for providing location-based services
CN107229386A (zh) 容纳多路点路由的导航应用编程接口
CN110779536A (zh) 信息处理方法、信息显示方法、装置、终端及服务器
CN108446930A (zh) Ar广告传媒实现方法
CN108198099A (zh) 增强现实的导游方法及***、装置、服务器及计算机可读存储介质
CN107229461A (zh) 导航应用编程接口
WO2019036903A1 (zh) 一种线路规划方法及其装置、存储介质
US9456043B1 (en) Introduction based on location and content usage data
US20160076902A1 (en) Colloquial or user-favored route based navigation instructions
CN109031354B (zh) 景区服务***及景区服务方法
US10107636B2 (en) Navigation system and navigation program
KR20200070464A (ko) 사용자 참여형 여행정보 제공 시스템
JP6271386B2 (ja) 情報提供システム及び情報提供方法
CN106895843B (zh) 一种车辆路线规划的方法、车载终端以及智能汽车
KR102177857B1 (ko) 질의응답 형식을 이용한 온라인 광고방법
US20170347232A1 (en) Determining Semantic Travel Modes
KR102275596B1 (ko) 버스 정류소 기반 여행 정보 제공을 위한 서비스 제공 장치 및 방법
CN106028445A (zh) 定位精准度的确定方法和装置

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

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

Country of ref document: EP

Kind code of ref document: A1