Create Google Earth compatible paths from lat-long list of points. More...
#include <iostream>
#include <kml/dom.h>
#include <string>
#include <stdio.h>
#include <string.h>
#include <math.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Create Google Earth compatible paths from lat-long list of points.
Definition in file KmlPathCreator.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 51 of file KmlPathCreator.cpp.