ultimatepp/examples/GoogleMaps/Main.cpp
cxl fe02f0d952 .examples
git-svn-id: svn://ultimatepp.org/upp/trunk@9284 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-12-12 12:57:39 +00:00

7 lines
139 B
C++

#include "GoogleMaps.h"
GUI_APP_MAIN {
Pointf p(0, 51.477222);
if(MapDlg(p))
Exclamation("Marker position " + FormatGPS(p));
}