hivemind 1.0.0
Loading...
Searching...
No Matches
Core::GeographicalCoordinate Struct Reference

A structure that represents a geographic coordinate. More...

#include <types.h>

Inheritance diagram for Core::GeographicalCoordinate:
Inheritance graph
Collaboration diagram for Core::GeographicalCoordinate:
Collaboration graph

Public Member Functions

 GeographicalCoordinate (double lat, double lon)
 
JSONSTART JSONDOUBLE (Latitude)
 

Public Attributes

double Latitude
 
double Longitude
 

Detailed Description

A structure that represents a geographic coordinate.

Definition at line 28 of file types.h.

Constructor & Destructor Documentation

◆ GeographicalCoordinate()

Core::GeographicalCoordinate::GeographicalCoordinate ( double  lat,
double  lon 
)
inline

Definition at line 30 of file types.h.

Member Function Documentation

◆ JSONDOUBLE()

JSONSTART Core::GeographicalCoordinate::JSONDOUBLE ( Latitude  )

Member Data Documentation

◆ Latitude

◆ Longitude


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