Questions tagged [gmlib]

GMLib is a Google Maps library for Delphi and C++ Builder, developed by cadetill.

The library provides a Object Pascal wrapper for the Google Maps API, showing the results directly in a TWebBrowser.

The main library webpage has both Spanish and English versions.

It is licensed using version 3 of the GNU General Public License.

85 questions
0
votes
2 answers

GMLib Could not complete the operation due to error 80020101 (v1.5.3)

I have an application using the latest version (v1.5.3) of GMLIB. Starting today, the map now generates the above generic error when I place an object on the map. My application has not changed. I also tested the GMLIB MegaDemo that was provided…
Mark
  • 11
  • 2
0
votes
1 answer

Error compiling TWebChromium

{$IFDEF CHROMIUM} TWebChromium = class(TCustomWebChromium)ù at this line I have this error ... [dcc32 Warning] GMLib_D_Seattle10.dpk(59): W1033 Unit 'ceflib' implicitly imported into package 'GMLib_D_Seattle10' [dcc32 Error] …
Enrico C.
  • 1
  • 1
0
votes
1 answer

GMLib Delphi, Trying to create a proof of concept application, Map, GeoCode, Markers

I have the basic part of the app/map working/displaying. But when I try to geocode multiple addresses and then display the markers, it only shows me the last address. Only the last address will show on the map. GMGeoCode1.Geocode('address 1…
user3745651
  • 21
  • 1
  • 3
0
votes
1 answer

Google Maps for Work Client ID and Signature

We have implemented the excellent GMLib library into our Delphi 2007 application, everything works fine. We need to use the Google Maps for Work license (and need the increased quota). We have no idea how this can be implemented into the underlying…
telecetera
  • 51
  • 5
0
votes
1 answer

Switching to StreetView

I have one problem (first entered as a comment, Aug 2014). The first time I drag pegman onto the map (having moved it using GeoCode away from the default centre), it shows streetview at the default centre (GMMap.RequiredProp.Center.Lat/Lng). Doing…
telecetera
  • 51
  • 5
0
votes
1 answer

GMLib move existing marker

Using GMLib on Delphi XE-7, I'm trying to move existing marker to new position, I have created only one marker on the map and tried using code below as a test to move it. procedure TfrmMapClient.GMMap1Click(Sender: TObject; LatLng: TLatLng; X, Y: …
dawam
  • 3
  • 1
0
votes
0 answers

Error installing GMLib 1.5.0

Delphi 7Gmlib 1.5.0Delphi Chromium Embedded: http://code.google.com/p/delphichromiumembedded/ There is an error while compiling GMLib_D7.bpl: [Error] WebControlVCL.pas(519): Expression expected but 'PROCEDURE' …
0
votes
0 answers

DoMap in AfterPageLoaded throws exception when no internet connection

When there is no internet connection or the connection is poor then after 60-70 sec an IE style dialog box appears with the message: Script error google not defined Pressing yes or no AfterPageLoaded fires and the dialog appears again. Pressing yes…
bacuba
  • 103
  • 7
0
votes
0 answers

GMLib on android possible?

I would like to know if it is possible to use GMLib for mobile devices using RAD Studio XE7. Because in the installation file there aren't any information about how to install it for android. Thanks in advance.
0
votes
1 answer

How can I find location of resource file loaded in TWebBrowser when running GMLib?

I am running GMLib in XE7 and we are using a Google API Client ID (as opposed to an API Key). I have successfully modified the map.html to include the Client ID. I recompiled the resource files and GMLib and that is all working. However, because…
Mark
  • 11
  • 2
0
votes
1 answer

search lat/log from Adress using GMMap in Delphi

I wanted just and simply hit a normal full address in edit box and get it's position (lat/log) and mark it in the map. I don't have any clue about getting latitude and longitude from adress , I was searching in GMMap properties , I could not see it…
koul
  • 431
  • 2
  • 10
  • 20
0
votes
0 answers

Cannot get TGMHeatmap to work

We can't see how TGMHeatmap works, even using MegaDemo and heapmap.csv. The properties we set for TGMHeatmap are the same as for MageDemo (except language), we do this in FormCreate: procedure TForm1.FormCreate(Sender: TObject); begin DefLat :=…
telecetera
  • 51
  • 5
0
votes
1 answer

How to use GMLib from cadetill?

I'm new to GMLib from cadetill and use C++ Builder XE6, I am able to display map already but just the map. Now I'm trying to use the TLatLang, but I don't know how to use it.. what is the correct way to declare and initialize. because I would like…
Katsuhiro
  • 19
  • 2
0
votes
1 answer

Accessing heading,pitch and fov streetview values from delphi

Im implementing a Delphi based tool that get long and lat values from an addresses database. I want to be able to get the streetview values that google is returning. I can see a streetview class is defined but only with visible propertly. Is there…
0
votes
0 answers

Error installing GMLib 1.2.4

I got that error trying to reinstall GMLib (GMLib_DXE5_FMX.bpl): [dcc32 Fatal Error] F2039 Could not create output file 'C:\Users\Public\Documents\RAD Studio\12.0\Bpl\GMLib_DXE5.bpl' [dcc32 Fatal Error] GMLib_DXE5_FMX.dpk(36): E2202 Required…
Tiaurls
  • 87
  • 1
  • 9