get_google_map
Retrieve a google map from the command line using the Static Google Maps API.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Val Schmidt (2026). get_google_map (https://se.mathworks.com/matlabcentral/fileexchange/24113-get_google_map), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.4.0 (8.14 KB)
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. |
||
| 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. |
||
| 1.2.0 | No functional change. |
||
| 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. |
||
| 1.0.0 |