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

One row of a geo query: an id with the position that matched. More...

#include <location_repository.h>

+ Collaboration diagram for dt_location_candidate_t:

Data Fields

int id
 
int shape
 
double lon
 
double lat
 

Detailed Description

One row of a geo query: an id with the position that matched.

Used for both directions. Looking for an image's locations, id is a location (tag) id; looking for a location's images, it is an image id. lon and lat are the IMAGE's coordinates either way, because they are what a point-in-polygon test needs.

Definition at line 51 of file location_repository.h.

Field Documentation

◆ id

int dt_location_candidate_t::id

Definition at line 53 of file location_repository.h.

◆ lat

double dt_location_candidate_t::lat

Definition at line 56 of file location_repository.h.

◆ lon

double dt_location_candidate_t::lon

Definition at line 55 of file location_repository.h.

◆ shape

int dt_location_candidate_t::shape

the location's dt_map_location_shape_t; 0 when not applicable

Definition at line 54 of file location_repository.h.


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