Split-Screen Map and Image Grid Interface

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Users face challenges in efficiently browsing and navigating large collections of photos and videos by location and timestamp on digital devices, as existing interfaces often require cumbersome input methods and high computational resources.

Innovation Solution

A split-screen user interface is implemented, featuring a map portion and a grid portion, where the map portion displays a digital map with a heatmap of image locations and the grid portion shows corresponding images, allowing users to pan, zoom, and scroll to view images by location and timestamp with reduced computational load through in-memory caching and geographic indexing.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If users browse large collections of photos by location using existing interfaces, then they can view images, but the interfaces require cumbersome input methods and high computational resources

Engineering Contradiction:
Improveease of browsing imagesVSAvoidcomputational resources required
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The interface is segmented into two distinct portions: a map portion displaying geographic locations and a grid portion displaying image thumbnails. This segmentation allows independent processing and rendering of each portion, reducing the computational burden on the entire system while maintaining ease of browsing.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Image thumbnails are pre-loaded and displayed in the grid portion before users interact with the map. Geographic data is pre-processed and organized by location, so when users pan or zoom the map, the corresponding images are already prepared and can be displayed immediately without intensive real-time computation.

Inventive Principle:
Principle #10Preliminary action

2Ease of operation

If existing interfaces display images by location, then users can view photos, but the interfaces require cumbersome input methods

Engineering Contradiction:
Improveease of navigationVSAvoidinput methods required
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The system automatically detects the user's current map view and corresponding location, then automatically displays the relevant image grid without requiring users to manually search or input queries. The interface serves itself by continuously updating based on map interactions, eliminating the need for cumbersome input methods.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The interface provides immediate visual feedback when users pan or zoom the map - the grid portion automatically updates to show images corresponding to the newly visible map area. This continuous feedback loop creates an intuitive navigation experience where users simply explore the map and images respond automatically.

Inventive Principle:
Principle #23Feedback

3Loss of information

If the interface displays detailed map and image grid simultaneously, then users can browse images by location, but computational resources increase

Engineering Contradiction:
Improveinformation visualizationVSAvoidcomputational resources
Core Design Contradiction:
Loss of informationVSUse of energy by moving object

Solution Approach 1:

The interface displays a simplified representation of images in the grid portion (thumbnails rather than full-resolution images) and only loads detailed image data when users interact with specific items. This partial action approach maintains comprehensive information visualization while significantly reducing computational resource requirements for rendering and processing.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

Different portions of the interface have different quality levels optimized for their specific functions: the map portion displays geographic context with moderate detail, while the grid portion displays image thumbnails at lower resolution. Full-quality images are only loaded locally when users select specific items, optimizing overall system resource usage while maintaining information completeness.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11635867B2Viewing images on a digital map
Publication Date: 2023.04.25 GOOGLE LLC
  • US11635867B2 patent drawing
  • US11635867B2 patent drawing
  • US11635867B2 patent drawing

AI summary

Implementations described herein relate to methods, devices, and computer-readable media to display a user interface that includes a map portion and a grid portion. A method includes identifying a first set of images that match a first region of a digital map and causing a user interface to be displayed that includes a map portion that corresponds to the first region of the digital map and a grid portion that includes images of the first set. The method further includes receiving user input indicative of a second region of the digital map. The method further includes identifying a second set of images that match the second region of the digital map and updating the user interface such that the map portion of the updated user interface corresponds to the second region of the digital map and the grid portion of the updated user interface includes images of the second set.