WO2011160687A1 - Système et procédé d'optimisation et de mise à jour dynamique d'informations d'itinéraire - Google Patents

Système et procédé d'optimisation et de mise à jour dynamique d'informations d'itinéraire Download PDF

Info

Publication number
WO2011160687A1
WO2011160687A1 PCT/EP2010/058897 EP2010058897W WO2011160687A1 WO 2011160687 A1 WO2011160687 A1 WO 2011160687A1 EP 2010058897 W EP2010058897 W EP 2010058897W WO 2011160687 A1 WO2011160687 A1 WO 2011160687A1
Authority
WO
WIPO (PCT)
Prior art keywords
route
data
navigation device
speed information
optimized
Prior art date
Application number
PCT/EP2010/058897
Other languages
English (en)
Inventor
Erik Thomassen
Renatus Van Troost
Original Assignee
Tomtom International B.V.
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 Tomtom International B.V. filed Critical Tomtom International B.V.
Priority to PCT/EP2010/058897 priority Critical patent/WO2011160687A1/fr
Publication of WO2011160687A1 publication Critical patent/WO2011160687A1/fr

Links

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
    • G01C21/34Route searching; Route guidance
    • 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
    • G01C21/34Route searching; Route guidance
    • G01C21/3453Special cost functions, i.e. other than distance or default speed limit of road segments
    • G01C21/3492Special cost functions, i.e. other than distance or default speed limit of road segments employing speed data or traffic data, e.g. real-time or historical

Definitions

  • the present invention relates to a system and method of optimizing and dynamically updating route information.
  • This disclosure is related to U.S. Pat. App. No. 61/129,491, and U.S. Pat. App. No. 61/193,027, and their corresponding PCT applications, PCT/EP2009/058131 and PCT/EP2009/058130, respectively, each of which is incorporated herein by reference.
  • GPS-based navigation devices are widely employed as personal navigation devices (PNDs), such as in-vehicle navigation systems. These devices enable a user to input a start and destination address, then calculate the best route between the two points and display instructions on how to navigate that route.
  • PNDs personal navigation devices
  • the software can determine at regular intervals the position of a pedestrian, vehicle, or other object, can display its current position on a map, and can display and/or vocalize appropriate navigation instructions.
  • Graphics depicting the actions to be accomplished e.g.,. a left arrow indicating a left turn ahead
  • Such devices are referred to herein as "onboard" navigation devices and include navigation devices integrated with the vehicle, such as in-dash devices, and portable devices used in association with a vehicle.
  • Map data for these devices comes from specialized map vendors. This map data is specially designed to be used by route guidance algorithms, typically using location data from the GPS device.
  • roads can be defined as lines or vectors, with a starting point, an ending point, and a direction.
  • An entire road may be made up of hundreds of vectors, each uniquely defined by its own starting point, ending point, and direction parameters.
  • a map integrates a set of such road vectors, as well as data associated with each vector (such as speed limit, travel direction, etc.), points of interest (such as shopping malls, airports, hospitals, etc.), road names, and geographic features (such as parks, mountains, rivers, etc.).
  • Each of these map features is typically defined in a coordinate system that corresponds with or relates to the GPS coordinate system, enabling a device's position as determined through a GPS system to be located within a road shown in a map, and for an optimal route to be planned to a destination.
  • Hybrid navigation systems in which an onboard navigation device associated with a vehicle communicates with a remote server-based navigation system, are known.
  • the onboard navigation device stores a network graph with static speed information which is used to determine the route between a given origin and destination (O-D pair) of a trip.
  • Dynamic speed information of, for example, traffic incidents, is transmitted from the server system on a cyclic basic (e.g. every x minutes) to the onboard device using a wireless communication channel.
  • the dynamic speed information is used to override the static speed information for stretches ahead of the current position of the vehicle and, in the case where predictive speed information has been transmitted, on more remote stretches of the route as well.
  • the dynamic speed information is then used to optimize the routing from the current vehicle position to the destination.
  • Embodiments of the invention meet those needs and others by providing a server that optimizes a route calculated by a navigation device using dynamic speed information not available to the device due to hardware constraints, and transmits the optimized route to the device using compression techniques that minimize bandwidth usage.
  • One embodiment of the invention provides a hybrid navigation system and method of optimizing and dynamically updating route information.
  • the method preferably comprises calculating a route represented by an origin-destination pair at an onboard navigation device associated with a vehicle from an origin to a destination based on a first road network graph and static speed information stored in the onboard navigation device, transmitting the origin- destination pair to a remote server via a wireless communication channel, determining an optimized route by the remote server based on a second road network graph and dynamic speed information stored in the remote server, encoding the optimized route, transmitting the encoded optimized route to the onboard navigation device, decoding the optimized route, fitting the optimized route to the first road network graph, and displaying the optimized route based on the first road network graph.
  • the system comprises an onboard navigation device, a remote server, a coding module, and a wireless communication channel, configured to carry out the steps of the method.
  • FIG. 1 is a flowchart illustrating a method according to one embodiment.
  • FIG. 2 is a schematic representation of a second road network graph including nodes and segments according to one embodiment.
  • FIG. 3 is a schematic representation of a route to be encoded within a second road network graph according to one embodiment.
  • FIG. 4 is a schematic representation of an optimized shortest route between start and end nodes within a second road network graph according to one embodiment.
  • FIG. 5 is a schematic representation of location reference points required to completely reference the optimized shortest route of FIG. 5 according to one embodiment.
  • FIG. 6 is a flowchart illustrating a method of decoding an optimized route according to one embodiment.
  • FIG. 7 is an exemplary segment-and-node graph of a route selected by the method according to one embodiment.
  • FIG. 8 is another exemplary segment-and-node graph of a route selected by the method according to one embodiment.
  • FIG. 9 is an exemplary system for implementing the method according to one embodiment.
  • FIG. 1 is a flowchart 5 illustrating a method for optimizing and dynamically updating route information according to an embodiment.
  • a route represented by an origin-destination pair e.g. latitude, longitude coordinates of the origin and destination
  • the preference model may be, for example, the fastest route, the shortest route, the most inexpensive route, a scenic route, or combinations thereof.
  • the user may enter an origin of 1400 Pennsylvania Ave., Washington D.C., a destination of 100 Summer St., Boston, MA, and select an option for the fastest route available.
  • the navigation device can calculate the fastest route between those two points based on the road network graph stored in the device, along with static speed information stored in the device.
  • Static speed information can be any information available to the onboard navigation device that is indicative of the likely speed and/or time between two points, but is not based on real-time conditions.
  • static speed information can be based on static speed averages, a full historic speed profile data per road stretch of the road network graph, and/or published speed limits for a given segment (or a fraction or multiple thereof).
  • Static speed information can be determined in various manners based on information available over time.
  • Static speed information is stored in the onboard navigation device and does not necessarily reflect current conditions during a trip.
  • the onboard navigation device is associated with a vehicle.
  • the vehicle can be any movable object, such as a pedestrian, car, truck
  • the origin-destination pair is transmitted from the onboard navigation device to a remote server via a wireless communication channel.
  • the navigation device may further transmit probe data collected by the device representing its location at various times, and Can Bus data, such as wiper data, temperature data, weather data, fuel consumption data, etc.
  • Can Bus refers to a vehicle bus standard for providing communications between vehicle computing devices.
  • this transmission can be encoded, compressed or encrypted, for example, at the navigation device, transmitted to the server, and decoded at the server, in order to minimize bandwidth usage, as is described in further detail herein.
  • the server may then store the decoded transmission information for later use or analysis.
  • the communication channel transmitting the route may alternatively be fully or partially wired, and can be, for example, a local area network (LAN), wide area network (WAN), a telephone network, such as the Public Switched Telephone Network (PSTN), an intranet, the Internet, or combinations thereof.
  • LAN local area network
  • WAN wide area network
  • PSTN Public Switched Telephone Network
  • intranet the Internet
  • Internet the Internet
  • an optimized route is determined by the remote server based on a second road network graph stored in the server, dynamic speed information stored in the server, and the selected preference model.
  • a second road network graph is used at the remote server because, for example, it may be more up-to-date and accurate than the first road network graph available to the navigation device. Further, the second road network graph may take into account dynamic speed information, such as real-time speed measurements, traffic incidents, delay time, predictive speed information for a period of time, road closures, construction data, traffic load data, and combinations thereof, that is not locally available to the navigation device due to bandwidth constraints and limited onboard processing capabilities. This dynamic speed information can be collected and stored from a variety of sources.
  • dynamic speed information is any information about speed and/or time for a trip segment that takes into account current conditions during the trip.
  • the optimized route is determined by the remote server by breaking the second road network graph down into a segment-and-node graph, as described further herein.
  • the remote server is able to map a plurality of routes between the origin and the destination, including a number of alternative routes. Further, the server can associate events and dynamic speed information with particular segments and/or nodes of the graph in order to determine the route that best meets the selected preference model, as well as alternative routes that are available should the first optimized route become unavailable or undesirable.
  • the remote server is able to process this information more efficiently than the navigation device, which has limited on-board hardware resources that may not be capable of executing the complex routing algorithms required to determine best available routes. Additionally, the remote server can have updated road network graphs and dynamic speed information due to its increased resources and bandwidth.
  • the remote server determines the optimized route according to the processes described in U.S. Pat. App. No. 61/129,491, and U.S. Pat. App. No. 61/193,027, and their corresponding PCT applications, PCT/EP2009/058131 and PCT/EP2009/058130, respectively, each of which is incorporated herein by reference.
  • the second network road graph for the network encompassing the origin-destination pair is checked for validity, for example, to ensure that consecutive segments of potential routes are connected and drivable.
  • the start and end nodes corresponding to the origin and destination points of the optimized route are checked for validity according to certain predetermined data format rules.
  • the start node must have one outgoing segment, and the end node must have one incoming segment. If either of the nodes has none or more than one segment, the node is not valid. In this case, a valid node outside the optimized route is located and the optimized route is adjusted.
  • the shortest path between the start node and the end node is then determined. Intermediates nodes along the shortest path are identified, and shortest paths between the intermediate nodes are calculated and assigned segments until the path is completely covered by calculated shortest segments. This series of nodes and segments is the optimized route for the shortest distance between the start node and the end node.
  • the route that best meets the selected preference model may not be the optimized route determined by the remote server. For example, if an accident occurs on the otherwise shortest route, the remote server may determine that the optimized route is a longer route. This longer route may or may not be the "next best" route that fits the criteria of the preference model (i.e. the "next shortest" route). In one embodiment, if the remote server is handling multiple alternative routing requests around an accident, the optimized route may send one vehicle along a first detour, and another along a second, longer, detour, in order to mitigate the potential for further delays, accidents, or detours along either detour route.
  • the optimized route is encoded by converting the start node, end node, and intermediates nodes along the optimized route into binary location reference points (LRPs) using a logical or physical data format, as described in detail in PCT/EP2009/058130, and further herein.
  • the physical data ultimately transmitted is a binary representation of the identified nodes, and contains attribute data so that the appropriate segments can be identified at the onboard navigation device.
  • the encoded and optimized route is transmitted to the onboard navigation device.
  • the optimized route is decoded by extracting the nodes from the transmitted binary data, and performing a validity check, as is described further herein with respect to FIG. 6. Failure of the validity check will result in termination of the process and the reporting of an error. Passage of the validity check indicates that the extracted information is sufficient to resolve the location of the nodes on the second road network graph at the navigation device.
  • the encoding and decoding process provides for a variety of benefits, such as privacy and the compression of the route into a smaller sized file that uses less bandwidth.
  • alternative routes may also be determined by the remote server, and can be encoded and transmitted to the onboard navigation device along with the optimized route using the same encoding and decoding process described above.
  • Encoding and decoding can be performed in any manner depending on bandwidth and resource constraints.
  • the optimized route can be transmitted in any formant with any type of encryption and/or compression, or without encryption or compression.
  • the optimized route is fit to the first road network graph. This step is necessary to ensure that the optimized route, which was selected and configured based on a second road network graph at the server, is correctly displayed on the first road network graph at the navigation device. A proper fit is achieved by overlaying the extracted nodes of the optimized route onto the corresponding nodes of the first road network graph, and using the transmitted attribute data to identify the appropriate segments that make up the optimized route. Fitting can be accomplished in any manner. For example, if a road segment is not found on the first road network graph, the closest segment to the missing segment on the first road network graph can be used.
  • the optimized route is displayed based on the first road network graph.
  • the navigation device may also display alternative routes, turn -by-turn instructions for the route from the origin to the destination, and/or an updated estimated time of arrival.
  • Alternative routes can be calculated by the onboard navigation device based on static speed information, or received from the remote server as described above. Where used, the alternative routes can be ranked or rated according to static and dynamic speed information for those routes, as well as their compliance with the various route requirements, such as the preference model.
  • FIGs. 2-5 illustrate the optimization and encoding of the route on the second road network graph.
  • FIG. 2 illustrates a second road network graph according to one embodiment, consisting of 15 nodes and 23 segments (two-way segments are counted twice). The nodes are numbered from 1 to 15. The necessary segment attributes are shown beside each segment using the format ⁇ FRC>, ⁇ FOW>, ⁇ Length (meters)>, wherein FRC represents the functional road class, and FOW represents the form of way.
  • the functional road class can hold eight different values in logical format that represent a main road, a first through sixth class road, or another class road.
  • the form of way can hold eight different values in logical format that represent an undefined form of way, a motorway, a multiple carriageway, a single carriageway, a roundabout, a traffic square, a sliproad, or another form of way.
  • the arrowheads indicate a possible driving direction for each segment.
  • the route to be encoded is shown in FIG. 3 using bold lines.
  • the route starts at node 1 and continues over nodes 3, 5, 7, 10, 11 , 13, 14, and ends at node 15. Its total length in the second road network graph is 685 meters.
  • the ordered list of segments and the map to be used during encoding serves as input to the coding module of the remote server in order to begin the encoding process, as described further herein.
  • FIG. 4 illustrates a shortest path using bold lines.
  • the shortest path has been calculated by the coding module between the start segment (segment between nodes 1 and 3) and the end segment (segment between nodes 14 and 15) of the route.
  • the shortest path has a length of 725 meters.
  • FIG. 5 shows the lines in bold that are selected for the location reference points along the shortest path.
  • the first LRP points to the segment from node 1 to 3 and indicates the start of the optimized route.
  • the second LRP points to the segment from node 10 to 1 1, and can be used to avoid deviation from the optimized route.
  • the last LRP points to the segment from node 14 to 15, and indicates the end of the optimized route.
  • FIG. 6 is a flowchart 100 representing the process of decoding the optimized route by the onboard navigation device once it is received from the remote server.
  • the incoming optimized route is received at the onboard navigation device in the form of binary data (or other machine-readable representation, such as XML), resulting from the encoding process by the remote server and structured according to the physical data format.
  • a validity check is performed. Failure of this step results in termination of the decoding process, and the reporting of an error as shown at processing block 124. Because the encoding process and the reduction of the optimized route to physical format is a lossy process, the information extracted from the binary data may not be as accurate as it was prior to the encoding process.
  • the decoder After validating the data and providing a list of decoded LRPs and their attributes at processing block 112, the decoder then begins processing each LRP in the list at processing block 1 14 to determine candidate nodes for each LRP. Candidates nodes are determined by using the LRP coordinates (represented in latitude, longitude) to identify the nearest node(s) appearing in the first road network graph stored at the onboard navigation device (represented generally as a digital map at block 118). At processing block 120, nodes that are further than a predetermined threshold value from the LRPs are eliminated.
  • candidate segments for each of the LRPs are identified. If the decoder fails to identify a candidate segment for any of the LRPs, then the decoding process is terminated and an error is reported, as shown at processing block 124. If the decoder identifies candidate segments for all of the LRPs, a list of the candidate nodes and segments existing in the first road network graph is generated at processing block 126.
  • more than one candidate node and/or segment is identified for each LRP.
  • the candidate nodes and/or segments can be rated or ranked.
  • a rating function is applied to the lists of candidate nodes and/or segments according to their compliance with the attributes of the LRP.
  • a rating function of portion thereof specific to nodes may include some measure of the distance od candidates to the physical or geographic position of the decoded LRP.
  • a rating function or portion thereof specific to candidate segments may include some means of assessing the correlation between the type of candidate segment identified and those represented in the decoded data, as well as some beating of those candidate and identified segments.
  • One skilled in the art will appreciate that many different mathematical and/or statistical bases exist for executing these types of rating functions.
  • most suitable candidates nodes and segments are identified.
  • the most suitable segments are used in the shortest path calculation at processing block 132.
  • the shortest path calculation is performed on each successive pair of LRPs, starting with the first and second LRPs represented by arrow 134.
  • the shortest path algorithm determines a route through the first road network graph, represented generally as digital map 118, using the most likely candidate nodes and segments.
  • Each determined shortest path is then validated at processing block 136 by determining a path length value between the start node and end node of that path, then comparing the path length value to the distance to next location reference point ("DNP") attribute specified in the data for each LRP, as indicated by arrow 138.
  • DNP next location reference point
  • the DNP measures the distance between two consecutive LRPs along the optimized route. If the path length value is within the DNP interval specified by the attribute data, the associated shortest path is validated.
  • a concatenated format i.e., an ordered list of all the segments present in the complete path
  • the concatenated shortest path is trimmed according to the retrieval (represented by arrow 144) and extraction of offset values at processing block 110.
  • FIG. 7 represents another route that has been broken down into segments and nodes according to an embodiment in order that the route may be optimized by the server using dynamic speed information.
  • a segment-and-node route represents a continuous route within a road network, with the route being expressible as a list of segments (AB, BC, CD, DE, EF, FG) that are consecutively ordered and separated by nodes (A, B, C, D, E, F, G) that represent intersections, potentially where an alternative route may be taken.
  • the user may select an origin represented by node A and destination represented by node G and select the shortest trip distance as the preference model.
  • the navigation device may initially assign the user to travel the route represented by segments AB, BC, CD, DE, EF, and FG, consecutively.
  • the server may amend the route so that the user travels along segments AB, BC, CF, and FG, consecutively, due to dynamic traffic data available to the server.
  • the server may route the user along deviation segment CF instead of segments CD, DE, and EF, due to, for example, construction, road closures, traffic incidents, and/or a high traffic load on one or more of segments CD, DE, and/or EF.
  • the server may also route the user along deviation segment CF instead of segments CD, DE, and EF, for reasons unrelated to dynamic traffic data, such as a calculation by the server that deviation segment CF is shorter in distance than segments CD, DE, and EF.
  • the server may calculate updated travel and arrival times to encode and transmit to the navigation device along with the optimized route. Updated travel and arrival times may depend on the bias of historic speed information on the navigation device and the server, and the bias between the historic and real-time traffic patterns, as influenced by the amount of bandwidth usage needed to keep such information up to date.
  • FIG. 8 illustrates a route with an origin represented by node H and a destination represented by node T, broken down into segments (HI, IJ, JP, PS, ST) and nodes (H, I, J, P, S, T).
  • all available deviation segments JK, JK, LM, MP, J , NO, OP, OQ, QR, and RS on the route are also identified by the server and illustrated.
  • the server can check segment JP for dynamic traffic data. If the road represented by segment JP is closed, the server can transmit the amended route represented by segments JK, KL, LM, and MP, consecutively, to the device as a possible detour.
  • the server may instead transmit the amended route represented by segments JN, NO, and optionally OP, to the device as a detour in order to balance the traffic load on each of the detours and mitigate any delays on the detours.
  • the server may continue routing some vehicles traveling along segments JN and NO to OQ, QR, and RS, consecutively, in order to merge further down the route.
  • FIG. 9 illustrates system of an embodiment for effecting the functions described above.
  • Remote server 210 is connected over wireless communication channel 240 to a plurality of onboard navigation devices 250.
  • Remote server 210 is configured to determine an optimized route based on a second road network graph and dynamic speed information stored at the remote server.
  • Remote server 210 may further be configured to calculate the dynamic speed information based on probe data associated with one or more navigation devices.
  • Remote server 210 is typically a computer system, and may be an HTTP (Hypertext Transfer Protocol) server, such as an Apache server.
  • HTTP Hypertext Transfer Protocol
  • Remote server 210 includes memory 220 and processor 230, which are in communication with one another.
  • memory 220 stores the second road network graph, dynamic speed information, transmitted probe data and can bus data, and/or origin-destination pairs.
  • Memory 220 may be any type of storage media that may be volatile or non-volatile memory that includes, for example, read-only memory (ROM), random access memory (RAM), magnetic disk storage media, optical storage media, flash memory devices, and zip drives.
  • Processor 230 effects the various determination functions of remote server 210, and includes a coding module configured to encode and decode data, such as the optimized route, as described above.
  • wireless communication channel 240 may be a local area network (LAN), wide area network (WAN), a telephone network, such as the Public Switched Telephone Network (PSTN), an intranet, the Internet, or combinations thereof.
  • the plurality of onboard navigation devices 250 may be personal navigation devices, satellite devices, or computer-readable mediums on other computing devices, such as personal computers, laptops, personal digital assistants (PDAs), cell phones, netbooks, thin clients, and the like.
  • PDAs personal digital assistants
  • the plurality of onboard navigation systems 250 are characterized in that they are capable of being connected to wireless communication channel 240.
  • onboard navigation device 250 calculates a route represented by an origin-destination pair between the two points based on static speed information for a first network graph and the preference model, if selected.
  • the origin- destination pair is transmitted from onboard navigation device 250 to remote server 210 over wireless communication channel 240.
  • a signal is transmitted from one of the onboard navigation devices 250, the signal having a destination address (e.g., address representing the server), content (e.g. an origin-destination pair), and a return address (e.g. address representing the onboard navigation device that sent the content).
  • Processor 230 determines and optimized route based on a second road network graph and dynamic speed information stored at memory 220, such as, for example, real-time speed measurements, traffic incidents, delay time, predictive speed information for a period of time, road closures, construction data, traffic load data, or combinations thereof, for the entire second road network graph. Further, processor 230 includes a coding module that encodes the optimized route in order to compress it, and transmits the optimized route to onboard navigation device 250 via wireless communication channel 240. Onboard navigation device 250 fits the optimized route to the first road network graph, and displays the optimized route to the user based on the first road network graph.
  • the server as illustrated and discussed herein has various modules which perform particular functions and interact with one another. It should be understood that these modules are merely segregated based on their function for the sake of description and represent computer hardware and/or executable software code which is stored on a computer-readable medium for execution on appropriate computing hardware.
  • the various functions of the different modules and units can be combined or segregated as hardware and/or software stored on a computer-readable medium as above as modules in any manner, and can be used separately or in combination.
  • the described devices can be a single hardware device or plural devices.
  • the onboard navigation device can include a separate memory device.

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Automation & Control Theory (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Navigation (AREA)

Abstract

L'invention décrit des systèmes et procédés d'optimisation et de mise à jour dynamique d'informations d'itinéraire qui combinent et optimisent le routage tant embarqué que débarqué afin de transmettre des informations de trafic en temps réel et prévisionnelles à un dispositif de navigation. Un serveur optimise un itinéraire calculé par un dispositif de navigation au moyen d'informations de trafic non disponibles pour le dispositif du fait de contraintes matérielles, et transmet l'itinéraire optimisé au dispositif au moyen de techniques de compression qui minimisent l'utilisation de la bande passante.
PCT/EP2010/058897 2010-06-23 2010-06-23 Système et procédé d'optimisation et de mise à jour dynamique d'informations d'itinéraire WO2011160687A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/EP2010/058897 WO2011160687A1 (fr) 2010-06-23 2010-06-23 Système et procédé d'optimisation et de mise à jour dynamique d'informations d'itinéraire

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/EP2010/058897 WO2011160687A1 (fr) 2010-06-23 2010-06-23 Système et procédé d'optimisation et de mise à jour dynamique d'informations d'itinéraire

Publications (1)

Publication Number Publication Date
WO2011160687A1 true WO2011160687A1 (fr) 2011-12-29

Family

ID=43638639

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2010/058897 WO2011160687A1 (fr) 2010-06-23 2010-06-23 Système et procédé d'optimisation et de mise à jour dynamique d'informations d'itinéraire

Country Status (1)

Country Link
WO (1) WO2011160687A1 (fr)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3109594A1 (fr) * 2015-06-22 2016-12-28 HERE Global B.V. Routage de navigation agnostique de carte basé sur des points centrals
WO2017012672A1 (fr) * 2015-07-23 2017-01-26 Harman Becker Automotive Systems Gmbh Fourniture d'un système de navigation avec itinéraires navigables
CN106525060A (zh) * 2015-09-11 2017-03-22 中兴通讯股份有限公司 一种信息更正方法、智能终端、服务器和系统
NO20170880A1 (no) * 2017-05-30 2018-11-19 Stormgeo As Fremgangsmåte og system for beregning av en rute for fartøy
CN110132292A (zh) * 2018-02-08 2019-08-16 北京搜狗科技发展有限公司 一种导航方法、装置和电子设备
DE102018210630A1 (de) * 2018-06-28 2020-01-02 Bayerische Motoren Werke Aktiengesellschaft Wegführung
US11112251B2 (en) 2019-09-03 2021-09-07 Here Global B.V. Method, apparatus, and computer program product for generating correspondence between map versions
US11157501B2 (en) 2018-05-17 2021-10-26 Amadeus S.A.S. Database caching
CN115116258A (zh) * 2022-06-24 2022-09-27 武汉元光科技有限公司 一种公交车运营状态的识别方法、装置以及处理设备
CN115358551A (zh) * 2022-08-08 2022-11-18 北京掌行通信息技术有限公司 一种高速公路引流分析方法、装置、存储介质及终端

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040049337A1 (en) * 1997-08-19 2004-03-11 Siemens Automotive Corporation, A Dalaware Corporation Vehicle information system
US20070225894A1 (en) * 2006-03-27 2007-09-27 Denso Corporation Traffic information management system
WO2008037471A2 (fr) * 2006-09-27 2008-04-03 Tom Tom International B.V. Dispositif de navigation portable avec interface sans fil
US20100153207A1 (en) * 2008-12-11 2010-06-17 Randy Roberts Method and system for providing consumer services with a telematics system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040049337A1 (en) * 1997-08-19 2004-03-11 Siemens Automotive Corporation, A Dalaware Corporation Vehicle information system
US20070225894A1 (en) * 2006-03-27 2007-09-27 Denso Corporation Traffic information management system
WO2008037471A2 (fr) * 2006-09-27 2008-04-03 Tom Tom International B.V. Dispositif de navigation portable avec interface sans fil
US20100153207A1 (en) * 2008-12-11 2010-06-17 Randy Roberts Method and system for providing consumer services with a telematics system

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11125569B2 (en) 2015-06-22 2021-09-21 Here Global B.V. Midpoint-based map-agnostic navigation routing
US9933269B2 (en) 2015-06-22 2018-04-03 Here Global B.V. Midpoint-based map-agnostic navigation routing
EP3109594A1 (fr) * 2015-06-22 2016-12-28 HERE Global B.V. Routage de navigation agnostique de carte basé sur des points centrals
US20180216949A1 (en) * 2015-07-23 2018-08-02 Harman Becker Automotive Systems, Gmbh Providing a navigation system with navigable routes
US10371540B2 (en) 2015-07-23 2019-08-06 Harman Becker Automotive Systems Gmbh Providing a navigation system with navigable routes
WO2017012672A1 (fr) * 2015-07-23 2017-01-26 Harman Becker Automotive Systems Gmbh Fourniture d'un système de navigation avec itinéraires navigables
CN107850455B (zh) * 2015-07-23 2022-05-24 哈曼贝克自动系统股份有限公司 提供具有可通航路线的导航系统
CN107850455A (zh) * 2015-07-23 2018-03-27 哈曼贝克自动系统股份有限公司 提供具有可通航路线的导航系统
CN106525060A (zh) * 2015-09-11 2017-03-22 中兴通讯股份有限公司 一种信息更正方法、智能终端、服务器和系统
NO20170880A1 (no) * 2017-05-30 2018-11-19 Stormgeo As Fremgangsmåte og system for beregning av en rute for fartøy
NO343162B1 (no) * 2017-05-30 2018-11-19 Stormgeo As Fremgangsmåte og system for beregning av en rute for fartøy
CN110132292A (zh) * 2018-02-08 2019-08-16 北京搜狗科技发展有限公司 一种导航方法、装置和电子设备
US11157501B2 (en) 2018-05-17 2021-10-26 Amadeus S.A.S. Database caching
DE102018210630A1 (de) * 2018-06-28 2020-01-02 Bayerische Motoren Werke Aktiengesellschaft Wegführung
US11112251B2 (en) 2019-09-03 2021-09-07 Here Global B.V. Method, apparatus, and computer program product for generating correspondence between map versions
CN115116258A (zh) * 2022-06-24 2022-09-27 武汉元光科技有限公司 一种公交车运营状态的识别方法、装置以及处理设备
CN115358551A (zh) * 2022-08-08 2022-11-18 北京掌行通信息技术有限公司 一种高速公路引流分析方法、装置、存储介质及终端

Similar Documents

Publication Publication Date Title
WO2011160687A1 (fr) Système et procédé d'optimisation et de mise à jour dynamique d'informations d'itinéraire
US11125569B2 (en) Midpoint-based map-agnostic navigation routing
US10902720B2 (en) Traffic light signal adjustment notification improvement
EP3109591B1 (fr) Routage de navigation à base de points de décision independent de la carte
EP2270764B1 (fr) Serveur de guidage de route, appareil de navigation, système de guidage de route et procédé de guidage de route
JP6094543B2 (ja) 出発地・目的地抽出装置、出発地・目的地抽出方法
US11022457B2 (en) Method, apparatus, and computer program product for lane-level route guidance
US8150611B2 (en) System and methods for providing predictive traffic information
US7660663B2 (en) Traffic information transmitting apparatus, transmitting method, and transmitting program
EP3745087A1 (fr) Procédé, appareil et produit programme informatique permettant de déterminer des profils de vitesse d'un véhicule au niveau des voies
JP2004325357A (ja) 経路探索システム及び方法、ナビゲーションシステム並びにコンピュータプログラム
US11293762B2 (en) System and methods for generating updated map data
US10982969B2 (en) Method, apparatus, and computer program product for lane-level route guidance
US11644333B2 (en) Apparatus, method, and computer program product for generating map data of categorized links
JP5162978B2 (ja) 経路探索方法、経路探索システム、及び、プログラム
EP3789732B1 (fr) Procédé, appareil et produit programme informatique pour générer une correspondance entre des versions de carte
EP3748302B1 (fr) Procédé, appareil et produit programme informatique pour des empreintes digitales d'itinéraire agnostique de données de carte
EP3748301A1 (fr) Procédé, appareil et produit programme informatique pour des empreintes de route indépendantes des données de carte
US11081000B2 (en) Method and system for generating heading information of vehicles
JP4663366B2 (ja) ナビゲーション装置
US10883839B2 (en) Method and system for geo-spatial matching of sensor data to stationary objects
US20210370933A1 (en) Methods and systems for validating path data
US11796322B2 (en) Apparatus, method, and computer program product for updating link information on a client device
JP4761582B2 (ja) 経路探索システム、経路探索サーバおよび経路案内方法
KR102197199B1 (ko) 교차로 회전 통행 속도를 산출하여 교통 정보를 생성하는 방법

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

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

Country of ref document: EP

Kind code of ref document: A1