Click here to Skip to main content
15,903,033 members
Articles / Web Development / HTML

Integrating with Google Maps via a Desktop Application

Rate me:
Please Sign up or sign in to vote.
4.93/5 (9 votes)
15 Jan 2018CPOL4 min read 18.1K   16  
How to integrate with Google Maps via an MFC dialog based application
A while ago, we were asked to create a small Desktop application that will go over photos and extract any Meta Data from them, including the location where each photo was taken (which is a topic for a separate article). To display the result, I looked for a way to display a map, powered by Google Maps, in an MFC application. Here is the solution I have found.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO Secured Globe, Inc.
United States United States
Michael Haephrati is a music composer, an inventor and an expert specializes in software development and information security, who has built a unique perspective which combines technology and the end user experience. He is the author of a the book Learning C++ , which teaches C++ 20, and was published in August 2022.

He is the CEO of Secured Globe, Inc., and also active at Stack Overflow.

Read our Corporate blog or read my Personal blog.





Comments and Discussions