Google Maps API Polyline Decoder
Version 1.1.0.0 (2,98 KB) von
chris hinkle
Decodes google maps API polyline string into lat/lon positions.
Takes a single string array which follows the google maps API encoded polyline string and parses it into arrays of lat/lon pairs. Algorithm documentation from google can be found at http://code.google.com/apis/maps/documentation/utilities/polylinealgorithm.html
Zitieren als
chris hinkle (2026). Google Maps API Polyline Decoder (https://de.mathworks.com/matlabcentral/fileexchange/32341-google-maps-api-polyline-decoder), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2011a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > External Language Interfaces > Other languages > Google >
- MATLAB > Language Fundamentals > Data Types > Characters and Strings > String Parsing >
- Mathematics and Optimization > Mapping Toolbox > Data Import and Export > Web Map Service >
- Radar > Mapping Toolbox > Data Import and Export > Web Map Service >
Mehr zu Google finden Sie in Help Center und MATLAB Answers
Tags
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.1.0.0 | Added option to cumsum the raw polyline output to have actual lat lon position instead of lat lon then offset. |
||
| 1.0.0.0 |
