1

Is there a way to call google map api from C code?

Sergey Miryanov
  • 1,820
  • 16
  • 29
Manik Mahajan
  • 1,566
  • 2
  • 13
  • 19
  • What exactly you want to do with API? If you just want geolocation service, than you can access it via http quiries. – kepkin Feb 17 '11 at 06:23
  • I too have the same question. How do we really call a google map api and displace a map using c language? – Denis May 30 '16 at 18:49

1 Answers1

1

You can access the google maps static api using HTTP calls.

aniri
  • 1,831
  • 1
  • 18
  • 28