Plotting locations on Google Maps

User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Plotting locations on Google Maps

Post 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.

Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
vilian
Posts: 985
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: Plotting locations on Google Maps

Post by vilian »

Thanks,
I would like to try it. Do you know what we must change in this code to Works ?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Armando
Posts: 3271
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México
Been thanked: 2 times
Contact:

Re: Plotting locations on Google Maps

Post 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


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


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


Saludos
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Plotting locations on Google Maps

Post by cnavarro »

Armando, look this and tell me
viewtopic.php?f=6&t=36646#p218563
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Post Reply