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
Graphics, Figures & Tables ⇒ Google Maps in LaTeX document
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
Google Maps in LaTeX document
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 738 times
Re: Google Maps in LaTeX document
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
A map in a document which i can use the zoom in and out features . Like the one embedded maps we have in websites
-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
Re: Google Maps in LaTeX document
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
Re: Google Maps in LaTeX document
I would like to try
Could you give me a starting kick since I have never done html programming before
Thanks
Could you give me a starting kick since I have never done html programming before
Thanks