Page 4 of 4

Re: Plotting locations on Google Maps

PostPosted: Tue Nov 13, 2018 11:28 pm
by cnavarro
From Google:
Can I still use Google Maps Platform for free?
Yes. Starting July 16, 2018, when you enable billing, you get $200 free usage every month for Maps, Routes, or Places. Based on the millions of users using our APIs today, most of them can continue to use Google Maps Platform for free with this credit.


Re: Plotting locations on Google Maps

PostPosted: Wed Nov 14, 2018 12:47 am
by vilian
Thanks,
I would like to try it. Do you know what we must change in this code to Works ?

Re: Plotting locations on Google Maps

PostPosted: Fri Aug 09, 2019 3:46 pm
by Armando
Hola Cristóbal:

Estoy intentando probar el ejemplo que posteaste, compila bien
pero al ejecutar me tira el siguiente error, será que me falta
alguna lib?, no le cambié nada a tu código.

Code: Select all  Expand view

Application
===========
   Path and name: C:\AppKdx\AppKdx.Exe (32 bits)
   Size: 3,950,592 bytes
   Compiler version: Harbour 3.2.0dev (r1904111533)
   FiveWin  version: FWH 19.05
   C compiler version: Borland/Embarcadero C++ 7.0 (32-bit)
   Windows version: 6.2, Build 9200

   Time from start: 0 hours 0 mins 3 secs
   Error occurred at: 08/09/19, 10:41:52
   Error description: Error BASE/1081  Argument error: +
   Args:
     [   1] = N   0
     [   2] = C   ,

Stack Calls
===========
   Called from: Source\AppKdx.Prg => VIEWLEAFLET( 90 )
   Called from: Source\AppKdx.Prg => MAIN( 13 )

System
======
   CPU type: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz 3696 Mhz
   Hardware memory: 8089 megs

   Free System resources: 90 %
        GDI    resources: 90 %
        User   resources: 90 %

   Windows total applications running: 5
      1 ,                                                                                                    
      2 , C:\AppKdx\AppKdx.Exe                                                                                
      3 , C:\WINDOWS\System32\shcore.dll                                                                      
      4 DDE Server Window, C:\WINDOWS\System32\OLE32.DLL                                                                      
      5 G, C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.18362.267_none_5f5dd779821ce72
 


Esta es la línea 90

Code: Select all  Expand view

   cInitMap  += aData[ 1 ][ 3 ] + ", " + aData[ 1 ][ 2 ] + " ], 13);" + CRLF
 


Saludos

Re: Plotting locations on Google Maps

PostPosted: Fri Aug 09, 2019 6:16 pm
by cnavarro
Armando, look this and tell me
viewtopic.php?f=6&t=36646#p218563