US6092076A - Method and system for map display in a navigation application - Google Patents
Method and system for map display in a navigation application Download PDFInfo
- Publication number
- US6092076A US6092076A US09/047,141 US4714198A US6092076A US 6092076 A US6092076 A US 6092076A US 4714198 A US4714198 A US 4714198A US 6092076 A US6092076 A US 6092076A
- Authority
- US
- United States
- Prior art keywords
- map
- name
- information
- list
- roadway
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01C—MEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
- G01C21/00—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
- G01C21/26—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
- G01C21/34—Route searching; Route guidance
- G01C21/36—Input/output arrangements for on-board computers
- G01C21/3667—Display of a road map
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09B—EDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
- G09B29/00—Maps; Plans; Charts; Diagrams, e.g. route diagram
- G09B29/10—Map spot or coordinate position indicators; Map reading aids
- G09B29/106—Map spot or coordinate position indicators; Map reading aids using electronic means
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99941—Database schema or data structure
- Y10S707/99943—Generating database or data structure, e.g. via user interface
Definitions
- the present invention relates to a system and method for map display in a navigation application program.
- Computer-based navigation systems are able to provide end-users, such as vehicle drivers as well as others, with various navigating functions and features. For example, some navigation systems are able to determine an optimum route to travel by roads between locations in a geographic region. Using input from the end-user, and optionally from equipment that can determine the end-user's physical location (such as a GPS system), a navigation system can examine various routes between two locations to determine an optimum route to travel from a starting location to a destination location in the geographic region. The navigation system may then provide the end-user with information about the optimum route in the form of instructions that identify the maneuvers required to be taken by the end-user to travel from the starting location to the destination location.
- end-users such as vehicle drivers as well as others, with various navigating functions and features. For example, some navigation systems are able to determine an optimum route to travel by roads between locations in a geographic region. Using input from the end-user, and optionally from equipment that can determine the end-user's physical location (such as a GPS
- the navigation system may be located in an automobile and the instructions may take the form of audio instructions that are provided as the end-user is driving the route. Some navigation system are able to show detailed maps on computer displays that outline routes to destinations, the types of maneuvers to be taken at various locations along the routes, locations of certain types of features, and so on.
- present navigation systems include navigation application software programs and use one or more detailed databases that include data which represent physical features in geographic regions.
- the detailed database(s) includes data which represent the road network in a region, including the roads and intersections in the region and information about the roads and intersections, such as turn restrictions at intersections, speed limits along the roads, street names of the various roads, address ranges along the various roads, and so on.
- the data may include information about points-of-interest such as museums, national parks, restaurants and the like.
- the collection of such geographic data and the provision of such data in a computer-usable database format are provided by Navigation Technologies of Rosemont, Ill.
- a map display tool having a map processing layer, a graphics interface layer and a primitive layer that separate the graphics platform dependent tasks from graphics platform independent tasks.
- the map processing layer preferably contains all the map processing functions and communicates with a navigation application for instructions and a map database for information necessary to carry out the instructions.
- the graphics interface layer maintains at least one table of drawing feature attributes required by the map processing layer.
- the primitive layer preferably communicates directly with the graphics platform and populates the tables in the graphics interface layer.
- a method for displaying name information is described.
- Name information retrieved from the map database is stored in tables and lists according to name types.
- a hashing function distributes roadway names and roadway icons into a name table.
- a linked list of point of interest names and icons also holds name information.
- the map display tool selects names from the name table and point of interest list according to a set of priority rules and places the selected names on the display.
- Configurability of the map display tool is achieved through a plurality of conditional statements in the map display tool.
- the map processing layer contains conditional statements that check for substitute routines pertaining to map processing functions.
- the graphics interface layer contains a plurality of conditional statements. The conditional statements in the graphics interface layer check for substitute routines pertaining to graphics execution.
- FIG. 1 is a block diagram of an exemplary navigation system.
- FIG. 2 is a map illustrating geographic features in a portion of a geographic region represented by the geographic database in FIG. 1.
- FIG. 3 is a block diagram illustrating the organization of a polyline data item.
- FIG. 4 is a block diagram illustrating the organization of a polygon data item.
- FIG. 5 is a block diagram illustrating the organization of a point data item.
- FIG. 6 is a block diagram showing components of the navigation application of FIG. 1.
- FIG. 7 illustrates a relationship between a virtual map represented by data in the map database of FIG. 1 and a map rectangle shown on a display.
- FIG. 8 is a diagram illustrating the map processing layer of the map display tool shown in FIG. 6.
- FIG. 9 is a diagram illustrating the components of the map object shown in FIG. 8.
- FIG. 10 is a diagram illustrating a component of the map object of FIG. 9.
- FIG. 11 is a diagram illustrating the components of the name table in the map object of FIG. 9.
- FIG. 12 is a diagram illustrating the components of the map configuration object of FIG. 8.
- FIG. 13 is a diagram illustrating the graphics interface layer of FIG. 6.
- FIG. 14 is a flow diagram illustrating a presently preferred method of rendering a map using the navigation application of FIG. 6.
- FIG. 15 is a flow diagram illustrating a presently preferred method of rendering a map using the navigation application of FIG. 6.
- FIG. 16 is a diagram of a roadway list generated by the map processing layer of FIG. 8.
- FIG. 17 is a diagram of a roadway shield list generated by the map processing layer of FIG. 8.
- FIG. 1 there is a block diagram of a navigation system 10.
- the navigation system 10 is installed in a vehicle 11, such as a car or truck, although in alternative embodiments, the navigation system 10 may be located outside of a vehicle or may be implemented in various other platforms.
- the navigation system may be implemented as a hand-held portable system, or may be implemented on a personal computer (such as a desktop or portable notebook) or a personal digital assistant.
- the navigation system may also be implemented in a networked environment or on a client-server platform.
- the navigation system 10 is a combination of hardware and software components.
- the navigation system 10 includes a processor 12, a drive 14 connected to the processor 12, and a non-volatile memory storage device 16 for storing a navigation software program 18, as well as other information, such as configuration parameters 19.
- the processor 12 may be of any type used in navigation systems, such as 32-bit processors using a flat address space, such as a Hitachi SH1, an Intel 80386, an Intel 960, a Motorola 68020 (or other processors having similar or greater addressing space). Processor types other than these, as well as processors that may be developed in the future, are also suitable.
- the navigation system 10 may also include a positioning system 24.
- the positioning system 24 may utilize GPS-type technology, a dead reckoning-type system, or combinations of these, or other systems, all of which are known in the art.
- the positioning system 24 may include suitable sensing devices 25 that measure the speed, direction, and so on, of the vehicle.
- the positioning system 24 may also include appropriate wireless communication technology to obtain a GPS signal, in a manner which is known in the art.
- the positioning system 24 outputs a signal 26 to the processor 12.
- the signal 26 may be used by the navigation software program 18 that is run on the processor 12 to determine the location, direction, speed, etc., of the navigation system 10.
- the navigation system 10 also includes a user interface 31.
- the user interface 31 includes appropriate equipment that allows the end-user to input information into the navigation system. This input information may include a request to display a location on a map in a desired manner. The input information may also include other kinds of information, such as configuration information or vehicle information.
- the equipment used to input information into the navigation system may include a keypad, a keyboard, a microphone, etc., as well as appropriate software, such as a voice recognition program.
- the user interface 31 also includes suitable equipment that provides information back to the end-user. This equipment may include a display 27, speakers 29, or other means.
- the navigation system 10 uses a map database 30 stored on a storage medium 32.
- the storage medium 32 is installed in the drive 14 so that the map database 30 can be read and used by the navigation system.
- the storage medium 32 may be removable and replaceable so that a storage medium with an appropriate map database for the geographic region in which the vehicle is traveling can be used.
- the storage medium 32 may be replaceable so that the map database 32 on it can be updated easily.
- the storage medium 32 is a CD-ROM disc.
- the storage medium 32 may be a PCMCIA card in which case the drive 14 would be substituted with a PCMCIA slot.
- Various other storage media may be used, including fixed or hard disks, DVD (digital video disks) or other currently available storage media, as well as storage media that may be developed in the future.
- the map database 30, or portions thereof, may also be provided to a vehicle or computer via wireless transmission.
- the map database 30 contains information about geographic features, the roadway network, and points of interest in a geographic region.
- FIG. 2 shows a map illustrating features represented by information in the map database.
- Features such as roads, railroads, ferries, bridges, and tunnels are represented by polyline information in the map database. Lakes, parks, airports, and other features displayed as areas are represented by polygon information in the map database. Points of interest such as museums or restaurants are represented as point information in the map database.
- Polylines, polygons and points are supplied by the map database in a respective one of three forms of data items.
- FIGS. 3-5 illustrate these different data items that the map database supplies to represent the geographic features in FIG. 2.
- FIG. 3 there is a diagram showing the structure of one of the polyline data items 400 representative of a feature shown in FIG. 2.
- a polyline data item represents a continuous linear geographic feature located within a geographic area.
- Each of the polyline data items provided by the map database may represent a continuous linear geographic feature such as a portion of a road, a railroad track, a ferry route, a river, and so on.
- the geographic feature represented by the polyline data item may be straight or other-than-straight.
- Each polyline data item 400 contains start position data 402 identifying the start point (latitude and longitude) of the continuous linear geographic feature, one or more shape points 404 located along the continuous linear geographic feature between the two nodes 402, a data item identifier 406 that uniquely identifies the type of information (polyline, polygon, point, or other) the data item represents and its location in the map database, and other data.
- the polyline data item may include information which identifies the geographic coordinates (latitude and longitude) of the starting point and the end point and the geographic coordinates (latitude and longitude) of the geographic feature represented by the polyline data item.
- the polyline line data item may include shape points 404 which define the shape of the continuous linear feature by identifying the geographic coordinates (latitude and longitude) of one or more physical locations through which the continuous linear geographic feature passes. Shape points represent curving geographic features. Alternatively, the shape points may be specified as "deltas" that provide information on calculating the points through which the line will be drawn.
- FIG. 2 shows exemplary shape points 404 located along the portion of the road represented by a polyline data item 400.
- the curving geographic feature is reproduced on the display by drawing straight lines from shape point to shape point beginning with the start position 402.
- the number of shape points provided for a given shape depends on the shape of the curve and the accuracy or resolution desired in the reproduced display.
- Shape points are also used by the navigation application for vehicle positioning along curved road portions, where accuracy is important. (Although the terminology "shape point" is used in this specification, it is understood that other terminology could be used to refer to a position or locus along a straight or curving geographic feature.)
- the description provided above relates to the portrayal of other-than-straight portions of roadways.
- the polyline data item also includes data item identifier data 406 indicating the type of data item.
- the polyline data item 400 contains feature information 412 identifying the map feature that the data item is carrying.
- the feature information 412 may include data indicating that the polyline data item represents a limited access expressway, a tollway, a bridge, a ferry, an alley, a side street, a railroad track, a river, and so on.
- the polyline data item may also contain name data 408 for the feature it represents, layer information 410 describing the database layer that the feature came from, and other information. Roads are often assembled through processing multiple polyline data items 400, each polyline data item corresponding to a road segment defined by a starting position and shape points.
- FIG. 4 illustrates the structure of a polygon data item 414. Similar to polyline data items 400, polygon data items 414 contain start position information 416, shape points 418, feature name information 420, a data item identifier 422, layer information 424, and information 426 describing the feature type contained in the data item 414.
- a data item does not always correspond to an entire physical feature like a lake or park. For example, a large lake such as Lake Michigan may be provided in multiple polygon data items 414.
- FIG. 5 shows the point data item 428 structure.
- Point data items 428 are typically displayed as an icon on a display.
- the point data item contains point position data 430 describing the latitude and longitude of the point of interest.
- the point data item 428 does not require shape point information, it also contains the feature name 432, a data item identifier 434, database layer information 436, and a feature identifier 438.
- the geographic data of the map database 30 is preferably organized in layers.
- the map display tool may use data at different levels of detail. For example, when the navigation application may instruct the map display tool to provide for panning and zooming. Zooming can be done more efficiently if the data are organized into layers, with greater detail at the lower layers and less detail at the higher layers. Therefore, within some of the subsets of data types, the geographic data are provided in separate collections or groups corresponding to separate layers.
- each road segment data record in the map database 30 also identifies the rank of the corresponding portion of the roadway that it represents.
- a rank of a road segment may correspond to its functional class.
- Road segments having a rank of "4" may include high volume, controlled access roads, such as expressways and freeways.
- Road segments having a rank of "3" may be high volume roads with few speed changes, but are not necessarily controlled access roads.
- the lower ranked roads handle corresponding lower volumes and generally have more speed changes or slower speeds.
- Road segments having a rank of "0" can handle the lowest volumes. For example, these may include side streets, alleyways, etc.
- the rank of a road segment data entity also specifies the highest data layer in which a road segment is included.
- the cartographic data may include five separate layers of the data, C0, C1, C2, C3, and C4, each comprising a separate collection of the cartographic data with a different level of detail, which can be used by the map display tool.
- layer 0 (“C0)" includes the road segments having a rank of "0" or higher.
- layer 0 includes road segments corresponding to all the portions of all the roads in the geographic region.
- Layer 1 of the cartographic data comprises a separate subset (or collection) of the cartographic data and includes only the cartographic data items (and some or all of their corresponding feature attributes) having a rank of "1" or higher.
- Layer 2 of the cartographic data comprises a separate subset of the cartographic data and includes only the cartographic data (and some or all of their corresponding feature attributes) having a rank of level 2 or higher, and so on.
- a highest layer (layer n) includes only records having a rank of n.
- n is equal to 4, although in other embodiments, n may be any number greater than 0.
- Each higher layer includes fewer records, however these records represent roads upon which travel is generally faster.
- the map display tool can provide rapid panning and zooming. Although the organization of some of the data into layers results in some duplication of the data, the increased efficiency provided by layering generally offsets any disadvantages.
- the geographic database 30 may include only one rank of road in each layer. In another alternative embodiment, the database 30 may have a single layer that includes all ranks of cartographic data.
- the navigation application software program 18 is loaded from the non-volatile memory 16 into a RAM 20 associated with the processor 12 in order to operate the navigation system.
- the navigation system 10 uses the map database 30 stored on the storage medium 32, possibly in conjunction with the output 26 from the positioning system 24, to provide various navigation features and functions.
- the navigation software program 18 may include separate applications (or subprograms) that provide these various navigation features and functions. These functions and features may include route calculation, map display, vehicle positioning (e.g., map matching), route guidance (wherein detailed directions are provided for reaching a desired destination), destination resolution capabilities, and other functions.
- the map display tool 40 is a computer program that may be used as part of the navigation software program 18.
- the map display tool 40 generates maps from the map data in the map data base 30 for specified locations that may either be rendered directly to a display or to a graphics buffer.
- FIG. 7 illustrates the concept of a virtual map 300 in relation to the map rectangle 302 that is presented for viewing on the display 27.
- the virtual map 300 represents the geographic area described by map data available in the database 30.
- the map rectangle 302 is a portion of the virtual map 300 requested, via the map display tool 40, by the navigation software program 18.
- the map display tool 40 may be used to render and update a map illustrating the vehicle's location and immediate surroundings.
- the map display tool 40 may be used in combination with the map database 30 and other programs or subprograms within the navigation program 18, or even with other programs outside the navigation program 18 or navigation system 10.
- the map display tool 40 interfaces with a navigation application 47.
- the navigation application 47 may include appropriate programs that provide the remainder of the navigating functions provided by the navigation system 10, such as route guidance, vehicle positioning, the user interface, and so on.
- the navigation application 47 may operate as a manager that uses other tool programs, such as a geo-coding tool 90, a route guidance tool 91, a route calculation tool, and so on, to implement one or more of the other various navigation functions.
- the map display tool 40 is provided as a module that is relatively portable and that can be incorporated into different kinds of systems.
- the map display tool 40 employs an object oriented approach to both its programming, its use of data, and its relationship to the navigation application 47.
- Each object that forms the map display tool receives input data and generates output data according to a predefined function and may invoke methods on other objects.
- each object has its own private memory which is opaque to other objects.
- an object may be used to convey data from one object to another object or may be used to transform data received as input.
- the map display tool 40 is written in the C programming language although in alternative embodiments other programming languages may be used, such as C++ or Java. In general, programming languages that support object oriented programming are preferred.
- the map display tool 40 comprises a map processing layer 42, a graphics interface layer 44 and a primitive layer 46.
- Each of the three layers in the map display tool contains data structures and/or functionality to carry out requests for creating and rendering a map.
- the map display tool 40 receives input from the navigation application 47.
- the map display tool also receives map information from a database via a map database interface 49.
- the map display tool executes graphics processing functions of the particular graphics platform 48 utilized by the navigation application so that the map requested by the navigation application and created from the data retrieved from the map database may be shown on the display 27, sent to a buffer, or sent to a data file.
- Suitable graphics platforms may be Unix, X-Windows, MetaWindow, WIN32, or any of a number of existing platforms supporting graphics.
- the map processing layer 42 provides the essential map display and manipulation capabilities of the map display tool 40. These capabilities include the creation, destruction and management of map data structures, preferably map objects 52 and map configuration data structures, preferably map configuration objects 54.
- the map processing layer 42 includes a function set 50, at least one map object 52, and at least one map configuration object 54.
- the function set 50 includes data retrieval operability, map projection, map rotation, scrolling, zooming, and other functions.
- the function set 50 incorporates a number of conditional statements 56 to allow the navigation application to customize operation of the map display tool 40.
- Each map object 52 represents an independent map display area.
- Each map object 52 is associated with a map configuration object 54.
- the navigation application communicates map area information and map database search criteria to the map processing layer.
- the map processing layer retrieves data from the map database, via the map database interface 49, based on the application's instructions.
- the map area information consists of the center point of the desired map area, in latitude and longitude coordinates, and the map scale.
- the map scale is the number of meters in the real world that each pixel on the display is supposed to represent. With this information, the map processing layer calculates the map area such that the map area comprises a rectangle.
- the information sent from the navigation application also preferably includes graphics preferences and settings information such as the database layer desired, the features desired from that layer, and the feature attributes associated with the feature.
- the features in a layer may include items such as airports, aircraft roads, cities, counties, countries, golf courses, lakes, rivers, national parks, road networks, railroads and the like.
- the feature attributes refer to colors, fill styles, polygon border styles and other aspects of how a feature is to appear on the display.
- the map processing layer retrieves map information in the form of data items (400, 414, 428) and processes one data item before retrieving the next.
- the retrieved information in each data item is processed in different ways based on several factors. These factors include the nature of the retrieved data item and information stored in the map object 52 and the map configuration object 54.
- the map object 52 is best shown in FIG. 9.
- the map object 52 represents a collection of map settings, preferences and retrieved data storage for a designated geographic area.
- the map object contains information relating to the boundaries, contents and appearance of the map to be created and rendered.
- the map processing layer may handle multiple map objects, each associated with a different geographic area.
- the navigation application For each map object, the navigation application provides behavior flags 58 and map area information in the form of map rectangle information 60.
- the behavior flags 58 affect how the map object will behave at various points of decision. For example, a flag included in the behavior flags determines whether city names are to be shown. Other behavior flags include a point of interest icon flag that indicates whether point of interest icons will be rendered.
- the navigation application may communicate preferences for layer choice 62, the desired feature set 64 of information retrieved from the designated layer, and other settings. Layer choice 62 refers to which database layer to select.
- the feature set 64 determines the feature types (e.g., lakes) to retrieve from the layer.
- a priority list 76 in the map object contains a list of feature types and is used for determining the priority of placement of names for roadways, points of interest and roadway shields (e.g., the red, white, and blue shield icon of a U.S. interstate freeway) on a rendered map.
- points of interest and roadway shields e.g., the red, white, and blue shield icon of a U.S. interstate freeway
- the map object 52 also contains several dynamic data storage locations for holding specific types of retrieved information.
- a point of interest list 66 maintains a list of all point of interest names that are retrieved by the map display tool during a map rendering process. Points of interest may include cities, museums, government offices, national monuments, restaurants and other unique locations within the map area rendered. As shown in FIG. 10, the point of interest list 66 is preferably a singly linked list containing name 80, icon 82, and location 84 information on each retrieved point of interest. As described below with respect to the name placement functionality of the map display tool 42, a conflict indication flag 86 is also included so that points of interest that do not overlap or interfere with higher priority names or icons designated for display may be marked.
- the map object initially holds retrieved roadway name and roadway shield information in a separate list from the point of interest list 66.
- the roadway name and roadway shield information retrieved from the database for the designated map rectangle 60 are placed in a name table 70.
- the name table 70 is preferably a hash table having an array of name storage locations 88.
- the name storage locations 88 each hold two lists 93 of information: a list of roadway name information and a list of roadway shield information.
- the location(s) of each roadway name or shield 13 are also placed in the record created for the name or shield.
- the name information is either run through a hashing function if it is a roadway name or roadway shield and placed in the name table, or placed in the point of interest list.
- the shape point information retrieved from the map database is directed to a shape point buffer 74 in the map object 52.
- the shape point buffer is a temporary buffer for shape point data and preferably only holds shape point data for one retrieved data item at any given time.
- Other information retained in the map object 52 includes callback routines 78 provided by the navigation application to substitute for default map display tool behavior.
- the map display tool offers flexibility through the use of conditional statements in the functions 50 of the map processing layer 42 to permit substitution or insertion of customized functionality by the navigation application 47.
- the map configuration object 54 represents a template containing settings on the size of storage areas, such as tables and lists, created in the map object 52.
- the map processing layer 42 may contain multiple map configuration objects 54. Each map object 52 is associated with a map configuration object 54.
- the map configuration object preferably includes settings that typically do not change at runtime. More than one map object 52 may be associated with the same map configuration object 54.
- the map configuration object may include desired feature attributes 92, layer switching distances 94, outline mode parameters 96, point of interest icon size 98, and roadway shield icon size 100.
- Feature attributes 92 as mentioned above, comprise line thickness, color choice, fill styles, polygon border styles and other aspects of how a feature (e.g., road, park, lake, etc.) is to appear on the display.
- Layer switching distances 94 are the points at which the map display tool adds or deletes information from the display corresponding to the next higher or lower information layer in the map database. The layer switching distances may be tied to the width of the geographic area shown in the map rectangle on the display.
- Outline mode parameters 96 are data relating to the parallel line representation of roads.
- the outline mode parameters include information such as the threshold, in terms of the map scale being displayed, at which roads are drawn as parallel lines (as opposed to single lines).
- the outline mode parameters 96 also include the width that roads of different ranks will be drawn.
- Object parameters such as the name table parameters 102, and shape point buffer size 104 are also held in the map configuration object 54.
- Each of the object parameters are size and shape settings for the memory space (tables, lists, etc.) created in a map object.
- the graphics interface layer 44 comprises look up tables 108 and graphics callbacks 110.
- the look up tables 108 provide a graphics abstraction for the map processing layer 42 for all graphic operations.
- Each of the look up tables 108 contains a drawing attribute, such as color, line style, fill styles, fonts, etc.
- the look up table 108 for colors preferably has a first column of assigned ID numbers which serve as indices into the look up tables maintained by the graphics interface layer 44.
- the second column in the look up table 108 is populated by platform-specific data types supported by the underlying graphics platform.
- the graphics interface layer 44 thus serves to create a generic graphics interface where the map processing layer 42 can request particular graphics functions by ID number and the graphics interface layer will translate the requested ID number into a supported data type.
- the map processing layer does not need to know how a graphics function is performed, it only requires that the function be available.
- the graphics interface layer via the look up tables 108, facilitates platform independence for the map processing layer.
- An element that provides for the graphics abstraction between the map processing layer and primitive layer/graphics platforms are a plurality of hooks, or conditional statements 110, which provide flexibility for processing drawing requests from the map processing layer and navigation application.
- the conditional statements 110 in the graphics interface layer 44 act as markers for inserting customized drawing routines into the graphics interface layer.
- the conditional statements 110 provide flexibility for the application to modify the way graphics are represented on the display. Examples of conditional statements which may be contained in the graphics interface layer are a polyline hook, a polygon hook, a text string hook, text string extents hook, bitblock transfer, icon, view port, and clip region.
- the polyline and polygon hooks cause the graphics interface layer 44 to check whether the navigation application is providing customized routines for drawing a polygon or polyline.
- the text string hook directs the graphics interface layer to determine if a custom text generation routine is requested by the navigation application.
- Each text string rendered in a map takes up a certain amount of space on a display.
- a text string extents hook checks to see if the navigation application wants to use a particular method for determining the space, i.e., the extents, the text string occupies.
- the bitblock hook causes the graphics interface layer to determine whether the navigation application desires a special routine for transferring bits of information from a graphics buffer to a display. For example, if the map display tool is configured to first draw a map to a graphics buffer rather than directly to a display, a block of individual bits representing the map image is stored in the graphics buffer. A bitblock transfer routine is necessary to move the map image in the graphics buffer to the display.
- the graphics interface layer will use the default routine available in the underlying platform unless the hook receives a customized routine from the navigation application.
- the icon and viewport hooks serve to check whether customized routines for generating icons or defining the viewport area on the display are available.
- Icons are small bitmap images representing a picture or place. Icons may be generated by the map display tool to show, for example, points of interest on a map.
- the viewport represents the map rectangle, or geographic area, shown on the display.
- the clip region hook looks for a clip region routine that can inform the graphics platform of graphics output limitations within a map rectangle. Graphics platforms typically already know to limit graphics output to the edges of a window (such as a map rectangle). In some instances, however, the navigation application may require that graphics output be limited to certain boundaries within the map rectangle.
- the clip region hook allows the navigation application to insert an appropriate routine to accomplish this task.
- Each of the drawing functions represented by the conditional statements 110 have default routines stored in the graphics interface layer which maybe omitted, invoked or substituted for by the navigation application.
- the primitive layer 46 of the map display tool 44 is designed to communicate directly with the specific platform 48 used.
- the primitive layer is specific to the platform and performs two basic functions. At initialization, the primitive layer first fills the lookup tables with platform specific information on colors, etc., and provides callback routines to the conditional statements in the graphics interface layer 44.
- the second function of the primitive layer 46 is to carry out the instructions from the graphics interface layer 44 and draw features directly to the display or a graphics buffer.
- the navigation application 47 prepares the map display tool 40 for use.
- the navigation application preferably communicates with the map processing layer 42 of map display tool via a predetermined set of function calls. Each function call carries certain data parameters necessary for the map display tool to carry out the requested operation.
- An initialization function call from the navigation application causes the primitive layer 46 to populate the look-up tables 108 in the graphics interface layer 44 with platform 48 supported graphics functions.
- a separate function call from the navigation application instructs the map processing layer to generate a map configuration object 54.
- the navigation application may send a map object function call to prepare one or more map objects 52 for later use during map rendering.
- the information passed from the navigation application to the map display tool includes the center of the map rectangle and the map scale, the features to be processed from the database, and the database layer to retrieve data from.
- FIG. 14 A preferred map rendering process supported by the map display tool described above is shown in FIG. 14.
- the navigation application first specifies the center of the map rectangle, the map scale, and data retrieval criteria for each map object (at step 112).
- the map database 30 stores cartographic information in geodetic (spherical) coordinates.
- the map processing layer calculates the map rectangle by transforming the center point and map scale information into geodetic coordinates.
- the navigation application Upon completion of map object preparation, the navigation application sends a map render function call to the map display tool.
- the map render function call specifies which map object is to be rendered into a map.
- the map display tool requests information from the map database 30, via the map database interface 49, corresponding to the navigation application's specifications (at step 114).
- the map database returns map information in the form of data items 400, 414, 428 (see FIGS. 3-5). According to one embodiment, each data item is retrieved one at a time such that each retrieved data item is fully processed before the next data item is obtained from the database.
- the map processing layer 42 uses the instructions received from the navigation application 47 to determine the amount of map data to retrieve. The map processing layer 42 only retrieves map data that corresponds to the area within the map rectangle. The map processing layer 42 communicates with the map database 30 through a map database interface 49.
- One suitable map database interface is the SDAL software available from Navigation Technologies, Inc. of Rosemont, Ill.
- the map processing layer 42 checks to see if processing should continue, and if so, determines where the retrieved data item should be included in the map (at steps 116, 118, 120).
- the interrupt hook 122 is a conditional statement 56 in the map processing layer that allows the navigation application to register an interrupt routine in the map rendering process. An interrupt routine may be used so that control is returned to the navigation application.
- the filter hook 124 in the map processing layer checks to see whether the navigation application has supplied a filter callback routine that the map processing layer will use to select features from the database.
- the map display tool 40 may be used to support two types of filtering. First, map features that are not desired at all (e.g., restaurants) may be filtered out by excluding the feature from the feature set 64 in the map object 52. The map display tool will then simply not retrieve any data items containing the excluded feature type. Second, through the filter hook 124, the navigation application may customize treatment of individual examples of a particular retrieved feature. For example, the navigation application may invoke the filter hook to add a routine that only processes Chinese restaurants and ignores all others. A data item containing a feature included in the feature set, and that is not filtered out, continues to be processed in the map processing layer.
- map features that are not desired at all e.g., restaurants
- the map display tool will then simply not retrieve any data items containing the excluded feature type.
- the navigation application may customize treatment of individual examples of a particular retrieved feature. For example, the navigation application may invoke the filter hook to add a routine that only processes Chinese restaurants and ignores all others. A data item containing a feature included in the
- the map display tool processes one data item at a time and the map processing layer does not receive another data item until processing on the previous one is complete.
- the shape point data, or icon information from each data item is immediately processed and presented on the display or rendered to a graphics buffer.
- Name information is stored in memory until all data items have been retrieved for the designated geographic region. The name information is then processed and rendered to the display or graphics buffer.
- FIG. 14 illustrates the process for each data item in greater detail.
- the map processing layer 42 removes any shape point information from the data item and places the shape point information in the shape point buffer 74 of the map object 52 (at step 126).
- Shape point data stored in the shape point buffer is preferably in geodetic coordinates.
- the map processing layer transforms these coordinates from geodetic (spherical) to a flat world coordinate system (at step 128).
- a map projection hook 130 in the map processing layer will first check to see if the navigation application 47 has designated an alternative transformation function.
- the flat world system coordinates are subsequently transformed into the screen coordinate system (at step 130).
- a display projection hook 132 is provided in the map processing layer so that the map processing layer may first check if an alternative routine has been designated by the navigation application.
- the features are rendered to the display 27 or to a memory buffer (at step 134).
- name information is buffered and not rendered until after all shape point data is rendered, name position information associated with the name information is transformed along with the shape point data so that any rotation or other orientation manipulation applied to the shape point data will also be applied to the name location information.
- FIG. 15 illustrates the sequence of steps carried out when the map is to be rendered to the screen or a memory buffer.
- the actual drawing of each shape is performed by the primitive layer 46 in conjunction with commands sent from the map processing layer 42 and translated in the look up tables in the graphics interface layer 44.
- the command from the map processing layer, or application is sent to the graphics interface layer (at step 136).
- the drawing command set contains a set of reference ID numbers defining the drawing attribute structure that the graphics interface layer 44 can translate into instructions understandable by the primitive layer (at step 138).
- the drawing attribute structure consists of the ID numbers in the command to select the appropriate line color, fill color, font, or etc. required for the map feature.
- the graphics interface layer 44 reviews the appropriate drawing hook, or conditional statement 110, resident in the graphics interface layer to invoke the graphics functions supported by the graphics platform 48. As indicated above, the primitive layer filled in the graphics routines from the platform at startup.
- any name information associated with the data item is placed in the name table 70 if it is a name or roadway shield, or the point of interest list 66 if it is a designated point of interest (at step 140).
- a name addition conditional statement 142 again permits configurability of the map display tool so that the navigation application may replace the default name storage routine with one of its own.
- the next data item is processed accordingly (see steps 118-140) until all items from the database within the designated boundaries defined by the map rectangle are exhausted.
- the graphical features are immediately rendered to the screen or graphics buffer and any name information is buffered such that a complete list of all names (roadway names, roadway shields, point of interest names, city names and other name information) are buffered in the name table 70 or point of interest list 66 of the map object 52.
- the map display tool 40 After drawing all the shape data and buffering all the name information, the map display tool 40 begins a name placement routine to determine selection and placement of names on a rendered map from the name table and point of interest list.
- the map processing layer first looks to a start name placement hook 144 which points to a call back routine that informs the navigation application of the impending name placement processing (at step 146).
- the map processing layer then initiates name processing (at step 148) and continues processing the buffered names until the buffered names have been exhausted.
- the map processing layer checks an end name placement hook 150 and informs the navigation application that processing is now complete (at step 152).
- the map display tool implements improved name placement functionality for placing names of map features in an optimal way so as to maximize content of the displayed map while supporting prioritization requirements specified by the navigation application.
- the name placement functionality of the map display tool preferably also supports implementation of related functionality such as highlighting particular road segments and location queries for displayed point of interest icons. As explained below, a location query is made possible by tagging all point of interest items that pass a conflicts check made during processing of the buffered name information. Because the preferred name placement functionality should support name placement priorities, name placement density and other features, it is necessary that the map display tool treat the name information differently than the shape point buffer information. Thus, instead of rendering each piece of name information as it is processed, name information is buffered until all of the information, corresponding to all of the features in the designated map rectangle, becomes available.
- a name table in the form of a hash table.
- the size of the hash table (the number of name storage locations 88) is a prime number.
- Each name storage location 88 in the hash table contains two lists 93 of buffered road names and roadway shield names.
- Each list 93 is made up of one or more name items 95.
- Each item 95 is preferably a record containing the name or roadway shield information for the roadway and an array of alternative positions for the name element.
- the hashing function is first used to map a name into a name storage location 88. Any of a number of commonly available hashing functions may be used.
- the appropriate list 93 in that location is scanned to see if any of the items 95 in the list already contains the name. If a name is not already in a name storage location, an item 95 may be created in the list and assigned the first available position in the array of alternative positions. Alternatively, if the item 95 already exists in the list 93, then the map processing layer scans the array of alternative positions within the item 95 to see if a position is still vacant. If one is available, the name is placed in that position.
- the number of name storage locations 88, the density of names in the rendered map, and the number of times a roadway name or roadway shield may appear are all predetermined at startup by the navigation application and stored in the map configuration object 54.
- a least squared routine is invoked to determine whether the existing positions stored in the item yield a more optimal placement for the name than the newly retrieved position. If the new position appears to be a better location, one of the existing positions is written over with the new position. Otherwise, the newly retrieved position is discarded.
- a singly linked list 66 is used to store the information for point of interest icons. Point of interest information tends not to have multiple alternative positions for each icon and does not require the more sophisticated hashing function of the roadway names and roadway shield names. If the navigation application also displays the point of interest names, the point of interest name information 82 is buffered in the linked list 66 as well.
- the entire name table and point of interest list are processed together based on name placement priorities in the priority list 76 of the map object 52.
- the point of interest list may be presorted, before being processed for priority and conflicts with the name table as described herein, according to point of interest priority information contained in the point of interest data retrieved from the map database.
- the navigation application may supply a priority list or use the default priority list of the map display tool.
- the priority list 76 contains a list of feature types (names of roadways of a certain rank, airports, rivers, parks, and etc.)
- the map processing layer processes the name and icon information in the order designated by the priority list.
- the map processing layer scans through all the buffered name placement information, in the order in which it exists in the name table and point of interest list, for the first type of name (e.g., road names of rank 4 roads) in the priority list, scans all the buffered information for the second type of name in the priority list (e.g., river names), and so on.
- the map processing layer performs a conflicts check to determine whether names and icons will overlap or interfere with one another on the rendered map.
- One or more new lists are created in the map object to hold data pertaining to names and icons that have passed the priority and conflicts checks.
- the conflicts check preferably consists of taking each name item in an order of priority and determining if the name will overlap the area of a name already selected based on priority.
- One of the new lists created in the name placement routine is a list that stores the spatial extents of each item that has passed the conflict check regardless of whether it is a roadway name, roadway shield or point of interest icon. Preferably, this list is a singly linked list.
- Each name from the name table or point of interest list is selected based on the priority list and the map display tool attempts to place the selected name or icon extents in the list of spatial extents.
- the extents of the newest name are compared to all previous extents stored in the list. If the extents of the newest name would conflict with the area required by a name already in the list, the newest name is omitted from the list, and thus omitted from the map.
- FIG. 16 illustrates the roadway name list 154 of roadway names that have passed conflicts.
- Each item in the list preferably contains the name 156, length of the name string 158, feature type 160, screen location 162, and angle 164 of the text.
- Each of the items in the buffered roadway name list 154 also may include information such as an index to the device context (“DC") cache 166 and the data type 168 information.
- the DC cache is a set of font types, styles and colors for use in generating the text of the names.
- Data type information 168 refers to the category of data contained in the map database 30. Preferably, three data types are maintained for roadways.
- the first roadway data type concerns all of the roadways for a given region for which the map database possesses a complete set of attributes such as speed limits, divided highway indications, direction of traffic, and so on.
- the second roadway data type concerns roadways for a given region that are suitable for display purposes but may be missing one or more attributes necessary for use with navigation system functions other than map display.
- the third roadway data type concerns major roadways that connect cities together.
- the map display tool may draw the name/shield information in a different way based on the type of data indicated.
- the buffered list 169 of roadway shields that have passed conflicts include a list of information comprising the roadway name 170, screen location 172, a roadway shield icon index number 174, and the color of the text within the icon 176.
- the map database stores a roadway shield icon index number 174 identifying the type of roadway shield needed. A separate list of instructions for each shield type may be used to create the icon for the roadway shield type indicated.
- the conflicts check is preferably performed by comparing the spatial extents of the icon or information against all the items already placed in the temporary spatial extents list described above. If the extents of the new item do not overlap any of the existing items in the list, it is then placed on the map and the extents are added to the spatial extents list. Additionally, the item is added to the appropriate list of successful items or flagged if it is a point of interest item.
- Advantages of the name placement functionality described above include selection, prioritization and density control. Name selection is enhanced through the comparison of the buffered name table and point of interest list against the navigation application supplied priority list. If the feature type, for instance a point of interest name category, does not show up in any of the priority items of the prior list, then the name information for that feature will never get processed. Additionally, the name priority list will dictate the order in which the name information is processed and enforce name placement priorities.
- the name storage locations in the hash table are preferably assigned a fixed number of alternative positions for any unique name to control the density. Use of a least squared heuristic, or recycling available alternative positions, assists in optimally placing names.
- the present name placement functionality also supports processing name information on rotated maps. Because name location information is processed in the same manner as other shape information for map features (i.e., it is put through the same sequence of projection and transformation steps), the name placement logic is transparent to the fact that the map may be rotated.
- An advantage of a present map display tool is its portability between disparate platforms.
- the layered structure of the map display tool promotes platform independence generally. All platform dependent coding is essentially limited to a primitive layer such that the map processing layer and graphics interface layer are platform independent.
- the hooks, or conditional statements, present in the map processing layer provide a high level of configurability.
- a significant number of functions used to create a map display on a screen can be easily changed by a given navigation application through the conditional statements.
- the map display tool is easily adaptable to requirements of various possible navigation application programs.
- map display tool provides name placement functionality. By buffering all names retrieved from the map database for a desired area, prioritization and density requirements are easily accommodated.
- the name table and point of interest name list enhance search speed and response time in preparing a map rendering.
Landscapes
- Engineering & Computer Science (AREA)
- Radar, Positioning & Navigation (AREA)
- Remote Sensing (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Automation & Control Theory (AREA)
- Business, Economics & Management (AREA)
- Educational Administration (AREA)
- Educational Technology (AREA)
- Navigation (AREA)
- Processing Or Creating Images (AREA)
Abstract
Description
Claims (19)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/047,141 US6092076A (en) | 1998-03-24 | 1998-03-24 | Method and system for map display in a navigation application |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/047,141 US6092076A (en) | 1998-03-24 | 1998-03-24 | Method and system for map display in a navigation application |
Publications (1)
Publication Number | Publication Date |
---|---|
US6092076A true US6092076A (en) | 2000-07-18 |
Family
ID=21947287
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/047,141 Expired - Lifetime US6092076A (en) | 1998-03-24 | 1998-03-24 | Method and system for map display in a navigation application |
Country Status (1)
Country | Link |
---|---|
US (1) | US6092076A (en) |
Cited By (177)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6268825B1 (en) * | 1996-11-25 | 2001-07-31 | Toyota Jidosha Kabushiki Kaisha | Navigation device for vehicle and preparation of road shape data used therefor |
US6330858B1 (en) | 1998-06-05 | 2001-12-18 | Navigation Technologies Corporation | Method and system for scrolling a map display in a navigation application |
US20020013815A1 (en) * | 2000-07-28 | 2002-01-31 | Obradovich Michael L. | Technique for effective organization and communication of information |
US20020045456A1 (en) * | 2000-04-11 | 2002-04-18 | Obradovich Michael L. | GPS publication application server |
US20020051016A1 (en) * | 2000-11-01 | 2002-05-02 | Mitsubishi Denki Kabushiki Kaisha | Graphics drawing device of processing drawing data including rotation target object and non-rotation target object |
US20020059603A1 (en) * | 2000-04-10 | 2002-05-16 | Kelts Brett R. | Interactive content guide for television programming |
US20020059024A1 (en) * | 2000-08-31 | 2002-05-16 | Tadao Ogaki | Information processing apparatus, information processing method and program storage medium |
US6405129B1 (en) * | 2000-11-29 | 2002-06-11 | Alpine Electronics, Inc. | Method of displaying POI icons for navigation apparatus |
US20020078035A1 (en) * | 2000-02-22 | 2002-06-20 | Frank John R. | Spatially coding and displaying information |
US20020085014A1 (en) * | 2000-12-28 | 2002-07-04 | Masato Yuda | Rendering device |
US6421066B1 (en) * | 1999-03-23 | 2002-07-16 | Klab.Com - The Knowledge Infrastructure Laboratory Ltd. | Method for creating a knowledge map |
US6429812B1 (en) * | 1998-01-27 | 2002-08-06 | Steven M. Hoffberg | Mobile communication device |
US20020105549A1 (en) * | 2001-02-05 | 2002-08-08 | Tatsuo Yokota | Function executing apparatus and menu item displaying method therefor |
US6456299B1 (en) * | 1999-03-15 | 2002-09-24 | Joseph R. Trombley | Map making process |
US6477526B2 (en) * | 1998-04-14 | 2002-11-05 | Increment P Corporation | System for and method of providing map information |
WO2002103292A1 (en) * | 2001-06-18 | 2002-12-27 | Innovative Solutions & Support, Inc. | Improved aircraft flat panel display system |
US6505186B1 (en) * | 1998-04-27 | 2003-01-07 | Hitachi, Ltd. | Method of managing feature data |
US20030023586A1 (en) * | 2000-03-03 | 2003-01-30 | Super Internet Site System Pty Ltd. | On-line geographical directory |
US6515595B1 (en) | 1997-06-20 | 2003-02-04 | American Calcar, Inc. | Personal communication and positioning system |
US6525768B2 (en) | 1998-10-21 | 2003-02-25 | American Calcar, Inc. | Positional camera and GPS data interchange device |
US6529822B1 (en) * | 2000-04-11 | 2003-03-04 | Magellan Dis, Inc. | Navigation system with zoomed maneuver instruction |
US6529824B1 (en) | 1997-06-20 | 2003-03-04 | American Calcar, Inc. | Personal communication system for communicating voice data positioning information |
US6542813B1 (en) * | 1999-03-23 | 2003-04-01 | Sony International (Europe) Gmbh | System and method for automatic managing geolocation information and associated references for geographic information systems |
US6565610B1 (en) * | 1999-02-11 | 2003-05-20 | Navigation Technologies Corporation | Method and system for text placement when forming maps |
US6587787B1 (en) * | 2000-03-15 | 2003-07-01 | Alpine Electronics, Inc. | Vehicle navigation system apparatus and method providing enhanced information regarding geographic entities |
US20030125870A1 (en) * | 2001-07-06 | 2003-07-03 | Stefan Woestemeyer | System and method for navigating a means of transportation |
US20030132944A1 (en) * | 2001-10-03 | 2003-07-17 | Sun Microsystems, Inc. | User control of generalized semantic zooming |
US20030154022A1 (en) * | 2002-02-13 | 2003-08-14 | Atsushi Tanabe | Navigation apparatus and navigation method |
US6611751B2 (en) | 2001-03-23 | 2003-08-26 | 981455 Alberta Ltd. | Method and apparatus for providing location based data services |
US6622086B2 (en) | 2002-02-11 | 2003-09-16 | Horizon Navigation, Inc. | Method of representing a location in a database for a vehicle navigation system |
WO2003081483A1 (en) * | 2002-03-18 | 2003-10-02 | Daniel Rex Greening | Community directory |
US6647337B1 (en) * | 2001-12-20 | 2003-11-11 | Garmin Ltd. | Navigation system, method and device for labeling thoroughfares |
US20040078750A1 (en) * | 2002-08-05 | 2004-04-22 | Metacarta, Inc. | Desktop client interaction with a geographical text search system |
US20040085319A1 (en) * | 2002-11-04 | 2004-05-06 | Gannon Aaron J. | Methods and apparatus for displaying multiple data categories |
EP1450132A1 (en) * | 2001-08-10 | 2004-08-25 | Matsushita Electric Industrial Co., Ltd | Mark delivery system, center apparatus, terminal, map data delivery system, center apparatus, and terminal |
US20040199516A1 (en) * | 2001-10-31 | 2004-10-07 | Metacyber.Net | Source information adapter and method for use in generating a computer memory-resident hierarchical structure for original source information |
US20040252119A1 (en) * | 2003-05-08 | 2004-12-16 | Hunleth Frank A. | Systems and methods for resolution consistent semantic zooming |
US20040252120A1 (en) * | 2003-05-08 | 2004-12-16 | Hunleth Frank A. | Systems and methods for node tracking and notification in a control framework including a zoomable graphical user interface |
US20040260543A1 (en) * | 2001-06-28 | 2004-12-23 | David Horowitz | Pattern cross-matching |
US20040268393A1 (en) * | 2003-05-08 | 2004-12-30 | Hunleth Frank A. | Control framework with a zoomable graphical user interface for organizing, selecting and launching media items |
US20050005241A1 (en) * | 2003-05-08 | 2005-01-06 | Hunleth Frank A. | Methods and systems for generating a zoomable graphical user interface |
US6847884B1 (en) | 2001-12-20 | 2005-01-25 | Garmin Ltd. | PDA system, method and device for labeling thoroughfares |
US20050066320A1 (en) * | 2003-08-01 | 2005-03-24 | Kw-Software Gmbh | Online modification of CIL code programs for industrial automation |
US20050086585A1 (en) * | 1999-10-25 | 2005-04-21 | Robert Walmsley S. | Interactive map production |
US6922703B1 (en) * | 1999-09-14 | 2005-07-26 | Honeywell International Inc. | Methods and apparatus for real-time projection and rendering of geospatially organized data |
US20050188333A1 (en) * | 2004-02-23 | 2005-08-25 | Hunleth Frank A. | Method of real-time incremental zooming |
US20050251331A1 (en) * | 2004-04-20 | 2005-11-10 | Keith Kreft | Information mapping approaches |
US20060150215A1 (en) * | 2005-01-05 | 2006-07-06 | Hillcrest Laboratories, Inc. | Scaling and layout methods and systems for handling one-to-many objects |
US20060176403A1 (en) * | 2005-01-05 | 2006-08-10 | Hillcrest Laboratories, Inc. | Distributed software construction for user interfaces |
US20060184966A1 (en) * | 2005-02-14 | 2006-08-17 | Hillcrest Laboratories, Inc. | Methods and systems for enhancing television applications using 3D pointing |
US7096117B1 (en) | 2004-01-20 | 2006-08-22 | Navteq North America, Llc | Method and system of polyline generation for rendering a richly attributed representation of a geographic region |
US7127453B1 (en) * | 2000-10-31 | 2006-10-24 | Ncr Corp. | Gathering data from a database for display |
US20060238380A1 (en) * | 2005-04-21 | 2006-10-26 | Microsoft Corporation | Maintaining user privacy in a virtual earth environment |
US20060259242A1 (en) * | 2005-05-11 | 2006-11-16 | Weiping Yang | Localized key numbering for maps and charts |
US20060284890A1 (en) * | 2002-07-19 | 2006-12-21 | Evans & Sutherland Computer Corporation | System and method for combining independent scene layers to form computer generated environments |
US20070156735A1 (en) * | 2006-01-04 | 2007-07-05 | Microsoft Corporation | Structured data storage |
US20070162223A1 (en) * | 2006-01-09 | 2007-07-12 | Thales Navigation, Inc. | Smart detour |
US7269180B2 (en) | 2002-11-04 | 2007-09-11 | World Wide Packets, Inc. | System and method for prioritizing and queuing traffic |
US20070210937A1 (en) * | 2005-04-21 | 2007-09-13 | Microsoft Corporation | Dynamic rendering of map information |
US20070219968A1 (en) * | 2006-02-10 | 2007-09-20 | Metacarta, Inc. | Systems and methods for spatial thumbnails and companion maps for media objects |
US20070250515A1 (en) * | 2006-04-21 | 2007-10-25 | Lea David H | Method and system of securing content and destination of digital download via the internet |
US20070273558A1 (en) * | 2005-04-21 | 2007-11-29 | Microsoft Corporation | Dynamic map rendering as a function of a user parameter |
US20080010273A1 (en) * | 2006-06-12 | 2008-01-10 | Metacarta, Inc. | Systems and methods for hierarchical organization and presentation of geographic search results |
US20080027634A1 (en) * | 1999-10-19 | 2008-01-31 | American Calcar Inc. | Technique for effective navigation based on user preferences |
US20080040336A1 (en) * | 2006-08-04 | 2008-02-14 | Metacarta, Inc. | Systems and methods for presenting results of geographic text searches |
US20080051995A1 (en) * | 2006-08-25 | 2008-02-28 | Magellan Navigation, Inc. | Rerouting in Vehicle Navigation Systems |
US20080051989A1 (en) * | 2006-08-25 | 2008-02-28 | Microsoft Corporation | Filtering of data layered on mapping applications |
US20080049733A1 (en) * | 1999-02-22 | 2008-02-28 | Leonid Yegoshin | Telecommunication System for Automatically Locating by Network Connection and Selectively Delivering Calls to Mobile Client Devices |
US20080059889A1 (en) * | 2006-09-01 | 2008-03-06 | Cheryl Parker | System and Method of Overlaying and Integrating Data with Geographic Mapping Applications |
US20080060009A1 (en) * | 2000-12-22 | 2008-03-06 | Hillcrest Laboratories, Inc. | Client/server methods and systems for generating a user interface |
US20080065989A1 (en) * | 2006-08-29 | 2008-03-13 | Hillcrest Laboratories, Inc. | Playlist creation tools for television user interfaces |
WO2008062003A1 (en) * | 2006-11-24 | 2008-05-29 | Continental Automotive Gmbh | Method and apparatus for storing or displaying prespecified geometric objects and computer program product |
US20080139181A1 (en) * | 2006-12-08 | 2008-06-12 | Magellan Navigation, Inc. | Methods and apparatus for measuring the effectiveness of advertisements presented on a mobile navigation device |
US20080140348A1 (en) * | 2006-10-31 | 2008-06-12 | Metacarta, Inc. | Systems and methods for predictive models using geographic text search |
US7388519B1 (en) | 2003-07-22 | 2008-06-17 | Kreft Keith A | Displaying points of interest with qualitative information |
US20080154888A1 (en) * | 2006-12-11 | 2008-06-26 | Florian Michel Buron | Viewport-Relative Scoring For Location Search Queries |
WO2008086314A1 (en) * | 2007-01-08 | 2008-07-17 | Microsoft Corporation | Mode information displayed in a mapping application |
US20080198162A1 (en) * | 2007-02-16 | 2008-08-21 | Magellan Navigation, Inc. | A method of generating curved baseline for map labeling |
US20080221787A1 (en) * | 2007-03-09 | 2008-09-11 | Magellan Navigation, Inc. | Methods and apparatus for determining a route having an estimated minimum fuel usage for a vehicle |
US20080270468A1 (en) * | 2007-04-25 | 2008-10-30 | Magellan Navigation, Inc. | Adjusting spatial operations based on map density |
US7475057B1 (en) | 1999-10-27 | 2009-01-06 | American Calcar, Inc. | System and method for user navigation |
US20090015596A1 (en) * | 2002-06-27 | 2009-01-15 | Tele Atlas North America, Inc. | System and method for viewing and editing digital maps using a plug-in data abstraction layer for different digital map formats |
US20090015595A1 (en) * | 2002-06-27 | 2009-01-15 | Tele Atlas North America, Inc. | System and method for converting digital map information using displayable map information as an intermediary |
US20090070293A1 (en) * | 2007-09-10 | 2009-03-12 | Magellan Navigation, Inc. | Nearest-Neighbor Geographic Search |
US20090073191A1 (en) * | 2005-04-21 | 2009-03-19 | Microsoft Corporation | Virtual earth rooftop overlay and bounding |
US20090110302A1 (en) * | 2007-10-31 | 2009-04-30 | Microsoft Corporation | Declustering Point-of-Interest Icons |
US20090119255A1 (en) * | 2006-06-28 | 2009-05-07 | Metacarta, Inc. | Methods of Systems Using Geographic Meta-Metadata in Information Retrieval and Document Displays |
US20090138190A1 (en) * | 2007-11-26 | 2009-05-28 | Magellan Navigation, Inc. | System and Method of Providing Traffic Data to a Mobile Device |
US20090136090A1 (en) * | 2005-06-21 | 2009-05-28 | Pasco Corporation | House Displacement Judging Method, House Displacement Judging Device |
US20090171584A1 (en) * | 2007-12-31 | 2009-07-02 | Magellan Navigation, Inc. | System and Method for Accessing a Navigation System |
US20090182498A1 (en) * | 2008-01-11 | 2009-07-16 | Magellan Navigation, Inc. | Systems and Methods to Provide Navigational Assistance Using an Online Social Network |
US20090187342A1 (en) * | 2008-01-18 | 2009-07-23 | Magellan Navigation, Inc. | Method and apparatus for access point recording using a position device |
US20090187341A1 (en) * | 2008-01-18 | 2009-07-23 | Magellan Navigation, Inc. | Method and apparatus to search for local parking |
US20090187340A1 (en) * | 2008-01-18 | 2009-07-23 | Magellan Navigation, Inc. | Method and apparatus for hybrid routing using breadcrumb paths |
US20090244095A1 (en) * | 2008-04-01 | 2009-10-01 | Research In Motion Limited | Run-time label cache for efficient map labeling |
US20100035631A1 (en) * | 2008-08-07 | 2010-02-11 | Magellan Navigation, Inc. | Systems and Methods to Record and Present a Trip |
US20100049696A1 (en) * | 2008-08-20 | 2010-02-25 | Magellan Navigation, Inc. | Systems and Methods for Smart City Search |
US20100076674A1 (en) * | 2008-09-22 | 2010-03-25 | Magellan Navigation, Inc. | Route Navigation via a Proximity Point |
US20100075643A1 (en) * | 2004-09-07 | 2010-03-25 | Tierravision, Inc. | System and method of wireless downloads of map and geographic based data to portable computing devices |
US20100222996A1 (en) * | 2009-02-27 | 2010-09-02 | Navteq North America, Llc | Dual Representation of an Address in a Database |
USRE41983E1 (en) | 2000-09-22 | 2010-12-07 | Tierravision, Inc. | Method of organizing and compressing spatial data |
US20100309220A1 (en) * | 2009-06-05 | 2010-12-09 | Callaway Golf Company | Gps device |
US7872343B1 (en) | 2007-08-07 | 2011-01-18 | Amkor Technology, Inc. | Dual laminate package structure with embedded elements |
EP2290322A1 (en) | 2009-08-25 | 2011-03-02 | Research In Motion Limited | Method and Device for Generating and Communicating Geographic Route Information between Wireless Communication Devices |
US20110054770A1 (en) * | 2009-08-25 | 2011-03-03 | Research In Motion Limited | Method and device for generating and communicating geographic route information between wireless communication devices |
US20110063432A1 (en) * | 2000-10-06 | 2011-03-17 | Enrico Di Bernardo | System and method for creating, storing and utilizing images of a geographic location |
US8031050B2 (en) | 2000-06-07 | 2011-10-04 | Apple Inc. | System and method for situational location relevant invocable speed reference |
US8060389B2 (en) | 2000-06-07 | 2011-11-15 | Apple Inc. | System and method for anonymous location based services |
US8073565B2 (en) | 2000-06-07 | 2011-12-06 | Apple Inc. | System and method for alerting a first mobile data processing system nearby a second mobile data processing system |
US8108144B2 (en) | 2007-06-28 | 2012-01-31 | Apple Inc. | Location based tracking |
WO2011095603A3 (en) * | 2010-02-04 | 2012-03-01 | Tomtom International B.V. | Map storage for navigation systems |
US8175802B2 (en) | 2007-06-28 | 2012-05-08 | Apple Inc. | Adaptive route guidance based on preferences |
WO2012072115A1 (en) * | 2010-11-30 | 2012-06-07 | Tomtom International B.V. | Navigation methods and systems |
US8200676B2 (en) | 2005-06-28 | 2012-06-12 | Nokia Corporation | User interface for geographic search |
US8204684B2 (en) | 2007-06-28 | 2012-06-19 | Apple Inc. | Adaptive mobile device navigation |
US8209121B1 (en) * | 2007-10-10 | 2012-06-26 | Google Inc. | Registration of location data to street maps using hidden markov models, and application thereof |
US8260320B2 (en) | 2008-11-13 | 2012-09-04 | Apple Inc. | Location specific content |
US8265864B1 (en) | 2005-09-12 | 2012-09-11 | Navteq B.V. | Method of providing geographic information for a navigation system |
US8275352B2 (en) | 2007-06-28 | 2012-09-25 | Apple Inc. | Location-based emergency information |
US8290513B2 (en) | 2007-06-28 | 2012-10-16 | Apple Inc. | Location-based services |
US8311526B2 (en) | 2007-06-28 | 2012-11-13 | Apple Inc. | Location-based categorical information services |
US8332402B2 (en) | 2007-06-28 | 2012-12-11 | Apple Inc. | Location based media items |
US8355862B2 (en) | 2008-01-06 | 2013-01-15 | Apple Inc. | Graphical user interface for presenting location information |
US8359643B2 (en) | 2008-09-18 | 2013-01-22 | Apple Inc. | Group formation using anonymous broadcast information |
US8369867B2 (en) | 2008-06-30 | 2013-02-05 | Apple Inc. | Location sharing |
US8385964B2 (en) | 2005-04-04 | 2013-02-26 | Xone, Inc. | Methods and apparatuses for geospatial-based sharing of information by multiple devices |
US8463774B1 (en) | 2008-07-15 | 2013-06-11 | Google Inc. | Universal scores for location search queries |
EP2626669A1 (en) | 2001-05-10 | 2013-08-14 | Navteq B.v. | Method and system for providing backup driving instructions with a navigation system |
US20130212138A1 (en) * | 2012-02-13 | 2013-08-15 | Microsoft Corporation | Curve representations |
US8554475B2 (en) | 2007-10-01 | 2013-10-08 | Mitac International Corporation | Static and dynamic contours |
US20130339891A1 (en) * | 2012-06-05 | 2013-12-19 | Apple Inc. | Interactive Map |
US8644843B2 (en) | 2008-05-16 | 2014-02-04 | Apple Inc. | Location determination |
US8660530B2 (en) | 2009-05-01 | 2014-02-25 | Apple Inc. | Remotely receiving and communicating commands to a mobile device for execution by the mobile device |
US8666367B2 (en) | 2009-05-01 | 2014-03-04 | Apple Inc. | Remotely locating and commanding a mobile device |
US8670748B2 (en) | 2009-05-01 | 2014-03-11 | Apple Inc. | Remotely locating and commanding a mobile device |
US8674485B1 (en) | 2010-12-08 | 2014-03-18 | Amkor Technology, Inc. | Semiconductor device including leadframe with downsets |
US8762056B2 (en) | 2007-06-28 | 2014-06-24 | Apple Inc. | Route reference |
US8774825B2 (en) | 2007-06-28 | 2014-07-08 | Apple Inc. | Integration of map services with user applications in a mobile device |
WO2014142509A1 (en) * | 2013-03-14 | 2014-09-18 | Samsung Electronics Co., Ltd. | Applications presentation method and system of mobile terminal |
US8863245B1 (en) | 2006-10-19 | 2014-10-14 | Fatdoor, Inc. | Nextdoor neighborhood social network method, apparatus, and system |
US8965409B2 (en) | 2006-03-17 | 2015-02-24 | Fatdoor, Inc. | User-generated community publication in an online neighborhood social network |
US8977294B2 (en) | 2007-10-10 | 2015-03-10 | Apple Inc. | Securely locating a device |
US9002754B2 (en) | 2006-03-17 | 2015-04-07 | Fatdoor, Inc. | Campaign in a geo-spatial environment |
US9004396B1 (en) | 2014-04-24 | 2015-04-14 | Fatdoor, Inc. | Skyteboard quadcopter and method |
US9022324B1 (en) | 2014-05-05 | 2015-05-05 | Fatdoor, Inc. | Coordination of aerial vehicles through a central server |
US20150134247A1 (en) * | 2002-08-05 | 2015-05-14 | Sony Corporation | Electronic guide system, contents server for electronic guide system, portable electronic guide device, and information processing method for electronic guide system |
US9037516B2 (en) | 2006-03-17 | 2015-05-19 | Fatdoor, Inc. | Direct mailing in a geo-spatial environment |
US9064288B2 (en) | 2006-03-17 | 2015-06-23 | Fatdoor, Inc. | Government structures and neighborhood leads in a geo-spatial environment |
US9066199B2 (en) | 2007-06-28 | 2015-06-23 | Apple Inc. | Location-aware mobile device |
US9070101B2 (en) | 2007-01-12 | 2015-06-30 | Fatdoor, Inc. | Peer-to-peer neighborhood delivery multi-copter and method |
US9098545B2 (en) | 2007-07-10 | 2015-08-04 | Raj Abhyanker | Hot news neighborhood banter in a geo-spatial social network |
US9109904B2 (en) | 2007-06-28 | 2015-08-18 | Apple Inc. | Integration of map services and user applications in a mobile device |
US9250092B2 (en) | 2008-05-12 | 2016-02-02 | Apple Inc. | Map service with network-based query for search |
US9261978B2 (en) | 2004-04-30 | 2016-02-16 | Hillcrest Laboratories, Inc. | 3D pointing devices and methods |
CN105404689A (en) * | 2015-12-11 | 2016-03-16 | 厦门精图信息技术有限公司 | Method and apparatus for constructing and operating child layer of electronic map |
US9298282B2 (en) | 2004-04-30 | 2016-03-29 | Hillcrest Laboratories, Inc. | 3D pointing devices with orientation compensation and improved usability |
US20160125628A1 (en) * | 2014-11-05 | 2016-05-05 | Geologis Ltd. | Geographical information systems |
US9373149B2 (en) | 2006-03-17 | 2016-06-21 | Fatdoor, Inc. | Autonomous neighborhood vehicle commerce network and community |
US9441981B2 (en) | 2014-06-20 | 2016-09-13 | Fatdoor, Inc. | Variable bus stops across a bus route in a regional transportation network |
US9439367B2 (en) | 2014-02-07 | 2016-09-13 | Arthi Abhyanker | Network enabled gardening with a remotely controllable positioning extension |
US9451020B2 (en) | 2014-07-18 | 2016-09-20 | Legalforce, Inc. | Distributed communication of independent autonomous vehicles to provide redundancy and performance |
US9457901B2 (en) | 2014-04-22 | 2016-10-04 | Fatdoor, Inc. | Quadcopter with a printable payload extension system and method |
US9459622B2 (en) | 2007-01-12 | 2016-10-04 | Legalforce, Inc. | Driverless vehicle commerce network and community |
US9551582B2 (en) | 1998-01-27 | 2017-01-24 | Blanding Hovenweep, Llc | Mobile communication device |
US9552129B2 (en) | 2012-03-23 | 2017-01-24 | Microsoft Technology Licensing, Llc | Interactive visual representation of points of interest data |
US9697751B2 (en) | 2010-03-09 | 2017-07-04 | Microsoft Technology Licensing, Llc | Interactive representation of clusters of geographical entities |
US20170195841A1 (en) * | 2000-05-18 | 2017-07-06 | S. Aqua Semiconductor, Llc | Providing commercial enterprise data with map data |
US9702709B2 (en) | 2007-06-28 | 2017-07-11 | Apple Inc. | Disfavored route progressions or locations |
US9721157B2 (en) | 2006-08-04 | 2017-08-01 | Nokia Technologies Oy | Systems and methods for obtaining and using information from map images |
US9971985B2 (en) | 2014-06-20 | 2018-05-15 | Raj Abhyanker | Train based community |
US10159897B2 (en) | 2004-11-23 | 2018-12-25 | Idhl Holdings, Inc. | Semantic gaming and application transformation |
US10345818B2 (en) | 2017-05-12 | 2019-07-09 | Autonomy Squared Llc | Robot transport method with transportation container |
CN111578963A (en) * | 2019-02-15 | 2020-08-25 | 上海博泰悦臻电子设备制造有限公司 | Navigation information display method, navigation terminal and computer readable storage medium |
CN111897895A (en) * | 2019-05-06 | 2020-11-06 | 武汉大学 | A collaborative displacement method for resolving spatial conflicts within roads considering curved features |
US20210033417A1 (en) * | 2018-01-25 | 2021-02-04 | Nokia Technologies Oy | Cursor location on a navigational map |
CN113592977A (en) * | 2021-07-26 | 2021-11-02 | 湖南省国土资源规划院 | Linear ground object processing method, system, memory and device in urban area range division |
US12022370B2 (en) | 2004-09-21 | 2024-06-25 | Agis Software Development Llc | Method to provide ad hoc and password protected digital and voice networks |
Citations (39)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2102259A (en) * | 1981-05-13 | 1983-01-26 | Nissan Motor | Road map display system for automotive vehicles |
US4511973A (en) * | 1981-08-24 | 1985-04-16 | Nippondenso Co., Ltd. | Navigator for vehicles |
US4527155A (en) * | 1981-03-04 | 1985-07-02 | Nissan Motor Company, Limited | System for maintaining an orientation of characters displayed with a rotatable image |
US4550317A (en) * | 1982-09-29 | 1985-10-29 | Toyota Jidosha Kabushiki Kaisha | Drive guide display system for motor vehicle |
US4571684A (en) * | 1983-03-25 | 1986-02-18 | Nippondenso Co., Ltd. | Map display system for vehicles |
US4638438A (en) * | 1983-05-23 | 1987-01-20 | Hitachi, Ltd. | Navigation apparatus for automotive |
US4646089A (en) * | 1983-01-17 | 1987-02-24 | Nippondenso Co., Ltd. | Travel guidance system for vehicles |
US4675676A (en) * | 1983-03-09 | 1987-06-23 | Nippondenso Co. Ltd. | Map display system |
US4737916A (en) * | 1985-04-30 | 1988-04-12 | Nippondenso Co., Ltd. | Electronic map display system |
US4744033A (en) * | 1985-04-30 | 1988-05-10 | Nippondenso Co., Ltd. | Electronic display system |
US4757455A (en) * | 1985-03-08 | 1988-07-12 | Nissan Motor Company, Limited | Navigation system for a vehicle |
US4760531A (en) * | 1985-05-16 | 1988-07-26 | Nippondenso Co., Ltd. | Map display system |
US4780717A (en) * | 1983-03-25 | 1988-10-25 | Nippondenso Co., Ltd. | Electronic map display system for use on vehicle |
US4796191A (en) * | 1984-06-07 | 1989-01-03 | Etak, Inc. | Vehicle navigational system and method |
US4807157A (en) * | 1986-10-31 | 1989-02-21 | Pioneer Electronic Corporation | Method of displaying a map |
US4812980A (en) * | 1985-05-16 | 1989-03-14 | Nippondenso Co., Ltd. | Map display system |
US4825381A (en) * | 1987-03-31 | 1989-04-25 | Rockwell International Corporation | Moving map display |
US4845631A (en) * | 1987-03-31 | 1989-07-04 | Rockwell International Corporation | Scrolling image memory for high speed avionics moving map display |
US4876651A (en) * | 1988-05-11 | 1989-10-24 | Honeywell Inc. | Digital map system |
US4914605A (en) * | 1984-10-22 | 1990-04-03 | Etak, Inc. | Apparatus and method for displaying a map |
US4937570A (en) * | 1987-02-26 | 1990-06-26 | Mitsubishi Denki Kabushiki Kaisha | Route guidance display device |
US4996645A (en) * | 1987-09-04 | 1991-02-26 | U.S. Philips Corporation | Vehicle navigation device with reproduction of a selected map element according to a predetermined representation standard |
US5089826A (en) * | 1989-10-24 | 1992-02-18 | Mitsubishi Denki Kabushiki Kaisha | Navigation system for movable body |
US5115398A (en) * | 1989-07-04 | 1992-05-19 | U.S. Philips Corp. | Method of displaying navigation data for a vehicle in an image of the vehicle environment, a navigation system for performing the method, and a vehicle comprising a navigation system |
US5161886A (en) * | 1989-01-11 | 1992-11-10 | U.S. Philips Corp. | Method for the perspective display of a part of a topographic map, and device suitable for performing such a method |
US5297051A (en) * | 1991-03-18 | 1994-03-22 | Pioneer Electronic Corporation | Map display device |
US5323321A (en) * | 1990-06-25 | 1994-06-21 | Motorola, Inc. | Land vehicle navigation apparatus |
US5359529A (en) * | 1992-05-15 | 1994-10-25 | Zexel Corporation | Route guidance on/off-route state filter |
US5371497A (en) * | 1992-08-19 | 1994-12-06 | Aisin Aw Co., Ltd. | Navigation system for vehicles |
US5381338A (en) * | 1991-06-21 | 1995-01-10 | Wysocki; David A. | Real time three dimensional geo-referenced digital orthophotograph-based positioning, navigation, collision avoidance and decision support system |
US5396430A (en) * | 1991-04-25 | 1995-03-07 | Pioneer Electronic Corporation | On-board navigation apparatus |
US5406493A (en) * | 1990-12-19 | 1995-04-11 | Mitsubishi Denki Kabushiki Kaisha | Vehicle-carried navigation system |
US5448696A (en) * | 1990-11-30 | 1995-09-05 | Hitachi, Ltd. | Map information system capable of displaying layout information |
US5559938A (en) * | 1993-11-05 | 1996-09-24 | U.S. Philips Corporation | Display system for displaying a net of interconnected geographical paths provided with associated geographical names and road vehicle with on-board road-based navigation system having such display system |
US5573402A (en) * | 1992-05-22 | 1996-11-12 | Atari Games Corporation | System and method for coloring polygon using dithering |
US5613055A (en) * | 1992-07-14 | 1997-03-18 | Sumitomo Electric Industries, Ltd. | Method of and apparatus for producing an animation having a series of road drawings to be watched from a driver's seat of a vehicle |
US5629854A (en) * | 1991-09-25 | 1997-05-13 | U.S. Philips Corporation | Device for displaying cartographic information, method for displaying cartographic information, navigation system provided with the device and vehicle provided with the navigation system |
US5808598A (en) * | 1995-02-07 | 1998-09-15 | Mitsubishi Electric Semiconductor Software Corporation | Display method of navigation map |
US5826195A (en) * | 1992-01-27 | 1998-10-20 | Highwaymaster Communications, Inc. | Data messaging in a communications network |
-
1998
- 1998-03-24 US US09/047,141 patent/US6092076A/en not_active Expired - Lifetime
Patent Citations (40)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4527155A (en) * | 1981-03-04 | 1985-07-02 | Nissan Motor Company, Limited | System for maintaining an orientation of characters displayed with a rotatable image |
GB2102259A (en) * | 1981-05-13 | 1983-01-26 | Nissan Motor | Road map display system for automotive vehicles |
US4511973A (en) * | 1981-08-24 | 1985-04-16 | Nippondenso Co., Ltd. | Navigator for vehicles |
US4550317A (en) * | 1982-09-29 | 1985-10-29 | Toyota Jidosha Kabushiki Kaisha | Drive guide display system for motor vehicle |
US4646089A (en) * | 1983-01-17 | 1987-02-24 | Nippondenso Co., Ltd. | Travel guidance system for vehicles |
US4675676A (en) * | 1983-03-09 | 1987-06-23 | Nippondenso Co. Ltd. | Map display system |
US4780717A (en) * | 1983-03-25 | 1988-10-25 | Nippondenso Co., Ltd. | Electronic map display system for use on vehicle |
US4571684A (en) * | 1983-03-25 | 1986-02-18 | Nippondenso Co., Ltd. | Map display system for vehicles |
US4638438A (en) * | 1983-05-23 | 1987-01-20 | Hitachi, Ltd. | Navigation apparatus for automotive |
US4796191A (en) * | 1984-06-07 | 1989-01-03 | Etak, Inc. | Vehicle navigational system and method |
US4914605A (en) * | 1984-10-22 | 1990-04-03 | Etak, Inc. | Apparatus and method for displaying a map |
US4757455A (en) * | 1985-03-08 | 1988-07-12 | Nissan Motor Company, Limited | Navigation system for a vehicle |
US4737916A (en) * | 1985-04-30 | 1988-04-12 | Nippondenso Co., Ltd. | Electronic map display system |
US4744033A (en) * | 1985-04-30 | 1988-05-10 | Nippondenso Co., Ltd. | Electronic display system |
US4760531A (en) * | 1985-05-16 | 1988-07-26 | Nippondenso Co., Ltd. | Map display system |
US4812980A (en) * | 1985-05-16 | 1989-03-14 | Nippondenso Co., Ltd. | Map display system |
US4807157A (en) * | 1986-10-31 | 1989-02-21 | Pioneer Electronic Corporation | Method of displaying a map |
US4937570A (en) * | 1987-02-26 | 1990-06-26 | Mitsubishi Denki Kabushiki Kaisha | Route guidance display device |
US4845631A (en) * | 1987-03-31 | 1989-07-04 | Rockwell International Corporation | Scrolling image memory for high speed avionics moving map display |
US4825381A (en) * | 1987-03-31 | 1989-04-25 | Rockwell International Corporation | Moving map display |
US4996645A (en) * | 1987-09-04 | 1991-02-26 | U.S. Philips Corporation | Vehicle navigation device with reproduction of a selected map element according to a predetermined representation standard |
US4876651A (en) * | 1988-05-11 | 1989-10-24 | Honeywell Inc. | Digital map system |
US5161886A (en) * | 1989-01-11 | 1992-11-10 | U.S. Philips Corp. | Method for the perspective display of a part of a topographic map, and device suitable for performing such a method |
US5161886C1 (en) * | 1989-01-11 | 2001-10-30 | Philips Corp | Method for the perspective display of a part of a topographic map and device suitable for performing such a method |
US5115398A (en) * | 1989-07-04 | 1992-05-19 | U.S. Philips Corp. | Method of displaying navigation data for a vehicle in an image of the vehicle environment, a navigation system for performing the method, and a vehicle comprising a navigation system |
US5089826A (en) * | 1989-10-24 | 1992-02-18 | Mitsubishi Denki Kabushiki Kaisha | Navigation system for movable body |
US5323321A (en) * | 1990-06-25 | 1994-06-21 | Motorola, Inc. | Land vehicle navigation apparatus |
US5448696A (en) * | 1990-11-30 | 1995-09-05 | Hitachi, Ltd. | Map information system capable of displaying layout information |
US5406493A (en) * | 1990-12-19 | 1995-04-11 | Mitsubishi Denki Kabushiki Kaisha | Vehicle-carried navigation system |
US5297051A (en) * | 1991-03-18 | 1994-03-22 | Pioneer Electronic Corporation | Map display device |
US5396430A (en) * | 1991-04-25 | 1995-03-07 | Pioneer Electronic Corporation | On-board navigation apparatus |
US5381338A (en) * | 1991-06-21 | 1995-01-10 | Wysocki; David A. | Real time three dimensional geo-referenced digital orthophotograph-based positioning, navigation, collision avoidance and decision support system |
US5629854A (en) * | 1991-09-25 | 1997-05-13 | U.S. Philips Corporation | Device for displaying cartographic information, method for displaying cartographic information, navigation system provided with the device and vehicle provided with the navigation system |
US5826195A (en) * | 1992-01-27 | 1998-10-20 | Highwaymaster Communications, Inc. | Data messaging in a communications network |
US5359529A (en) * | 1992-05-15 | 1994-10-25 | Zexel Corporation | Route guidance on/off-route state filter |
US5573402A (en) * | 1992-05-22 | 1996-11-12 | Atari Games Corporation | System and method for coloring polygon using dithering |
US5613055A (en) * | 1992-07-14 | 1997-03-18 | Sumitomo Electric Industries, Ltd. | Method of and apparatus for producing an animation having a series of road drawings to be watched from a driver's seat of a vehicle |
US5371497A (en) * | 1992-08-19 | 1994-12-06 | Aisin Aw Co., Ltd. | Navigation system for vehicles |
US5559938A (en) * | 1993-11-05 | 1996-09-24 | U.S. Philips Corporation | Display system for displaying a net of interconnected geographical paths provided with associated geographical names and road vehicle with on-board road-based navigation system having such display system |
US5808598A (en) * | 1995-02-07 | 1998-09-15 | Mitsubishi Electric Semiconductor Software Corporation | Display method of navigation map |
Non-Patent Citations (7)
Title |
---|
Ahn, John Kwangho, Automatic Map Name Placement System, Rensselaer Polytechnic Institute, Ph.D. Thesis, May 1984; pp. 1 84. * |
Ahn, John Kwangho, Automatic Map Name Placement System, Rensselaer Polytechnic Institute, Ph.D. Thesis, May 1984; pp. 1-84. |
J. Ahn and H. Freeman, A Program for Automatic Name Placement; published in vol. II of the Proceedings of the Sixth International Symposium on Automated Cartography, ed. Barry S. Wellar, 1983. * |
Mark S. Monmonier, Computer Assisted Cartography Principles and Prospects; 1982; pp. 158 185. * |
Mark S. Monmonier, Computer Assisted Cartography Principles and Prospects; 1982; pp. 158-185. |
Stephen A. Hirsch and Barry J. Glick,. Design Issues for an Intelligent Names Processing System, published prior to Mar. 24, 1998. * |
Stephen A. Hirsch and Barry J. Glick,.Design Issues for an Intelligent Names Processing System, published prior to Mar. 24, 1998. |
Cited By (408)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6268825B1 (en) * | 1996-11-25 | 2001-07-31 | Toyota Jidosha Kabushiki Kaisha | Navigation device for vehicle and preparation of road shape data used therefor |
US6529824B1 (en) | 1997-06-20 | 2003-03-04 | American Calcar, Inc. | Personal communication system for communicating voice data positioning information |
US6924748B2 (en) | 1997-06-20 | 2005-08-02 | American Calcar, Inc. | Personal communication and positioning system |
US7702455B2 (en) | 1997-06-20 | 2010-04-20 | American Calcar, Inc. | Personal communication system to send and receive voice data positioning information |
US6868335B2 (en) | 1997-06-20 | 2005-03-15 | American Calcar, Inc. | Personal communication system for communicating voice data positioning information |
US7236100B2 (en) | 1997-06-20 | 2007-06-26 | American Calcar, Inc. | Personal communication and positioning system |
US6515595B1 (en) | 1997-06-20 | 2003-02-04 | American Calcar, Inc. | Personal communication and positioning system |
US9551582B2 (en) | 1998-01-27 | 2017-01-24 | Blanding Hovenweep, Llc | Mobile communication device |
US10127816B2 (en) | 1998-01-27 | 2018-11-13 | Blanding Hovenweep, Llc | Detection and alert of automobile braking event |
US6429812B1 (en) * | 1998-01-27 | 2002-08-06 | Steven M. Hoffberg | Mobile communication device |
US6477526B2 (en) * | 1998-04-14 | 2002-11-05 | Increment P Corporation | System for and method of providing map information |
US6505186B1 (en) * | 1998-04-27 | 2003-01-07 | Hitachi, Ltd. | Method of managing feature data |
US6330858B1 (en) | 1998-06-05 | 2001-12-18 | Navigation Technologies Corporation | Method and system for scrolling a map display in a navigation application |
US20030156195A1 (en) * | 1998-10-21 | 2003-08-21 | American Calcar, Inc. | Positional camera and GPS data interchange device |
US20030151677A1 (en) * | 1998-10-21 | 2003-08-14 | American Calcar, Inc. | Positional camera and GPS data interchange device |
US10237439B2 (en) | 1998-10-21 | 2019-03-19 | Silver State Intellectual Technologies, Inc. | Positional camera and GPS data interchange device |
US20030156208A1 (en) * | 1998-10-21 | 2003-08-21 | American Calcar, Inc. | Positional camera and GPS data interchange device |
US9591171B2 (en) | 1998-10-21 | 2017-03-07 | Silver State Intellectual Technologies, Inc. | Positional camera and GPS data interchange device |
US8856848B2 (en) | 1998-10-21 | 2014-10-07 | Silver State Intellectual Technologies, Inc. | Positional camera and GPS data interchange device |
US6525768B2 (en) | 1998-10-21 | 2003-02-25 | American Calcar, Inc. | Positional camera and GPS data interchange device |
US9247524B2 (en) | 1998-10-21 | 2016-01-26 | Silver State Intellectual Technologies, Inc. | Positional camera and GPS data interchange device |
US7748021B2 (en) | 1998-10-21 | 2010-06-29 | American Calcar, Inc. | Positional camera and GPS data interchange device |
US20100231751A1 (en) * | 1998-10-21 | 2010-09-16 | Obradovich Michael L | Positional camera and gps data interchange device |
US6565610B1 (en) * | 1999-02-11 | 2003-05-20 | Navigation Technologies Corporation | Method and system for text placement when forming maps |
US20080049733A1 (en) * | 1999-02-22 | 2008-02-28 | Leonid Yegoshin | Telecommunication System for Automatically Locating by Network Connection and Selectively Delivering Calls to Mobile Client Devices |
US6456299B1 (en) * | 1999-03-15 | 2002-09-24 | Joseph R. Trombley | Map making process |
US6542813B1 (en) * | 1999-03-23 | 2003-04-01 | Sony International (Europe) Gmbh | System and method for automatic managing geolocation information and associated references for geographic information systems |
US6421066B1 (en) * | 1999-03-23 | 2002-07-16 | Klab.Com - The Knowledge Infrastructure Laboratory Ltd. | Method for creating a knowledge map |
US6922703B1 (en) * | 1999-09-14 | 2005-07-26 | Honeywell International Inc. | Methods and apparatus for real-time projection and rendering of geospatially organized data |
US7650234B2 (en) | 1999-10-19 | 2010-01-19 | American Calcar Inc. | Technique for effective navigation based on user preferences |
US7522992B2 (en) | 1999-10-19 | 2009-04-21 | American Calcar Inc. | Technique for effective navigation based on user preferences |
US7739039B2 (en) | 1999-10-19 | 2010-06-15 | American Calcar, Inc. | Technique for effective navigation based on user preferences |
US7593812B2 (en) | 1999-10-19 | 2009-09-22 | American Calcar Inc. | Technique for effective navigation based on user preferences |
US8467961B2 (en) | 1999-10-19 | 2013-06-18 | Silver State Intellectual Technologies, Inc. | Technique for effective navigation based on user preferences |
US20080027634A1 (en) * | 1999-10-19 | 2008-01-31 | American Calcar Inc. | Technique for effective navigation based on user preferences |
US9983015B2 (en) | 1999-10-19 | 2018-05-29 | Silver State Intellectual Technologies, Inc. | Technique for effective navigation based on user preferences |
US7295922B2 (en) * | 1999-10-25 | 2007-11-13 | Silverbrook Research Pty Ltd | Interactive map production |
US20050233809A1 (en) * | 1999-10-25 | 2005-10-20 | Silverbrook Research Pty Ltd | Method for performing games |
US20050086585A1 (en) * | 1999-10-25 | 2005-04-21 | Robert Walmsley S. | Interactive map production |
US7477987B2 (en) | 1999-10-25 | 2009-01-13 | Silverbrook Research Pty Ltd | Method for performing games |
US20090088251A1 (en) * | 1999-10-25 | 2009-04-02 | Selverbrook Research Pty Ltd | System for Performing Games |
US7475057B1 (en) | 1999-10-27 | 2009-01-06 | American Calcar, Inc. | System and method for user navigation |
US20080115076A1 (en) * | 2000-02-22 | 2008-05-15 | Metacarta, Inc. | Query parser method |
US20080114736A1 (en) * | 2000-02-22 | 2008-05-15 | Metacarta, Inc. | Method of inferring spatial meaning to text |
US20070271235A1 (en) * | 2000-02-22 | 2007-11-22 | Metacarta, Inc. | Geotext Searching and Displaying Results |
US7917464B2 (en) | 2000-02-22 | 2011-03-29 | Metacarta, Inc. | Geotext searching and displaying results |
US20020078035A1 (en) * | 2000-02-22 | 2002-06-20 | Frank John R. | Spatially coding and displaying information |
US7117199B2 (en) * | 2000-02-22 | 2006-10-03 | Metacarta, Inc. | Spatially coding and displaying information |
US7908280B2 (en) | 2000-02-22 | 2011-03-15 | Nokia Corporation | Query method involving more than one corpus of documents |
US9201972B2 (en) | 2000-02-22 | 2015-12-01 | Nokia Technologies Oy | Spatial indexing of documents |
US20080126343A1 (en) * | 2000-02-22 | 2008-05-29 | Metacarta, Inc. | Method for defining the georelevance of documents |
US20060036588A1 (en) * | 2000-02-22 | 2006-02-16 | Metacarta, Inc. | Searching by using spatial document and spatial keyword document indexes |
US20050091209A1 (en) * | 2000-02-22 | 2005-04-28 | Metacarta, Inc. | Relevance ranking of spatially coded documents |
US20050091193A1 (en) * | 2000-02-22 | 2005-04-28 | Metacarta, Inc. | Spatially directed crawling of documents |
US7953732B2 (en) | 2000-02-22 | 2011-05-31 | Nokia Corporation | Searching by using spatial document and spatial keyword document indexes |
US7539693B2 (en) | 2000-02-22 | 2009-05-26 | Metacarta, Inc. | Spatially directed crawling of documents |
US7596581B2 (en) * | 2000-02-22 | 2009-09-29 | Metacarta, Inc. | Relevance ranking of spatially coded documents |
US20070033182A1 (en) * | 2000-03-03 | 2007-02-08 | Super Internet Site System Pty Ltd. | On-line geographical directory |
US20030023586A1 (en) * | 2000-03-03 | 2003-01-30 | Super Internet Site System Pty Ltd. | On-line geographical directory |
US20090150389A1 (en) * | 2000-03-03 | 2009-06-11 | Super Internet Site System Pty Ltd. | On-line geographical directory |
US8065291B2 (en) | 2000-03-03 | 2011-11-22 | Siss Business Systems Limited | On-line geographical directory |
US6587787B1 (en) * | 2000-03-15 | 2003-07-01 | Alpine Electronics, Inc. | Vehicle navigation system apparatus and method providing enhanced information regarding geographic entities |
US7139983B2 (en) | 2000-04-10 | 2006-11-21 | Hillcrest Laboratories, Inc. | Interactive content guide for television programming |
US8046804B2 (en) | 2000-04-10 | 2011-10-25 | Hillcrest Laboratories, Inc. | Media user interfaces using metadata from different sources |
US20080060010A1 (en) * | 2000-04-10 | 2008-03-06 | Hillcrest Laboratories, Inc. | Media user interfaces using metadata from different sources |
US9552128B2 (en) | 2000-04-10 | 2017-01-24 | Hillcrest Laboratories, Inc. | Media user interfaces using metadata from different sources |
US20020059603A1 (en) * | 2000-04-10 | 2002-05-16 | Kelts Brett R. | Interactive content guide for television programming |
US7844987B2 (en) | 2000-04-10 | 2010-11-30 | Hillcrest Laboratories, Inc. | Interactive content guide for television programming |
US6529822B1 (en) * | 2000-04-11 | 2003-03-04 | Magellan Dis, Inc. | Navigation system with zoomed maneuver instruction |
US7343165B2 (en) | 2000-04-11 | 2008-03-11 | American Calcar Inc. | GPS publication application server |
US8892117B2 (en) | 2000-04-11 | 2014-11-18 | Silver State Intellectual Technologies, Inc. | GPS publication application server |
US20020045456A1 (en) * | 2000-04-11 | 2002-04-18 | Obradovich Michael L. | GPS publication application server |
US20170195841A1 (en) * | 2000-05-18 | 2017-07-06 | S. Aqua Semiconductor, Llc | Providing commercial enterprise data with map data |
US8060389B2 (en) | 2000-06-07 | 2011-11-15 | Apple Inc. | System and method for anonymous location based services |
US8073565B2 (en) | 2000-06-07 | 2011-12-06 | Apple Inc. | System and method for alerting a first mobile data processing system nearby a second mobile data processing system |
US8489669B2 (en) | 2000-06-07 | 2013-07-16 | Apple Inc. | Mobile data processing system moving interest radius |
US8538685B2 (en) | 2000-06-07 | 2013-09-17 | Apple Inc. | System and method for internet connected service providing heterogeneous mobile systems with situational location relevant content |
US9317867B2 (en) | 2000-06-07 | 2016-04-19 | Apple Inc. | System and method for situational location relevant invocable speed reference |
US8031050B2 (en) | 2000-06-07 | 2011-10-04 | Apple Inc. | System and method for situational location relevant invocable speed reference |
US9100793B2 (en) | 2000-06-07 | 2015-08-04 | Apple Inc. | System and method for alerting a first mobile data processing system nearby a second mobile data processing system |
US8930233B2 (en) | 2000-06-07 | 2015-01-06 | Apple Inc. | System and method for anonymous location based services |
US8963686B2 (en) | 2000-06-07 | 2015-02-24 | Apple Inc. | System and method for situational location relevant invocable speed reference |
US8984059B2 (en) | 2000-06-07 | 2015-03-17 | Apple Inc. | Mobile data processing system moving interest radius |
US9185068B2 (en) | 2000-07-28 | 2015-11-10 | Silver State Intellectual Technologies, Inc. | Technique for effective organization and communication of information |
US20020013815A1 (en) * | 2000-07-28 | 2002-01-31 | Obradovich Michael L. | Technique for effective organization and communication of information |
US8126960B2 (en) | 2000-07-28 | 2012-02-28 | Silver State Intellectual Technologies, Inc. | Technique for effective organization and communication of information |
US20080033635A1 (en) * | 2000-07-28 | 2008-02-07 | American Calcar Inc. | Technique for effective organization and communication of information |
US20020059024A1 (en) * | 2000-08-31 | 2002-05-16 | Tadao Ogaki | Information processing apparatus, information processing method and program storage medium |
US7425969B2 (en) | 2000-08-31 | 2008-09-16 | Sony Corporation | Information processing apparatus, information processing method and program storage medium |
US6912462B2 (en) | 2000-08-31 | 2005-06-28 | Sony Corporation | Information processing apparatus, information processing method and program storage media |
EP1184792A3 (en) * | 2000-08-31 | 2003-06-04 | Sony Corporation | Information processing |
USRE41983E1 (en) | 2000-09-22 | 2010-12-07 | Tierravision, Inc. | Method of organizing and compressing spatial data |
US8818138B2 (en) | 2000-10-06 | 2014-08-26 | Enrico Di Bernardo | System and method for creating, storing and utilizing images of a geographical location |
US20110063432A1 (en) * | 2000-10-06 | 2011-03-17 | Enrico Di Bernardo | System and method for creating, storing and utilizing images of a geographic location |
US10473465B2 (en) | 2000-10-06 | 2019-11-12 | Vederi, Llc | System and method for creating, storing and utilizing images of a geographical location |
US8213749B2 (en) * | 2000-10-06 | 2012-07-03 | Verderi, LLC | System and method for creating, storing and utilizing images of a geographic location |
US9644968B2 (en) | 2000-10-06 | 2017-05-09 | Vederi, Llc | System and method for creating, storing and utilizing images of a geographical location |
US7127453B1 (en) * | 2000-10-31 | 2006-10-24 | Ncr Corp. | Gathering data from a database for display |
US20020051016A1 (en) * | 2000-11-01 | 2002-05-02 | Mitsubishi Denki Kabushiki Kaisha | Graphics drawing device of processing drawing data including rotation target object and non-rotation target object |
US6405129B1 (en) * | 2000-11-29 | 2002-06-11 | Alpine Electronics, Inc. | Method of displaying POI icons for navigation apparatus |
US20080060009A1 (en) * | 2000-12-22 | 2008-03-06 | Hillcrest Laboratories, Inc. | Client/server methods and systems for generating a user interface |
US20080060011A1 (en) * | 2000-12-22 | 2008-03-06 | Hillcrest Laboratories, Inc. | Zoomable user interfaces for television |
US20080060020A1 (en) * | 2000-12-22 | 2008-03-06 | Hillcrest Laboratories, Inc. | Methods and systems for semantic zooming |
US20080082927A1 (en) * | 2000-12-22 | 2008-04-03 | Hillcrest Laboratories, Inc. | Methods and systems for personalizing a user interface |
US20020085014A1 (en) * | 2000-12-28 | 2002-07-04 | Masato Yuda | Rendering device |
US20020105549A1 (en) * | 2001-02-05 | 2002-08-08 | Tatsuo Yokota | Function executing apparatus and menu item displaying method therefor |
US6968510B2 (en) * | 2001-02-05 | 2005-11-22 | Alpine Electronics, Inc. | Function executing apparatus and menu item displaying method therefor |
US6611751B2 (en) | 2001-03-23 | 2003-08-26 | 981455 Alberta Ltd. | Method and apparatus for providing location based data services |
EP2738521A2 (en) | 2001-05-10 | 2014-06-04 | HERE Global B.V. | Method and system for providing dynamic driving instructions with a navigation system |
EP2626669A1 (en) | 2001-05-10 | 2013-08-14 | Navteq B.v. | Method and system for providing backup driving instructions with a navigation system |
WO2002103292A1 (en) * | 2001-06-18 | 2002-12-27 | Innovative Solutions & Support, Inc. | Improved aircraft flat panel display system |
US20040260543A1 (en) * | 2001-06-28 | 2004-12-23 | David Horowitz | Pattern cross-matching |
US20030125870A1 (en) * | 2001-07-06 | 2003-07-03 | Stefan Woestemeyer | System and method for navigating a means of transportation |
EP1450132A4 (en) * | 2001-08-10 | 2009-09-02 | Panasonic Corp | REPORTING SYSTEM, CENTRAL APPARATUS, TERMINAL, MAP DATA TRANSMISSION SYSTEM, CENTRAL APPARATUS AND TERMINAL |
EP1450132A1 (en) * | 2001-08-10 | 2004-08-25 | Matsushita Electric Industrial Co., Ltd | Mark delivery system, center apparatus, terminal, map data delivery system, center apparatus, and terminal |
US20030132944A1 (en) * | 2001-10-03 | 2003-07-17 | Sun Microsystems, Inc. | User control of generalized semantic zooming |
US20040199516A1 (en) * | 2001-10-31 | 2004-10-07 | Metacyber.Net | Source information adapter and method for use in generating a computer memory-resident hierarchical structure for original source information |
US6847884B1 (en) | 2001-12-20 | 2005-01-25 | Garmin Ltd. | PDA system, method and device for labeling thoroughfares |
US6647337B1 (en) * | 2001-12-20 | 2003-11-11 | Garmin Ltd. | Navigation system, method and device for labeling thoroughfares |
US6622086B2 (en) | 2002-02-11 | 2003-09-16 | Horizon Navigation, Inc. | Method of representing a location in a database for a vehicle navigation system |
US20030154022A1 (en) * | 2002-02-13 | 2003-08-14 | Atsushi Tanabe | Navigation apparatus and navigation method |
US20040019584A1 (en) * | 2002-03-18 | 2004-01-29 | Greening Daniel Rex | Community directory |
WO2003081483A1 (en) * | 2002-03-18 | 2003-10-02 | Daniel Rex Greening | Community directory |
US20090015595A1 (en) * | 2002-06-27 | 2009-01-15 | Tele Atlas North America, Inc. | System and method for converting digital map information using displayable map information as an intermediary |
US20090015596A1 (en) * | 2002-06-27 | 2009-01-15 | Tele Atlas North America, Inc. | System and method for viewing and editing digital maps using a plug-in data abstraction layer for different digital map formats |
US20060284889A1 (en) * | 2002-07-19 | 2006-12-21 | Evans & Sutherland Computer Corporation | System and method for combining independent scene layers to form computer generated environments |
US20060284890A1 (en) * | 2002-07-19 | 2006-12-21 | Evans & Sutherland Computer Corporation | System and method for combining independent scene layers to form computer generated environments |
US7599988B2 (en) | 2002-08-05 | 2009-10-06 | Metacarta, Inc. | Desktop client interaction with a geographical text search system |
US9605973B2 (en) * | 2002-08-05 | 2017-03-28 | Sony Corporation | Electronic guide system, contents server for electronic guide system, portable electronic guide device, and information processing method for electronic guide system |
US20040078750A1 (en) * | 2002-08-05 | 2004-04-22 | Metacarta, Inc. | Desktop client interaction with a geographical text search system |
US20150134247A1 (en) * | 2002-08-05 | 2015-05-14 | Sony Corporation | Electronic guide system, contents server for electronic guide system, portable electronic guide device, and information processing method for electronic guide system |
US20040085319A1 (en) * | 2002-11-04 | 2004-05-06 | Gannon Aaron J. | Methods and apparatus for displaying multiple data categories |
WO2004042686A2 (en) * | 2002-11-04 | 2004-05-21 | Honeywell International Inc. | Methods and apparatus for displaying mutiple data categories |
WO2004042686A3 (en) * | 2002-11-04 | 2004-12-16 | Honeywell Int Inc | Methods and apparatus for displaying mutiple data categories |
US7269180B2 (en) | 2002-11-04 | 2007-09-11 | World Wide Packets, Inc. | System and method for prioritizing and queuing traffic |
US7158136B2 (en) | 2002-11-04 | 2007-01-02 | Honeywell International, Inc. | Methods and apparatus for displaying multiple data categories |
US8555165B2 (en) | 2003-05-08 | 2013-10-08 | Hillcrest Laboratories, Inc. | Methods and systems for generating a zoomable graphical user interface |
US8601396B2 (en) | 2003-05-08 | 2013-12-03 | Hillcrest Laboratories, Inc. | Systems and methods for node tracking and notification in a control framework including a zoomable graphical user interface |
US7834849B2 (en) | 2003-05-08 | 2010-11-16 | Hillcrest Laboratories, Inc. | Control framework with a zoomable graphical user interface for organizing selecting and launching media items |
US20050005241A1 (en) * | 2003-05-08 | 2005-01-06 | Hunleth Frank A. | Methods and systems for generating a zoomable graphical user interface |
US20040268393A1 (en) * | 2003-05-08 | 2004-12-30 | Hunleth Frank A. | Control framework with a zoomable graphical user interface for organizing, selecting and launching media items |
US20040252120A1 (en) * | 2003-05-08 | 2004-12-16 | Hunleth Frank A. | Systems and methods for node tracking and notification in a control framework including a zoomable graphical user interface |
US8046705B2 (en) | 2003-05-08 | 2011-10-25 | Hillcrest Laboratories, Inc. | Systems and methods for resolution consistent semantic zooming |
US20040252119A1 (en) * | 2003-05-08 | 2004-12-16 | Hunleth Frank A. | Systems and methods for resolution consistent semantic zooming |
US7388519B1 (en) | 2003-07-22 | 2008-06-17 | Kreft Keith A | Displaying points of interest with qualitative information |
US8108852B2 (en) | 2003-08-01 | 2012-01-31 | Kw-Software Gmbh | Online modification of CIL code programs for industrial automation |
US20050066320A1 (en) * | 2003-08-01 | 2005-03-24 | Kw-Software Gmbh | Online modification of CIL code programs for industrial automation |
US7096117B1 (en) | 2004-01-20 | 2006-08-22 | Navteq North America, Llc | Method and system of polyline generation for rendering a richly attributed representation of a geographic region |
US9304651B2 (en) | 2004-02-23 | 2016-04-05 | Hillcrest Laboratories, Inc. | Method of real-time incremental zooming |
US20050188333A1 (en) * | 2004-02-23 | 2005-08-25 | Hunleth Frank A. | Method of real-time incremental zooming |
US7260789B2 (en) | 2004-02-23 | 2007-08-21 | Hillcrest Laboratories, Inc. | Method of real-time incremental zooming |
US9152981B2 (en) | 2004-04-20 | 2015-10-06 | Never-Search, Inc. | Information mapping approaches |
US12189666B2 (en) | 2004-04-20 | 2025-01-07 | Never-Search, Inc. | Information mapping approaches |
US20050251331A1 (en) * | 2004-04-20 | 2005-11-10 | Keith Kreft | Information mapping approaches |
US20090327071A1 (en) * | 2004-04-20 | 2009-12-31 | Keith Kreft | Information mapping approaches |
US7373244B2 (en) | 2004-04-20 | 2008-05-13 | Keith Kreft | Information mapping approaches |
US8649976B2 (en) | 2004-04-20 | 2014-02-11 | Never-Search, Inc. | Information mapping approaches |
US11372903B2 (en) | 2004-04-20 | 2022-06-28 | Never-Search, Inc. | Systems and methods for providing mapping information |
US9177330B2 (en) | 2004-04-20 | 2015-11-03 | Never-Search, Inc. | Information mapping approaches |
US8219318B2 (en) | 2004-04-20 | 2012-07-10 | Never-Search, Inc. | Information mapping approaches |
US9946356B2 (en) | 2004-04-30 | 2018-04-17 | Interdigital Patent Holdings, Inc. | 3D pointing devices with orientation compensation and improved usability |
US10514776B2 (en) | 2004-04-30 | 2019-12-24 | Idhl Holdings, Inc. | 3D pointing devices and methods |
US11157091B2 (en) | 2004-04-30 | 2021-10-26 | Idhl Holdings, Inc. | 3D pointing devices and methods |
US10782792B2 (en) | 2004-04-30 | 2020-09-22 | Idhl Holdings, Inc. | 3D pointing devices with orientation compensation and improved usability |
US9575570B2 (en) | 2004-04-30 | 2017-02-21 | Hillcrest Laboratories, Inc. | 3D pointing devices and methods |
US9261978B2 (en) | 2004-04-30 | 2016-02-16 | Hillcrest Laboratories, Inc. | 3D pointing devices and methods |
US9298282B2 (en) | 2004-04-30 | 2016-03-29 | Hillcrest Laboratories, Inc. | 3D pointing devices with orientation compensation and improved usability |
US20100075643A1 (en) * | 2004-09-07 | 2010-03-25 | Tierravision, Inc. | System and method of wireless downloads of map and geographic based data to portable computing devices |
US8649968B2 (en) | 2004-09-07 | 2014-02-11 | Tierravision, Inc. | System and method of wireless downloads of map and geographic based data to portable computing devices |
US8014945B2 (en) | 2004-09-07 | 2011-09-06 | Tierravision, Inc. | System and method of wireless downloads of map and geographic based data to portable computing devices |
US10244361B1 (en) | 2004-09-07 | 2019-03-26 | Tierravision, Inc. | System and method of wireless downloads of map and geographic based data to portable computing devices |
US9137633B2 (en) | 2004-09-07 | 2015-09-15 | Tierravision, Inc. | System and method of wireless downloads of map and geographic based data to portable computing devices |
US12022370B2 (en) | 2004-09-21 | 2024-06-25 | Agis Software Development Llc | Method to provide ad hoc and password protected digital and voice networks |
US11154776B2 (en) | 2004-11-23 | 2021-10-26 | Idhl Holdings, Inc. | Semantic gaming and application transformation |
US10159897B2 (en) | 2004-11-23 | 2018-12-25 | Idhl Holdings, Inc. | Semantic gaming and application transformation |
US7386806B2 (en) | 2005-01-05 | 2008-06-10 | Hillcrest Laboratories, Inc. | Scaling and layout methods and systems for handling one-to-many objects |
US20080235735A1 (en) * | 2005-01-05 | 2008-09-25 | Wroblewski Frank J | Scaling and Layout Methods and Systems for Handling One-To-Many Objects |
US20060176403A1 (en) * | 2005-01-05 | 2006-08-10 | Hillcrest Laboratories, Inc. | Distributed software construction for user interfaces |
US20060150215A1 (en) * | 2005-01-05 | 2006-07-06 | Hillcrest Laboratories, Inc. | Scaling and layout methods and systems for handling one-to-many objects |
US9436359B2 (en) | 2005-02-14 | 2016-09-06 | Hillcrest Laboratories, Inc. | Methods and systems for enhancing television applications using 3D pointing |
US20060184966A1 (en) * | 2005-02-14 | 2006-08-17 | Hillcrest Laboratories, Inc. | Methods and systems for enhancing television applications using 3D pointing |
US8169405B2 (en) | 2005-02-14 | 2012-05-01 | Hillcrest Laboratories, Inc. | Methods and systems for enhancing television applications using 3D pointing |
US7839385B2 (en) | 2005-02-14 | 2010-11-23 | Hillcrest Laboratories, Inc. | Methods and systems for enhancing television applications using 3D pointing |
US20110067068A1 (en) * | 2005-02-14 | 2011-03-17 | Hillcrest Laboratories, Inc. | Methods and Systems for Enhancing Television Applications Using 3D Pointing |
US8432358B2 (en) | 2005-02-14 | 2013-04-30 | Hillcrest Laboratories, Inc. | Methods and systems for enhancing television applications using 3D pointing |
US10341809B2 (en) | 2005-04-04 | 2019-07-02 | X One, Inc. | Location sharing with facilitated meeting point definition |
US8538458B2 (en) | 2005-04-04 | 2013-09-17 | X One, Inc. | Location sharing and tracking using mobile phones or other wireless devices |
US8798593B2 (en) | 2005-04-04 | 2014-08-05 | X One, Inc. | Location sharing and tracking using mobile phones or other wireless devices |
US10149092B1 (en) | 2005-04-04 | 2018-12-04 | X One, Inc. | Location sharing service between GPS-enabled wireless devices, with shared target location exchange |
US8750898B2 (en) | 2005-04-04 | 2014-06-10 | X One, Inc. | Methods and systems for annotating target locations |
US10200811B1 (en) | 2005-04-04 | 2019-02-05 | X One, Inc. | Map presentation on cellular device showing positions of multiple other wireless device users |
US8798647B1 (en) | 2005-04-04 | 2014-08-05 | X One, Inc. | Tracking proximity of services provider to services consumer |
US10299071B2 (en) | 2005-04-04 | 2019-05-21 | X One, Inc. | Server-implemented methods and systems for sharing location amongst web-enabled cell phones |
US9967704B1 (en) | 2005-04-04 | 2018-05-08 | X One, Inc. | Location sharing group map management |
US9955298B1 (en) | 2005-04-04 | 2018-04-24 | X One, Inc. | Methods, systems and apparatuses for the formation and tracking of location sharing groups |
US10313826B2 (en) | 2005-04-04 | 2019-06-04 | X One, Inc. | Location sharing and map support in connection with services request |
US9942705B1 (en) | 2005-04-04 | 2018-04-10 | X One, Inc. | Location sharing group for services provision |
US9883360B1 (en) | 2005-04-04 | 2018-01-30 | X One, Inc. | Rendez vous management using mobile phones or other mobile devices |
US9854394B1 (en) | 2005-04-04 | 2017-12-26 | X One, Inc. | Ad hoc location sharing group between first and second cellular wireless devices |
US8831635B2 (en) | 2005-04-04 | 2014-09-09 | X One, Inc. | Methods and apparatuses for transmission of an alert to multiple devices |
US9854402B1 (en) | 2005-04-04 | 2017-12-26 | X One, Inc. | Formation of wireless device location sharing group |
US9749790B1 (en) | 2005-04-04 | 2017-08-29 | X One, Inc. | Rendez vous management using mobile phones or other mobile devices |
US8798645B2 (en) | 2005-04-04 | 2014-08-05 | X One, Inc. | Methods and systems for sharing position data and tracing paths between mobile-device users |
US9736618B1 (en) | 2005-04-04 | 2017-08-15 | X One, Inc. | Techniques for sharing relative position between mobile devices |
US10341808B2 (en) | 2005-04-04 | 2019-07-02 | X One, Inc. | Location sharing for commercial and proprietary content applications |
US10750310B2 (en) | 2005-04-04 | 2020-08-18 | X One, Inc. | Temporary location sharing group with event based termination |
US8712441B2 (en) | 2005-04-04 | 2014-04-29 | Xone, Inc. | Methods and systems for temporarily sharing position data between mobile-device users |
US9654921B1 (en) | 2005-04-04 | 2017-05-16 | X One, Inc. | Techniques for sharing position data between first and second devices |
US11778415B2 (en) | 2005-04-04 | 2023-10-03 | Xone, Inc. | Location sharing application in association with services provision |
US9031581B1 (en) | 2005-04-04 | 2015-05-12 | X One, Inc. | Apparatus and method for obtaining content on a cellular wireless device based on proximity to other wireless devices |
US9615204B1 (en) | 2005-04-04 | 2017-04-04 | X One, Inc. | Techniques for communication within closed groups of mobile devices |
US11356799B2 (en) | 2005-04-04 | 2022-06-07 | X One, Inc. | Fleet location sharing application in association with services provision |
US10165059B2 (en) | 2005-04-04 | 2018-12-25 | X One, Inc. | Methods, systems and apparatuses for the formation and tracking of location sharing groups |
US9584960B1 (en) | 2005-04-04 | 2017-02-28 | X One, Inc. | Rendez vous management using mobile phones or other mobile devices |
US10856099B2 (en) | 2005-04-04 | 2020-12-01 | X One, Inc. | Application-based two-way tracking and mapping function with selected individuals |
US10750311B2 (en) | 2005-04-04 | 2020-08-18 | X One, Inc. | Application-based tracking and mapping function in connection with vehicle-based services provision |
US9167558B2 (en) | 2005-04-04 | 2015-10-20 | X One, Inc. | Methods and systems for sharing position data between subscribers involving multiple wireless providers |
US9185522B1 (en) | 2005-04-04 | 2015-11-10 | X One, Inc. | Apparatus and method to transmit content to a cellular wireless device based on proximity to other wireless devices |
US8385964B2 (en) | 2005-04-04 | 2013-02-26 | Xone, Inc. | Methods and apparatuses for geospatial-based sharing of information by multiple devices |
US9467832B2 (en) | 2005-04-04 | 2016-10-11 | X One, Inc. | Methods and systems for temporarily sharing position data between mobile-device users |
US9253616B1 (en) | 2005-04-04 | 2016-02-02 | X One, Inc. | Apparatus and method for obtaining content on a cellular wireless device based on proximity |
US10750309B2 (en) | 2005-04-04 | 2020-08-18 | X One, Inc. | Ad hoc location sharing group establishment for wireless devices with designated meeting point |
US10791414B2 (en) | 2005-04-04 | 2020-09-29 | X One, Inc. | Location sharing for commercial and proprietary content applications |
US20060238379A1 (en) * | 2005-04-21 | 2006-10-26 | Microsoft Corporation | Obtaining and displaying virtual earth images |
US8850011B2 (en) | 2005-04-21 | 2014-09-30 | Microsoft Corporation | Obtaining and displaying virtual earth images |
US20060238382A1 (en) * | 2005-04-21 | 2006-10-26 | Microsoft Corporation | Real-time virtual earth driving information |
US9383206B2 (en) | 2005-04-21 | 2016-07-05 | Microsoft Technology Licensing, Llc | Obtaining and displaying virtual earth images |
US7920072B2 (en) | 2005-04-21 | 2011-04-05 | Microsoft Corporation | Virtual earth rooftop overlay and bounding |
US7777648B2 (en) | 2005-04-21 | 2010-08-17 | Microsoft Corporation | Mode information displayed in a mapping application |
US20070273558A1 (en) * | 2005-04-21 | 2007-11-29 | Microsoft Corporation | Dynamic map rendering as a function of a user parameter |
US20060241860A1 (en) * | 2005-04-21 | 2006-10-26 | Microsoft Corporation | Virtual earth mapping |
US8843309B2 (en) | 2005-04-21 | 2014-09-23 | Microsoft Corporation | Virtual earth mapping |
US20090073191A1 (en) * | 2005-04-21 | 2009-03-19 | Microsoft Corporation | Virtual earth rooftop overlay and bounding |
US8103445B2 (en) | 2005-04-21 | 2012-01-24 | Microsoft Corporation | Dynamic map rendering as a function of a user parameter |
US20070210937A1 (en) * | 2005-04-21 | 2007-09-13 | Microsoft Corporation | Dynamic rendering of map information |
US10182108B2 (en) | 2005-04-21 | 2019-01-15 | Microsoft Technology Licensing, Llc | Obtaining and displaying virtual earth images |
US20100118025A1 (en) * | 2005-04-21 | 2010-05-13 | Microsoft Corporation | Mode information displayed in a mapping application |
US7564377B2 (en) | 2005-04-21 | 2009-07-21 | Microsoft Corporation | Real-time virtual earth driving information |
US20060241859A1 (en) * | 2005-04-21 | 2006-10-26 | Microsoft Corporation | Virtual earth real-time advertising |
US20060238380A1 (en) * | 2005-04-21 | 2006-10-26 | Microsoft Corporation | Maintaining user privacy in a virtual earth environment |
US20060238381A1 (en) * | 2005-04-21 | 2006-10-26 | Microsoft Corporation | Virtual earth community based recommendations |
US20060259242A1 (en) * | 2005-05-11 | 2006-11-16 | Weiping Yang | Localized key numbering for maps and charts |
US20090136090A1 (en) * | 2005-06-21 | 2009-05-28 | Pasco Corporation | House Displacement Judging Method, House Displacement Judging Device |
US8285050B2 (en) * | 2005-06-21 | 2012-10-09 | Pasco Corporation | House change judging method and device using color gradation and altitude values of image polygon data |
US8200676B2 (en) | 2005-06-28 | 2012-06-12 | Nokia Corporation | User interface for geographic search |
US8265864B1 (en) | 2005-09-12 | 2012-09-11 | Navteq B.V. | Method of providing geographic information for a navigation system |
US7747652B2 (en) * | 2006-01-04 | 2010-06-29 | Microsoft Corporation | Structured data storage |
US20070156735A1 (en) * | 2006-01-04 | 2007-07-05 | Microsoft Corporation | Structured data storage |
US7590490B2 (en) | 2006-01-09 | 2009-09-15 | Mitac International Corporation | Smart detour |
US20070162223A1 (en) * | 2006-01-09 | 2007-07-12 | Thales Navigation, Inc. | Smart detour |
US11645325B2 (en) | 2006-02-10 | 2023-05-09 | Nokia Technologies Oy | Systems and methods for spatial thumbnails and companion maps for media objects |
US20070219968A1 (en) * | 2006-02-10 | 2007-09-20 | Metacarta, Inc. | Systems and methods for spatial thumbnails and companion maps for media objects |
US9684655B2 (en) | 2006-02-10 | 2017-06-20 | Nokia Technologies Oy | Systems and methods for spatial thumbnails and companion maps for media objects |
US10810251B2 (en) | 2006-02-10 | 2020-10-20 | Nokia Technologies Oy | Systems and methods for spatial thumbnails and companion maps for media objects |
US9411896B2 (en) | 2006-02-10 | 2016-08-09 | Nokia Technologies Oy | Systems and methods for spatial thumbnails and companion maps for media objects |
US9002754B2 (en) | 2006-03-17 | 2015-04-07 | Fatdoor, Inc. | Campaign in a geo-spatial environment |
US8965409B2 (en) | 2006-03-17 | 2015-02-24 | Fatdoor, Inc. | User-generated community publication in an online neighborhood social network |
US9037516B2 (en) | 2006-03-17 | 2015-05-19 | Fatdoor, Inc. | Direct mailing in a geo-spatial environment |
US9064288B2 (en) | 2006-03-17 | 2015-06-23 | Fatdoor, Inc. | Government structures and neighborhood leads in a geo-spatial environment |
US9373149B2 (en) | 2006-03-17 | 2016-06-21 | Fatdoor, Inc. | Autonomous neighborhood vehicle commerce network and community |
US20070250515A1 (en) * | 2006-04-21 | 2007-10-25 | Lea David H | Method and system of securing content and destination of digital download via the internet |
US20080010262A1 (en) * | 2006-06-12 | 2008-01-10 | Metacarta, Inc. | System and methods for providing statstically interesting geographical information based on queries to a geographic search engine |
US8015183B2 (en) * | 2006-06-12 | 2011-09-06 | Nokia Corporation | System and methods for providing statstically interesting geographical information based on queries to a geographic search engine |
US20080010273A1 (en) * | 2006-06-12 | 2008-01-10 | Metacarta, Inc. | Systems and methods for hierarchical organization and presentation of geographic search results |
US9286404B2 (en) | 2006-06-28 | 2016-03-15 | Nokia Technologies Oy | Methods of systems using geographic meta-metadata in information retrieval and document displays |
US20090119255A1 (en) * | 2006-06-28 | 2009-05-07 | Metacarta, Inc. | Methods of Systems Using Geographic Meta-Metadata in Information Retrieval and Document Displays |
US9721157B2 (en) | 2006-08-04 | 2017-08-01 | Nokia Technologies Oy | Systems and methods for obtaining and using information from map images |
US20080040336A1 (en) * | 2006-08-04 | 2008-02-14 | Metacarta, Inc. | Systems and methods for presenting results of geographic text searches |
US20080051995A1 (en) * | 2006-08-25 | 2008-02-28 | Magellan Navigation, Inc. | Rerouting in Vehicle Navigation Systems |
US20080051989A1 (en) * | 2006-08-25 | 2008-02-28 | Microsoft Corporation | Filtering of data layered on mapping applications |
US7945386B2 (en) | 2006-08-25 | 2011-05-17 | Mitac International Corporation | Rerouting in vehicle navigation systems |
US9369659B2 (en) | 2006-08-29 | 2016-06-14 | Hillcrest Laboratories, Inc. | Pointing capability and associated user interface elements for television user interfaces |
US20080065989A1 (en) * | 2006-08-29 | 2008-03-13 | Hillcrest Laboratories, Inc. | Playlist creation tools for television user interfaces |
US20080063381A1 (en) * | 2006-08-29 | 2008-03-13 | Hillcrest Laboratories, Inc. | Visual DVR television interface |
US20110219395A1 (en) * | 2006-08-29 | 2011-09-08 | Hillcrest Laboratories, Inc. | Pointing Capability and Associated User Interface Elements for Television User Interfaces |
US20080059889A1 (en) * | 2006-09-01 | 2008-03-06 | Cheryl Parker | System and Method of Overlaying and Integrating Data with Geographic Mapping Applications |
US7925982B2 (en) | 2006-09-01 | 2011-04-12 | Cheryl Parker | System and method of overlaying and integrating data with geographic mapping applications |
WO2008028137A3 (en) * | 2006-09-01 | 2008-05-02 | Parker Cheryl | System and method of overlaying and integrating data with geographic mapping applications |
WO2008028137A2 (en) * | 2006-09-01 | 2008-03-06 | Parker, Cheryl | System and method of overlaying and integrating data with geographic mapping applications |
US8863245B1 (en) | 2006-10-19 | 2014-10-14 | Fatdoor, Inc. | Nextdoor neighborhood social network method, apparatus, and system |
US20080140348A1 (en) * | 2006-10-31 | 2008-06-12 | Metacarta, Inc. | Systems and methods for predictive models using geographic text search |
CN101548156B (en) * | 2006-11-24 | 2012-05-30 | 大陆汽车有限责任公司 | Method and apparatus for storing or displaying prespecified geometric objects |
US8417454B2 (en) | 2006-11-24 | 2013-04-09 | Continental Automotive Gmbh | Method and apparatus for storing or displaying prespecified geometric objects and computer program product |
US20100070177A1 (en) * | 2006-11-24 | 2010-03-18 | Continental Automotive Gmbh | Method and Apparatus for Storing or Displaying Prespecified Geometric Objects and Computer Program Product |
WO2008062003A1 (en) * | 2006-11-24 | 2008-05-29 | Continental Automotive Gmbh | Method and apparatus for storing or displaying prespecified geometric objects and computer program product |
US20080139181A1 (en) * | 2006-12-08 | 2008-06-12 | Magellan Navigation, Inc. | Methods and apparatus for measuring the effectiveness of advertisements presented on a mobile navigation device |
US20080154888A1 (en) * | 2006-12-11 | 2008-06-26 | Florian Michel Buron | Viewport-Relative Scoring For Location Search Queries |
US7792883B2 (en) * | 2006-12-11 | 2010-09-07 | Google Inc. | Viewport-relative scoring for location search queries |
WO2008086314A1 (en) * | 2007-01-08 | 2008-07-17 | Microsoft Corporation | Mode information displayed in a mapping application |
US9070101B2 (en) | 2007-01-12 | 2015-06-30 | Fatdoor, Inc. | Peer-to-peer neighborhood delivery multi-copter and method |
US9459622B2 (en) | 2007-01-12 | 2016-10-04 | Legalforce, Inc. | Driverless vehicle commerce network and community |
US7692655B2 (en) | 2007-02-16 | 2010-04-06 | Mitac International Corporation | Apparatus and method of generating curved baseline for map labeling |
US20080198162A1 (en) * | 2007-02-16 | 2008-08-21 | Magellan Navigation, Inc. | A method of generating curved baseline for map labeling |
US20080221787A1 (en) * | 2007-03-09 | 2008-09-11 | Magellan Navigation, Inc. | Methods and apparatus for determining a route having an estimated minimum fuel usage for a vehicle |
US7783417B2 (en) | 2007-03-09 | 2010-08-24 | Mitac International Corporation | Methods and apparatus for determining a route having an estimated minimum fuel usage for a vehicle |
US20080270468A1 (en) * | 2007-04-25 | 2008-10-30 | Magellan Navigation, Inc. | Adjusting spatial operations based on map density |
US8078641B2 (en) | 2007-04-25 | 2011-12-13 | Mitac International Corporation | Adjusting spatial operations based on map density |
US8175802B2 (en) | 2007-06-28 | 2012-05-08 | Apple Inc. | Adaptive route guidance based on preferences |
US11419092B2 (en) | 2007-06-28 | 2022-08-16 | Apple Inc. | Location-aware mobile device |
US8108144B2 (en) | 2007-06-28 | 2012-01-31 | Apple Inc. | Location based tracking |
US8924144B2 (en) | 2007-06-28 | 2014-12-30 | Apple Inc. | Location based tracking |
US9066199B2 (en) | 2007-06-28 | 2015-06-23 | Apple Inc. | Location-aware mobile device |
US9702709B2 (en) | 2007-06-28 | 2017-07-11 | Apple Inc. | Disfavored route progressions or locations |
US12228411B2 (en) | 2007-06-28 | 2025-02-18 | Apple Inc. | Location based tracking |
US10952180B2 (en) | 2007-06-28 | 2021-03-16 | Apple Inc. | Location-aware mobile device |
US8738039B2 (en) | 2007-06-28 | 2014-05-27 | Apple Inc. | Location-based categorical information services |
US9310206B2 (en) | 2007-06-28 | 2016-04-12 | Apple Inc. | Location based tracking |
US8774825B2 (en) | 2007-06-28 | 2014-07-08 | Apple Inc. | Integration of map services with user applications in a mobile device |
US12114284B2 (en) | 2007-06-28 | 2024-10-08 | Apple Inc. | Location-aware mobile device |
US10064158B2 (en) | 2007-06-28 | 2018-08-28 | Apple Inc. | Location aware mobile device |
US8332402B2 (en) | 2007-06-28 | 2012-12-11 | Apple Inc. | Location based media items |
US8311526B2 (en) | 2007-06-28 | 2012-11-13 | Apple Inc. | Location-based categorical information services |
US9414198B2 (en) | 2007-06-28 | 2016-08-09 | Apple Inc. | Location-aware mobile device |
US10412703B2 (en) | 2007-06-28 | 2019-09-10 | Apple Inc. | Location-aware mobile device |
US10458800B2 (en) | 2007-06-28 | 2019-10-29 | Apple Inc. | Disfavored route progressions or locations |
US8290513B2 (en) | 2007-06-28 | 2012-10-16 | Apple Inc. | Location-based services |
US11665665B2 (en) | 2007-06-28 | 2023-05-30 | Apple Inc. | Location-aware mobile device |
US10508921B2 (en) | 2007-06-28 | 2019-12-17 | Apple Inc. | Location based tracking |
US9109904B2 (en) | 2007-06-28 | 2015-08-18 | Apple Inc. | Integration of map services and user applications in a mobile device |
US8694026B2 (en) | 2007-06-28 | 2014-04-08 | Apple Inc. | Location based services |
US8548735B2 (en) | 2007-06-28 | 2013-10-01 | Apple Inc. | Location based tracking |
US8204684B2 (en) | 2007-06-28 | 2012-06-19 | Apple Inc. | Adaptive mobile device navigation |
US8762056B2 (en) | 2007-06-28 | 2014-06-24 | Apple Inc. | Route reference |
US8275352B2 (en) | 2007-06-28 | 2012-09-25 | Apple Inc. | Location-based emergency information |
US9131342B2 (en) | 2007-06-28 | 2015-09-08 | Apple Inc. | Location-based categorical information services |
US11221221B2 (en) | 2007-06-28 | 2022-01-11 | Apple Inc. | Location based tracking |
US9891055B2 (en) | 2007-06-28 | 2018-02-13 | Apple Inc. | Location based tracking |
US9578621B2 (en) | 2007-06-28 | 2017-02-21 | Apple Inc. | Location aware mobile device |
US9098545B2 (en) | 2007-07-10 | 2015-08-04 | Raj Abhyanker | Hot news neighborhood banter in a geo-spatial social network |
US7872343B1 (en) | 2007-08-07 | 2011-01-18 | Amkor Technology, Inc. | Dual laminate package structure with embedded elements |
US8283767B1 (en) | 2007-08-07 | 2012-10-09 | Amkor Technology, Inc. | Dual laminate package structure with embedded elements |
US7882102B2 (en) | 2007-09-10 | 2011-02-01 | Mitac International Corporation | Nearest-neighbor geographic search |
US20090070293A1 (en) * | 2007-09-10 | 2009-03-12 | Magellan Navigation, Inc. | Nearest-Neighbor Geographic Search |
US8554475B2 (en) | 2007-10-01 | 2013-10-08 | Mitac International Corporation | Static and dynamic contours |
US8209121B1 (en) * | 2007-10-10 | 2012-06-26 | Google Inc. | Registration of location data to street maps using hidden markov models, and application thereof |
US8977294B2 (en) | 2007-10-10 | 2015-03-10 | Apple Inc. | Securely locating a device |
US20090110302A1 (en) * | 2007-10-31 | 2009-04-30 | Microsoft Corporation | Declustering Point-of-Interest Icons |
US8339399B2 (en) | 2007-10-31 | 2012-12-25 | Microsoft Corporation | Declustering point-of-interest icons |
US20090138190A1 (en) * | 2007-11-26 | 2009-05-28 | Magellan Navigation, Inc. | System and Method of Providing Traffic Data to a Mobile Device |
US20090171584A1 (en) * | 2007-12-31 | 2009-07-02 | Magellan Navigation, Inc. | System and Method for Accessing a Navigation System |
US8355862B2 (en) | 2008-01-06 | 2013-01-15 | Apple Inc. | Graphical user interface for presenting location information |
US20090182498A1 (en) * | 2008-01-11 | 2009-07-16 | Magellan Navigation, Inc. | Systems and Methods to Provide Navigational Assistance Using an Online Social Network |
US20090187341A1 (en) * | 2008-01-18 | 2009-07-23 | Magellan Navigation, Inc. | Method and apparatus to search for local parking |
US20090187342A1 (en) * | 2008-01-18 | 2009-07-23 | Magellan Navigation, Inc. | Method and apparatus for access point recording using a position device |
US8498808B2 (en) | 2008-01-18 | 2013-07-30 | Mitac International Corp. | Method and apparatus for hybrid routing using breadcrumb paths |
US8700314B2 (en) | 2008-01-18 | 2014-04-15 | Mitac International Corporation | Method and apparatus to search for local parking |
US20090187340A1 (en) * | 2008-01-18 | 2009-07-23 | Magellan Navigation, Inc. | Method and apparatus for hybrid routing using breadcrumb paths |
US8290703B2 (en) | 2008-01-18 | 2012-10-16 | Mitac International Corporation | Method and apparatus for access point recording using a position device |
US20090244095A1 (en) * | 2008-04-01 | 2009-10-01 | Research In Motion Limited | Run-time label cache for efficient map labeling |
US9702721B2 (en) | 2008-05-12 | 2017-07-11 | Apple Inc. | Map service with network-based query for search |
US9250092B2 (en) | 2008-05-12 | 2016-02-02 | Apple Inc. | Map service with network-based query for search |
US8644843B2 (en) | 2008-05-16 | 2014-02-04 | Apple Inc. | Location determination |
US10368199B2 (en) | 2008-06-30 | 2019-07-30 | Apple Inc. | Location sharing |
US10841739B2 (en) | 2008-06-30 | 2020-11-17 | Apple Inc. | Location sharing |
US8369867B2 (en) | 2008-06-30 | 2013-02-05 | Apple Inc. | Location sharing |
US8463774B1 (en) | 2008-07-15 | 2013-06-11 | Google Inc. | Universal scores for location search queries |
US20100035631A1 (en) * | 2008-08-07 | 2010-02-11 | Magellan Navigation, Inc. | Systems and Methods to Record and Present a Trip |
US20100049696A1 (en) * | 2008-08-20 | 2010-02-25 | Magellan Navigation, Inc. | Systems and Methods for Smart City Search |
US8249804B2 (en) | 2008-08-20 | 2012-08-21 | Mitac International Corporation | Systems and methods for smart city search |
US8359643B2 (en) | 2008-09-18 | 2013-01-22 | Apple Inc. | Group formation using anonymous broadcast information |
US8219317B2 (en) | 2008-09-22 | 2012-07-10 | Mitac International Corporation | Route navigation via a proximity point |
US20100076674A1 (en) * | 2008-09-22 | 2010-03-25 | Magellan Navigation, Inc. | Route Navigation via a Proximity Point |
US8260320B2 (en) | 2008-11-13 | 2012-09-04 | Apple Inc. | Location specific content |
US20100222996A1 (en) * | 2009-02-27 | 2010-09-02 | Navteq North America, Llc | Dual Representation of an Address in a Database |
US8660530B2 (en) | 2009-05-01 | 2014-02-25 | Apple Inc. | Remotely receiving and communicating commands to a mobile device for execution by the mobile device |
US12250262B2 (en) | 2009-05-01 | 2025-03-11 | Apple Inc. | Remotely locating and commanding a mobile device |
US8670748B2 (en) | 2009-05-01 | 2014-03-11 | Apple Inc. | Remotely locating and commanding a mobile device |
US8666367B2 (en) | 2009-05-01 | 2014-03-04 | Apple Inc. | Remotely locating and commanding a mobile device |
US9979776B2 (en) | 2009-05-01 | 2018-05-22 | Apple Inc. | Remotely locating and commanding a mobile device |
US7922606B2 (en) * | 2009-06-05 | 2011-04-12 | Callaway Golf Company | GPS device |
US20100309047A1 (en) * | 2009-06-05 | 2010-12-09 | Callaway Golf Company | Gps device |
US20100309220A1 (en) * | 2009-06-05 | 2010-12-09 | Callaway Golf Company | Gps device |
EP2290322A1 (en) | 2009-08-25 | 2011-03-02 | Research In Motion Limited | Method and Device for Generating and Communicating Geographic Route Information between Wireless Communication Devices |
US8352178B2 (en) | 2009-08-25 | 2013-01-08 | Research In Motion Limited | Method and device for generating and communicating geographic route information between wireless communication devices |
US20110054770A1 (en) * | 2009-08-25 | 2011-03-03 | Research In Motion Limited | Method and device for generating and communicating geographic route information between wireless communication devices |
US9746340B2 (en) | 2010-02-04 | 2017-08-29 | Tomtom Navigation B.V. | Map storage for navigation systems |
WO2011095603A3 (en) * | 2010-02-04 | 2012-03-01 | Tomtom International B.V. | Map storage for navigation systems |
US9470774B2 (en) | 2010-02-04 | 2016-10-18 | Tomtom International B.V. | Map rendering for navigation systems |
WO2011095602A3 (en) * | 2010-02-04 | 2012-03-01 | Tomtom International B.V. | Map rendering for navigation systems |
US9697751B2 (en) | 2010-03-09 | 2017-07-04 | Microsoft Technology Licensing, Llc | Interactive representation of clusters of geographical entities |
WO2012072115A1 (en) * | 2010-11-30 | 2012-06-07 | Tomtom International B.V. | Navigation methods and systems |
US8674485B1 (en) | 2010-12-08 | 2014-03-18 | Amkor Technology, Inc. | Semiconductor device including leadframe with downsets |
US20130212138A1 (en) * | 2012-02-13 | 2013-08-15 | Microsoft Corporation | Curve representations |
US9552129B2 (en) | 2012-03-23 | 2017-01-24 | Microsoft Technology Licensing, Llc | Interactive visual representation of points of interest data |
US20130339891A1 (en) * | 2012-06-05 | 2013-12-19 | Apple Inc. | Interactive Map |
US9429435B2 (en) * | 2012-06-05 | 2016-08-30 | Apple Inc. | Interactive map |
WO2014142509A1 (en) * | 2013-03-14 | 2014-09-18 | Samsung Electronics Co., Ltd. | Applications presentation method and system of mobile terminal |
US10007394B2 (en) | 2013-03-14 | 2018-06-26 | Samsung Electronics Co., Ltd. | Applications presentation method and system of mobile terminal |
US9439367B2 (en) | 2014-02-07 | 2016-09-13 | Arthi Abhyanker | Network enabled gardening with a remotely controllable positioning extension |
US9457901B2 (en) | 2014-04-22 | 2016-10-04 | Fatdoor, Inc. | Quadcopter with a printable payload extension system and method |
US9004396B1 (en) | 2014-04-24 | 2015-04-14 | Fatdoor, Inc. | Skyteboard quadcopter and method |
US9022324B1 (en) | 2014-05-05 | 2015-05-05 | Fatdoor, Inc. | Coordination of aerial vehicles through a central server |
US9441981B2 (en) | 2014-06-20 | 2016-09-13 | Fatdoor, Inc. | Variable bus stops across a bus route in a regional transportation network |
US9971985B2 (en) | 2014-06-20 | 2018-05-15 | Raj Abhyanker | Train based community |
US9451020B2 (en) | 2014-07-18 | 2016-09-20 | Legalforce, Inc. | Distributed communication of independent autonomous vehicles to provide redundancy and performance |
US20160125628A1 (en) * | 2014-11-05 | 2016-05-05 | Geologis Ltd. | Geographical information systems |
CN105404689A (en) * | 2015-12-11 | 2016-03-16 | 厦门精图信息技术有限公司 | Method and apparatus for constructing and operating child layer of electronic map |
US10520948B2 (en) | 2017-05-12 | 2019-12-31 | Autonomy Squared Llc | Robot delivery method |
US11009886B2 (en) | 2017-05-12 | 2021-05-18 | Autonomy Squared Llc | Robot pickup method |
US10345818B2 (en) | 2017-05-12 | 2019-07-09 | Autonomy Squared Llc | Robot transport method with transportation container |
US10459450B2 (en) | 2017-05-12 | 2019-10-29 | Autonomy Squared Llc | Robot delivery system |
US20210033417A1 (en) * | 2018-01-25 | 2021-02-04 | Nokia Technologies Oy | Cursor location on a navigational map |
CN111578963B (en) * | 2019-02-15 | 2023-08-22 | 博泰车联网科技(上海)股份有限公司 | Navigation information display method, navigation terminal and computer readable storage medium |
CN111578963A (en) * | 2019-02-15 | 2020-08-25 | 上海博泰悦臻电子设备制造有限公司 | Navigation information display method, navigation terminal and computer readable storage medium |
CN111897895B (en) * | 2019-05-06 | 2024-01-30 | 武汉大学 | Collaborative displacement method for solving conflict of road inner space considering bending characteristics |
CN111897895A (en) * | 2019-05-06 | 2020-11-06 | 武汉大学 | A collaborative displacement method for resolving spatial conflicts within roads considering curved features |
CN113592977A (en) * | 2021-07-26 | 2021-11-02 | 湖南省国土资源规划院 | Linear ground object processing method, system, memory and device in urban area range division |
CN113592977B (en) * | 2021-07-26 | 2023-08-22 | 湖南省国土资源规划院 | Linear ground object processing method, system, memory and device in urban area demarcation |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6092076A (en) | Method and system for map display in a navigation application | |
US6163749A (en) | Method and system for scrolling a map display in a navigation application | |
US6336111B1 (en) | Support for alternative names in a geographic database used with a navigation program and methods for use and formation thereof | |
US6118404A (en) | Method and system for representation of overlapping features in geographic databases | |
US6184823B1 (en) | Geographic database architecture for representation of named intersections and complex intersections and methods for formation thereof and use in a navigation application program | |
US6122593A (en) | Method and system for providing a preview of a route calculated with a navigation system | |
EP0945706B1 (en) | Memory management for navigation system | |
EP0943895B1 (en) | Geographic database | |
EP0943894B1 (en) | Interleaving of data types in a geographic database and methods for use thereof in a navigation application | |
ES2425555T3 (en) | Navigation system that uses corridor maps | |
US9599487B2 (en) | Presenting a travel route | |
JP2659742B2 (en) | Navigation device | |
JP4079489B2 (en) | System and method for using and storing geographic data in physical media | |
US20080215235A1 (en) | Selection and insertion of static elements in digital maps | |
JPH08500897A (en) | Portable digital map reader | |
JP2004295207A (en) | Map data processor | |
JPH11230767A (en) | Method for access to map data for navigation | |
JP3503428B2 (en) | Map display device, map data storage device, and map data storage medium | |
EP1078225B1 (en) | Navigation system with user interface | |
EP2101152A2 (en) | Destination setting support device and destination setting support program | |
JP2006138792A (en) | Navigation system and information presentation method | |
JP3180104B2 (en) | Navigation device | |
JPH04316200A (en) | Method for displaying road name in navigation device | |
Menne | Development and integration of a navigation component into an automotive embedded system | |
JPH05108007A (en) | Navigation device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: NAVIGATION TECHNOLOGIES CORPORATION, ILLINOIS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MCDONOUGH, WILLIAM;RAO, SRINIVASA;SRIVASTAVA, ASHUTOSH;REEL/FRAME:009247/0579;SIGNING DATES FROM 19980601 TO 19980609 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: NAVTEQ CORPORATION, ILLINOIS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NAVIGATION TECHNOLOGIES CORPORATION;REEL/FRAME:015293/0400 Effective date: 20040203 Owner name: NAVTEQ NORTH AMERICA LLC, ILLINOIS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NAVTEQ CORPORATION;REEL/FRAME:015286/0504 Effective date: 20040510 Owner name: NAVTEQ NORTH AMERICA LLC,ILLINOIS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NAVTEQ CORPORATION;REEL/FRAME:015286/0504 Effective date: 20040510 Owner name: NAVTEQ CORPORATION,ILLINOIS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NAVIGATION TECHNOLOGIES CORPORATION;REEL/FRAME:015293/0400 Effective date: 20040203 |
|
AS | Assignment |
Owner name: NAVIGON, INC., ILLINOIS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NAVTEQ NORTH AMERICA, LLC;REEL/FRAME:019035/0125 Effective date: 20061207 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: NAVIGON AB, GERMANY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NAVIGON, INC.;REEL/FRAME:023792/0554 Effective date: 20100107 |
|
AS | Assignment |
Owner name: NAVIGON AG, GERMANY Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE RECEIVING PARTY NAME FROM NAVIGON AB TO NAVIGON AG PREVIOUSLY RECORDED ON REEL 023792 FRAME 0554;ASSIGNOR:NAVIGON, INC.;REEL/FRAME:023848/0030 Effective date: 20100107 |
|
REMI | Maintenance fee reminder mailed | ||
FPAY | Fee payment |
Year of fee payment: 12 |
|
SULP | Surcharge for late payment |
Year of fee payment: 11 |