Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_image_geo_bounds_t Struct Reference

The extent of the collection's geotagged images. More...

#include <image_repository.h>

+ Collaboration diagram for dt_image_geo_bounds_t:

Data Fields

double min_latitude
 
double max_latitude
 
double min_longitude
 
double max_longitude
 
int count
 

Detailed Description

The extent of the collection's geotagged images.

Definition at line 301 of file image_repository.h.

Field Documentation

◆ count

int dt_image_geo_bounds_t::count

how many geotagged images the extent was computed from; 0 means none

Definition at line 305 of file image_repository.h.

Referenced by _view_map_center_on_image_list(), and dt_image_repository_get_collected_geo_bounds().

◆ max_latitude

double dt_image_geo_bounds_t::max_latitude

◆ max_longitude

double dt_image_geo_bounds_t::max_longitude

◆ min_latitude

double dt_image_geo_bounds_t::min_latitude

◆ min_longitude

double dt_image_geo_bounds_t::min_longitude

The documentation for this struct was generated from the following file: