Decode and encode a flexible polyline for/from HERE API

버전 1.1.3 (4.53 KB) 작성자: Reno Filla
Decode and encode a flexible polyline with coordinates and possibly a 3rd dimension
다운로드 수: 28
업데이트 날짜: 2024/11/27

라이선스 보기

This is the Matlab version of flexible polyline
Example: the following coordinates
(50.10228, 8.69821), (50.10201, 8.69567), (50.10063, 8.69150), (50.09878, 8.68752)
are encoded with precision 5 as follows:
B F oz5xJ 67i1B 1B 7P zI ha xL 7Y
  • The initial B is the header version (v.1)
  • The second letter F is the header, corresponding to the precision 5 and no 3rd dimension set.
  • The rest of the string are the encoded coordinates.

인용 양식

Reno Filla (2024). Decode and encode a flexible polyline for/from HERE API (https://www.mathworks.com/matlabcentral/fileexchange/101283-decode-and-encode-a-flexible-polyline-for-from-here-api), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2020b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.3

(Some minor bug fixes from back in 2022 which I forgot to publish)

1.1.2

Bugfix encode: now also precision_3rd_dim=0 possible

1.1.1

Encode + decode

1.1.0

Encode added
Cosmetic fix in decode

1.0.0