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);
246246var
247247 LApiKey: string;
248248begin
249- // If you have a Google API Key it's time to setup
250- TEdgeGoogleMapViewer.RegisterGoogleMapsApiKey(' AIzaSyBNY0ARa4GdRU4LrOKfk9hpNp96yM3dgHg' );
251-
252249 // The demo requires to input the API Key: it's only for testing!
253250 if TEdgeGoogleMapViewer.ApiKey = ' ' then
254251 begin
Original file line number Diff line number Diff line change @@ -175,9 +175,6 @@ procedure TFormSecondary.EdgeGoogleMapViewerBeforeShowMap(Sender: TObject);
175175var
176176 LApiKey: string;
177177begin
178- // If you have a Google API Key it's time to setup
179- // TEdgeGoogleMapViewer.RegisterGoogleMapsApiKey('AIzaSyBNY0ARa4GdRU4LrOKfk9hpNp96yM3dgHg');
180-
181178 // The demo requires to input the API Key: it's only for testing!
182179 if TEdgeGoogleMapViewer.ApiKey = ' ' then
183180 begin
You can’t perform that action at this time.
0 commit comments