PROVIDING COMMERCIAL ENTERPRISE DATA WITH MAP DATA
20170195841 ยท 2017-07-06
Inventors
Cpc classification
G06Q10/025
PHYSICS
International classification
Abstract
Disclosed are methods and systems for downloading map data. A database of layers of map data is maintained. The map data may be representative of at least one map image of a geographic area. Each layer may provide progressively more detailed display information. Map data is downloaded to a client computer, and the may data may be sufficient to allow a user to navigate within a geographic area without requiring new map data to be downloaded.
Claims
1-16. (canceled)
17. A method comprising: receiving, in a computer, a search request that includes one or more selection criteria; determining, on the computer, one or more locations within a defined geographic area at which a match to at least one of the selection criteria is found; and transmitting, by the computer, data to a requesting device from which the search request was received, the data identifying the matches to the selection criteria.
18. The method as recited in claim 17 further comprising: transmitting, by the computer, map data corresponding to the defined geographic area, wherein the one or more locations are identified in the map data.
19. The method as recited in claim 18 further comprising: storing, on the computer, a user profile identifying a user of the requesting device who generated the search request; and determining the one or more locations is further responsive to the user profile.
20. The method as recited in claim 19 wherein the user profile comprises data provided by the user prior to the search request.
21. The method as recited in claim 19 wherein the data includes one or more advertisements for commercial entities at the one or more locations, wherein the advertisements are generated responsive to the user profile.
22. The method as recited in claim 21 wherein the advertisements are displayed in proximity to the one or more locations on a map when the map data is displayed.
23. The method as recited in claim 21 wherein the commercial entities are third parties to an owner of the computer.
24. The method as recited in claim 21 wherein the advertisements are separate from the map data.
25. The method as recited in claim 18 wherein the requesting device is a mobile device.
26. The method as recited in claim 25 further comprising receiving, by the computer, location data from the mobile device identifying a location of the mobile device.
27. The method as recited in claim 26 further comprising transmitting additional map data responsive to the location data from the mobile device, the additional map data providing greater accuracy relative to the location of the mobile device.
28. The method as recited in claim 17 wherein the data transmitted by the computer to the requesting device is independent of a software platform on the requesting device.
29. A method comprising: receiving, in a computer, a search request that includes one or more selection criteria, the search request received from a user having a user device; retrieving, by the computer, user data associated with the user from a user profile stored on the computer; determining, on the computer, one or more locations within a defined geographic area at which a match to at least one of the selection criteria is found; determining, responsive to the user data, additional data to be transmitted; transmitting, by the computer, data to the user device, the data identifying the matches to the selection criteria; and transmitting, by the computer, the additional data.
30. The method as recited in claim 29 wherein the additional data comprises one or more advertisements associated with the one or more locations.
31. The method as recited in claim 30 further comprising: transmitting map data for the defined geographic area including the one or more locations for display on the user device, wherein the one or more advertisements are displayed in proximity to the one or more locations.
32. The method as recited in claim 29 further comprising: receiving, by the computer, location data from the user device, the location data locating the user device within the defined geographic area.
33. A non-transitory computer accessible storage medium having instructions stored thereon that are executable by a computer system to cause the computer system having a memory and a processor to perform operations comprising: receiving, in a computer, a search request from a user having a user device; retrieving, by the computer, user data associated with the user from a user profile stored on the computer; identifying one or more search results responsive to the search request; identifying additional data to accompany the search results responsive to the user data; transmitting, by the computer, map data to the user device, wherein the map data includes one or more geographic locations associated with the search results; and transmitting, by the computer, the additional data.
34. The non-transitory computer accessible storage medium as recited in claim 33 wherein the additional data is displayed near the one or more geographic locations on a map represented by the map data when the map is displayed on the user device.
35. The non-transitory computer accessible storage medium as recited in claim 33 wherein the additional data comprises an advertisement for a commercial entity located at one of the one or more geographic locations.
36. The non-transitory computer accessible storage medium as recited in claim 35 wherein the commercial entity has paid a fee to an owner of the computer to target one or more elements of user data that are included in the users profile.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
[0062] In order to understand the invention and to see how it may be carried out in practice, a preferred embodiment will now be described, by way of non-limiting example only, with reference to the accompanying drawings, in which:
[0063]
[0064]
[0065]
[0066]
[0067]
[0068]
[0069]
[0070]
[0071]
[0072]
[0073]
[0074]
[0075]
[0076]
[0077]
[0078]
DETAILED DESCRIPTION OF ILLUSTRATIVE EMBODIMENTS
Overview
[0079]
Map Server Application
[0080] This module is divided into three parts:
[0081] i. Preliminary data preparation process
[0082] ii. Data minimization process
[0083] iii. Data Transfer process
Preliminary Data Preparation Process
[0084]
[0085] The initial Vector data of a map is a database file (.mdb, .txt, .xls etc). This database contains detailed description of variety of elements in the area that this map represents (like parks, streets, lakes . . . ). The first step in the Preliminary Data Preparation Process is the creation of a new filtered compact database that contains the minimal information needed for reconstructing therefrom a drawing of the map. The elements that are included in the minimal database are streets and roads. The format of the data is: Id, Name, Type, x1, y1, x2, y2, where: [0086] Id a unique id number for this street/road [0087] Name the name of this street/road [0088] Type the type of the street/road (main traffic, dirt, narrow . . .) [0089] x1, y1, x2, y2 the coordinates that defines a simple geometrical line which is a section of the street/road itself.
[0090]
Data Minimization Process
[0091] The purpose of this process is the creation of a minimal data structure (link list) that holds all the Minimal-sorted group information, as efficiently as possible to be sent to the client. In order to achieve it, three special non-lossy optimization techniques are used:
[0092] Each Minimal-sorted group contains the information (coordinates) of a single street/road and a single type. Each Minimal-sorted group is represented by a corresponding data structure (link list) in which both the name and the type appears only once (at the beginning) and the rest of the information refers to the same street/road.
[0093] Owing to the fact that the line segments that represent roads/streets are connected to each other end to end, all the x2, y2 of all the lines except the last line can be eliminated since x2, y2 of each line segment is equal to x1, y1 of a subsequent line segment.
[0094]
[0095]
[0096]
Data Transfer Process
[0097] This process is responsible for transferring the compressed data to the clients. The preliminary operation is the creation of an array in the Map server's memory that holds all the compressed files (packets), as a collection of bytes (binary format). The compressed-files-loading-order is important, as it also sets the transfer order. The loading process begins with the main traffic streets/roads and ends in loading the small dirt roads/streets.
[0098] As the array of packets is fully loaded, the Map server is prepared for data transfer. The second a client arrives, the data transfer process starts (it is done in the background using a new thread) in which all the packets are transferred to the client, one by one. An important thing to mention is that each packet contains information that can be easily and independently reversed engineered by the receiver, to restore it to the original format of data.
Map Client
[0099] This module is divided into three parts:
[0100] i. Data receiver
[0101] ii. Data processor
[0102] iii. Drawing engine
Data Receiver
[0103]
Data Processor
[0104] The Data Processor is responsible for restoring the original data format from the incoming compressed data. It is divided into two stages:
[0105] i. Decompressing the zip object
[0106] ii. Restoring the original data format.
[0107] Stage a: the compressed file, as it appears in the machine's memory, is a collection of bytes with no visible logical interrelationship (it looks like random collection of bytes). In order to deal with the content it actually holds, it must first be decompressed. In this stage, the zip file object is decompressed into the data structure that holds all the information (minimal information) for restoring the Minimal-sorted group.
[0108] Stage b: This stage operates reverse engineering to the inputted data structure. Reversing the Map server's Data Minimization Process optimizes the drawing process as it saves lots of arithmetical operations that, otherwise, would be done repeatedly. The flow of this process corresponds exactly to the Map server's Data Minimization Process, only in reversed order. The result of this restoration process is a data structure that holds all the lines that represent the current street/road in addition to textual data relating to its name and type. Each zip file object is transformed into the above data structure, and all of these structures are held in one array (main array). This array is used by the Drawing Engine.
Drawing Engine
[0109]
[0110] The coordinates, each of which is received by the drawing engine in its original format (5-6 digits), must be somehow fitted to the size of the screen, in pixels. This operation is a linear transformation in which each coordinate is transformed to a new corresponding coordinate in pixels.
[0111] Preferably, the invention is applied to an activity ring map as an Internet platform for unlimited various layers of information from lots of fields of interest. This platform may be followed by various toolbars for different queries of the data that can be represented on the map. Furthermore, when used as part of an Internet platform, each object that appears on the map can become a live independent entity that can be contacted interactively in real-time through all the various connection methods like email, audio, chat, video, home page and so on.
[0112] Suggested methods for using the invention as an Internet platform include:
[0113] 1. Creating visual Yellow Pages for each city in the world. In this case, the underlying database should contain the list of all the business places in the area (including their location). As shown in
[0114] The ability to correlate between the map database and one or more landmarks can be implemented in both directions: consumers to suppliers, or suppliers to consumers. Thus, consumers can leave their demands according to several criteria (including location), and let the suppliers respond. For example, suppose a consumer wants to purchase a compact disc player capable of both playing and recording up to $200. The consumer enters this data via the client program and downloads it to the map web site. The map server cross refers in the map database for all relevant suppliers and circulates the demand to those suppliers. A supplier receiving the consumer's request can respond affirmatively to the map server whereupon the relevant section of the global map is circulated back to the consumer with the map location of the supplier being highlighted.
[0115] However, it should be understood that display of the underlying map data is optional. In the absence of such display, the system provides basic information corresponding to printed Yellow Pages which present a listing of commercial enterprises addressing specified criteria. Printed Yellow Pages, of course, sort the data according to alphabetical subject headings such as Health Resorts, Hospitals, Hotels, and so on. The invention allows much more than such basic information to be downloaded to the client machine. First, the data that is displayed on the client machine is preferably confirmed to a narrow geographic area of interest specified by the operator of the client machine. In the case that the display of such information is allied to the prior display of map data, the geographic area is specified by entering navigation commands using suitable navigation keys (e.g. UP, DOWN, LEFT, RIGHT, ZOOM IN, ZOOM OUT and so on). In the case of a standalone system that is adapted to display only the data associated with specified commercial enterprises, selection criteria can be entered either by way of predefined menus or using conventional key word searches. The selection criteria may or may not include geographic data restricting the display of advertisement data to a specified geographic area. For example, a user can display all vegetarian restaurants within a specified geographic area and data relating to all vegetarian restaurants in that area are displayed on the client machine. In the case that the display of such information is allied to the display of map data, the location of the restaurants is immediately apparent; otherwise, street addresses may be displayed in much the same manner that corresponding information is presented in printed Yellow Pages.
[0116] However, the principal benefit of such an approach resides not in whether map data is displayed as a background to the commercial enterprise data, but rather in that, unlike Yellow Pages the commercial enterprise data may be dynamic in two senses. First, it may display features dynamically such as animation scripts, graphics and so on. Second, the data itself may be updated dynamically as explained above. Thus, consider the previous example where a client machine has requested that data relating to all vegetarian restaurants in a specified area be displayed on the client machine. If now a vegetarian restaurant in that area has a business lunch special details thereof can be downloaded from the vegetarian restaurant (or a marketing firm thereof) to the map server. The latter knows that a client machine has requested data relating to vegetarian restaurants in a specified area and is still on-line (i.e. connected to the map server). It therefore downloads the supplementary data relating to the specific restaurant to the client machine, where it is immediately displayed either independent of any map data or in proper spatial relationship to a street map previously downloaded to the client machine. In either case, it is to be understood that the supplementary data relating to advertisements and so on is not map data and its being downloaded independent of, and supplementary to, any previously downloaded map data does not affect the map display but merely superimposes advertisement data thereon. Thus, even in the case where the display of advertising information and the like is allied to the display of map data, no new map data need be downloaded from the map server in order to accommodate a client machine's request.
[0117] The ability to send advertisement data in this manner provides an effective mechanism for financing the system. In much the same manner that commercial enterprises (or subscribers) pay for subscription to Yellow Pages so too they must pay the service provider operating the map server for inclusion in the database. Moreover, in the same manner that the cost to commercial enterprises for inclusion in Yellow Pages depends on the type of entry (specifically how large and prominent it is) so, too, the service provider may operate different tariffs according to specified criteria. In particular, updating data as described above may be subject to a larger tariff to which there may even be added a supplement for forwarding to an on-line client. Likewise, there may be a higher rate for downloading registered trademarks associated with the commercial enterprise since these, by their very nature, are particularly distinctive and therefore prominent. It should be understood that the term commercial enterprise includes any entity paying for subscription to the service provider.
[0118]
[0119] (a) downloading the static base component to the client machine for storage and display thereby, and
[0120] (b) downloading the dynamic auxiliary component independent of the static component.
[0121]
[0122] When related to the map server application, the static base component may include map data and the dynamic data may correspond to advertisements to be displayed on a displayed section of the map in correct spatial relationship thereto according to the location of the advertisement owner. In such case the client machine determines whether a currently displayed section of the map includes the location of the advertisement owner, and if so displays the dynamic auxiliary component on the displayed section of a map in correct spatial relationship thereto. The dynamic component may come to replace an already downloaded and displayed data component. In such case, there are further included the steps of determining whether the dynamic auxiliary component is already displayed. If so, data in a display buffer corresponding to the dynamic auxiliary component already displayed is substituted with fresh data corresponding to the downloaded dynamic auxiliary component.
[0123]
[0124] (a) maintaining a database including a plurality of records each containing data relating to commercial subscribers including at least name, address and category,
[0125] (b) optionally imposing a periodic subscription fee on at least some of said commercial subscribers,
[0126] (c) receiving from a client machine connected thereto a request to download data relating to at least one specified category of commercial subscriber,
[0127] (d) extracting from the database respective records and downloading to the client machine for display thereby,
[0128] (e) allowing receipt of an update from one or more commercial subscribers in respect of substitute or supplementary data to that contained in the respective database record of said one or more commercial subscribers,
[0129] (f) updating said database as required,
[0130] (g) checking whether a client machine is on-line and has extracted data from the respective database record of said one or more commercial subscribers, and if so
[0131] (h) downloading to the client machine the update in respect of each of said one or more commercial subscribers for display on the client machine.
[0132] As noted above, such a business method can be carried out independent of the whether map data forms the background against which downloaded data is displayed to the client. Moreover, the business method for displaying yellow pages, for example, is clearly independent of the mechanism by which advertising data is downloaded by the client from the web server. Thus, whilst the map data, as described above, is preferably structured in layers so as to speed up the manner in which it is fed to the client and to allow auxiliary data to be dynamically downloaded, this need not apply when downloading data from the yellow pages database. As will now be explained, the invention contemplates maintaining yellow pages database for optional subscription by business enterprises for on-line searching by a client. The data downloaded from the database by the client may, but does not have to be, displayed against a background of location data derived from a map, as explained above. Likewise, data downloaded by the client may be downloaded dynamically for layer-by-layer display against a static background: but it does not have to be. That is, the benefits of the yellow pages database, both to the business subscribers and to the clients, are quite independent of the mechanism by which data is downloaded and cached by the client machine.
[0133]
[0134] According to such a business method, the client is encouraged to become a member of the consumer club, since only the is he eligible for the special offers. The consumer clubs themselves serve as incentives to attract the attention targeted consumers. This is particularly important for the business enterprises since they are essentially selected for display by the client according to type, and therefore generally data relating to many different competitors are downloaded from the web server to the client machine for display thereby. The actual business enterprise selected by the user is therefore largely influence by the eye appeal that the displayed data has to the end user. The need for eye appeal parallels the need in printed yellow pages to provide larger and more eye-catching advertisements so that a casual reader will be drawn to an attractive advertisement in preference to a less appealing advertisement of a competitor. Similar approaches may be adopted for financing the on-line yellow pages database run by the web server. Thus, a graded subscription may be applied according to the size of the listing to be displayed when a subscribing enterprise meets a client search criteria. For example, a simple basic listing may be provided for free. The textual data of the basic listing may be displayed using a larger and therefore more obtrusive font for a specified subscription fee. For an even higher fee, the basic listing may be displayed both magnified and bold. If the subscribing business enterprise wished to display a logo instead of the textual data corresponding to the basic listing, this may be stored in the database for a higher subscription fee. The logo may be displayed together with the basic listing for an even higher fee; and for an even higher fee the basic listing may be displayed super magnified.
[0135]
[0136] If a user who wishes to join a specific consumer club is not a member of the web server club, then clicking on the menu option Join Customer's Club causes display of an initial data capture form that allows the web server to capture the user's personal data, whereupon the database is updated to reflect the consumer's personal data and the identity of the consumer club of which he or she is now a member. Such an approach thus requires the consumer to enter his or her personal data once only when joining the web server club. It will also be seen from
[0137]
[0138] Upon clicking selected options in the entry form 21 and clicking OK, a subset of data is extracted from the database for display on the client machine as shown in
[0139]
[0140] The invention thus allows bidirectional communication between a consumer (i.e. client) and a business enterprise. The business enterprise can download general advertising data to all consumers, while the consumer can elect to join a consumer club associated with a specific business enterprise and thereafter enjoy special offers targeted to members of the consumer club only, according to a target user profile. The business enterprise can derive statistics relating to the consumer club, such as growth, membership statistics broken down by age, profession, salary, education and any other criteria finding expression in the user profile.
[0141] 2. Such an approach provides a general platform for advertisements and may be further extended. For example, the toolbars displayed by the client program may be adapted to carry buttons having captions such as second hand cars, apartment rental etc. The results of a query are shown as entities that can be contacted directly using email, chat, video etc, from within the site. For instance, if the user looks for apartments for rent, the results may be displayed on the map according to the location of the apartments that were found in the database. Alternatively, the results may be displayed independent of the map data. Likewise, the database may be customized for a specific application that does not require the display of map data and so includes only the subscriber's advertisement data. In the general case, as described, it will further be appreciate that the subscribers may be private individuals using the system to sell personal goods. However, their use of the system is still subject to payment to the service provider and so, in this sense, they remain commercial subscribers.
[0142] 3. The invention may be directed to platforms other than computers. For example, the invention may be implemented in microchips like the Smart Cards (used in many systems even found on credit cards), SIMM Cards found in cellular phones or PDAs. The fact that the Map client application can be implemented in Java into a small Java-class-file, enables the connection between the invention and microchips (mostly Java-based microchips). Based on the fact that the Map client application occupies less than 5 KB and the current minimum available storage size in such cards is 32 KB, the installation of this client is practical, and can be done without great difficulty. In this way, the small client application can be executed directly on the target machine. For example, many GSM mobiles contain a Java-based SIMM card in which the Map client application can be installed and executed. In this case the mobile's screen can be used by the client application for displaying the desired map (instead the monitor at home).
[0143] 4. The invention may also be implemented as platform for visual location-dependent control centers. Such an approach can be used by organizations that need to visualize the location of their distributed elements, either for stationary elements (like warehouses, customers, etc.) or for non-stationary elements (like buses, delivery trucks etc). Stationary elements can be loaded into to the control center manually, so as thus to appear on the map. The non-stationary elements should report their location to the control center at specific time intervals, and immediately appear on the map in the last updated location. A possible method that can be practically used by the non-stationary elements is the use of the mobile telephone as a location tracer. This technology is currently available and is used by companies that need to trace the location of mobile telephones for any reason. Such a method is relevant for organizations like public transportation center, deliveries, organizations and so on. For instance, buses in a specified geographic region may be equipped with built-in mobile telephones facilitating effective location tracking of the buses. Location-dependent control centers can then be established at which a user can see exactly where a desired bus is, and thus make a good prediction of when the next bus will arrive. It also gives the public transportation center visual feedback of the location of all its vehicles in the area.
[0144] It will also be understood that the system according to the invention may be a suitably programmed computer. Likewise, the invention contemplates a computer program being readable by a computer for executing the method of the invention. The invention further contemplates a machine-readable memory tangibly embodying a program of instructions executable by the machine for executing the method of the invention.
[0145] It will be apparent to those skilled in the art that modifications can be made to the implementation of the invention without departing from its scope as defined in the claims. Thus, for example, whilst in the preferred embodiment, the map data is compressed before downloading to the client machine, it is envisaged that this may not be necessary if a very high bandwidth communications channel were available. Likewise, the data compression might be omitted if the client were willing to wait a sufficiently long time for the complete map data to be downloaded in order to enjoy the benefit offered by the invention in terms of almost immediate post-processing.
[0146] Other modifications will likewise be apparent to those skilled in the art. For example, data may be selected from the web server database relating to businesses that send personal to the customer's premises. In such case, the location of the business may not be relevant to the customer and the agent in the client machine may suppress any map data so as not to be displayed. Also, since preferably information is conveyed from the web server to the client machine in layers, once sufficient layers are downloaded by the client machine, continued connection to the web server is no longer necessary. Thus, except from those situations where real-time updating of data is required and display of dynamic information such as special offers and the like, the client machine may be disconnected from the web server after downloading the necessary features of the database. In the method claims that follow, alphabetic characters used to designate claim steps are provided for convenience only and do not imply any particular order of performing the steps.