File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -246,9 +246,6 @@ procedure TformMain.EdgeGoogleMapViewerBeforeShowMap(Sender: TObject);
246
246
var
247
247
LApiKey: string;
248
248
begin
249
- // If you have a Google API Key it's time to setup
250
- TEdgeGoogleMapViewer.RegisterGoogleMapsApiKey(' AIzaSyBNY0ARa4GdRU4LrOKfk9hpNp96yM3dgHg' );
251
-
252
249
// The demo requires to input the API Key: it's only for testing!
253
250
if TEdgeGoogleMapViewer.ApiKey = ' ' then
254
251
begin
Original file line number Diff line number Diff line change @@ -175,9 +175,6 @@ procedure TFormSecondary.EdgeGoogleMapViewerBeforeShowMap(Sender: TObject);
175
175
var
176
176
LApiKey: string;
177
177
begin
178
- // If you have a Google API Key it's time to setup
179
- // TEdgeGoogleMapViewer.RegisterGoogleMapsApiKey('AIzaSyBNY0ARa4GdRU4LrOKfk9hpNp96yM3dgHg');
180
-
181
178
// The demo requires to input the API Key: it's only for testing!
182
179
if TEdgeGoogleMapViewer.ApiKey = ' ' then
183
180
begin
You can’t perform that action at this time.
0 commit comments