get_google_map

Retrieve a google map from the command line using the Static Google Maps API.

Download
Download

You are now following this Submission

Cite As

Val Schmidt (2026). get_google_map (https://se.mathworks.com/matlabcentral/fileexchange/24113-get_google_map), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: deg2utm, zoharby/plot_google_map

Inspired: zoharby/plot_google_map

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.4.0

Adopted Martin's suggestion (see comments) to use a webread() call rather than a temporary file. Also reorganized the code a bit to make more understandable.

Download
1.3.0

Adopted Google Maps API Key handling from plot_google_map(). Updated to use the new Google Maps API. Uses a new method (requiring the signal processing toolbox) for calibrating the image size.

Download
1.2.0

No functional change.

Download
1.1.0

I've taken the recommendations made by "us", removing flipud from the code so the resulting image plots with imagesc correctly and making the options case insensitive.

Download
1.0.0

Download