#include <iostream>
#include "GeoCoordinate.h"
int main() {
monitoring::GeoCoordinate coordinate(4124.2028, 210.4418, monitoring::GeoCoordinate::Format::DMM);
std::cout<< coordinate.getLatitudeDD() <<std::endl
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: