1 #include "GoogleMaps.h"
2 
3 GUI_APP_MAIN {
4 	Pointf p(0, 51.477222);
5 	if(MapDlg(p))
6 		Exclamation("Marker position " + FormatGPS(p));
7 }
8