Graphics, Figures & TablesGoogle Maps in LaTeX document

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
sunny_aug
Posts: 3
Joined: Sat Apr 24, 2010 4:13 pm

Google Maps in LaTeX document

Post by sunny_aug »

I was wondering today would there be any way to insert a Zoomable Google Map into a Latex Document like the one we notice embedded in some websites

Though I googled it but did not found any suitable answer

Any Suggestions

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

coachbennett1981
Posts: 274
Joined: Fri Feb 05, 2010 10:15 pm

Google Maps in LaTeX document

Post by coachbennett1981 »

If you are talking about just a map of a specific area. I have a mac so I take a quick screen shot. Is this what you are talking about?

Code: Select all


\documentclass[12pt]{article}
\usepackage{amsmath,amsfonts,amssymb,graphicx,graphics}
\begin{document}

\begin{figure}[h] %  figure placement: here, top, bottom, or page
   \centering
   \includegraphics[width=2in]{muskegon.jpeg}
   \caption{}
   \label{My Hometown}
\end{figure}

\end{document}

Attachments
muskegon.pdf
(208.08 KiB) Downloaded 739 times
sunny_aug
Posts: 3
Joined: Sat Apr 24, 2010 4:13 pm

Re: Google Maps in LaTeX document

Post by sunny_aug »

No I do know that but what I am looking about is having a zoomable map .

A map in a document which i can use the zoom in and out features . Like the one embedded maps we have in websites
coachbennett1981
Posts: 274
Joined: Fri Feb 05, 2010 10:15 pm

Re: Google Maps in LaTeX document

Post by coachbennett1981 »

Maybe try html with Latex. I am not sure if anyone is even doing that anymore (Latex to Html). I do coding for websites and I am not sure how that would work with Latex. It would be sweet though
sunny_aug
Posts: 3
Joined: Sat Apr 24, 2010 4:13 pm

Re: Google Maps in LaTeX document

Post by sunny_aug »

I would like to try

Could you give me a starting kick since I have never done html programming before

Thanks
Post Reply