#include <math.h>
#include "grassroots_geocoder_library.h"
#include "typedefs.h"
#include "jansson.h"
Go to the source code of this file.
|
const char * | CO_LATITUDE_S = "latitude" |
| The key for the latitude of for a location object for a given record. More...
|
|
const char * | CO_LONGITUDE_S = "longitude" |
| The key for the longitude of for a location object for a given record. More...
|
|
const char * | CO_ELEVATION_S = "elevation" |
| The key for the elevation of for a location object for a given record. More...
|
|
◆ COORD_UNSET
#define COORD_UNSET (-1000.0) |
◆ SetCoordinateFromCompoundJSON()
bool SetCoordinateFromCompoundJSON |
( |
Coordinate * |
coord_p, |
|
|
const json_t * |
value_p, |
|
|
const char *const |
coord_key_s |
|
) |
| |