encoding class
Class
google.maps.geometry.encoding
Utilitas untuk encoding dan decoding polyline.
Akses dengan memanggil const {encoding} = await google.maps.importLibrary("geometry")
.
Lihat Library di Maps JavaScript API.
Metode Statis | |
---|---|
decodePath |
decodePath(encodedPath) Parameter:
Mendekode string jalur yang dienkode menjadi urutan LatLngs. |
encodePath |
encodePath(path) Parameter:
|