Skip to content

Commit

Permalink
Added Google maps sample Apps
Browse files Browse the repository at this point in the history
  • Loading branch information
RRUZ committed Sep 25, 2015
1 parent d1d8286 commit 2c5ac39
Show file tree
Hide file tree
Showing 20 changed files with 3,835 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Google/Maps/Google Maps Basic Sample/GoogleMapsTest.dpr
@@ -0,0 +1,14 @@
program GoogleMapsTest;

uses
Forms,
fMain in 'fMain.pas' {frmMain};

{$R *.res}

begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TfrmMain, frmMain);
Application.Run;
end.

0 comments on commit 2c5ac39

Please sign in to comment.