gpolyline-0.1.0.1: Pure module for encoding/decoding Google Polyline

Safe HaskellSafe-Inferred
LanguageHaskell98

GPolyline

Description

Pure module for encoding and decoding Google Polyline format as specified in https://developers.google.com/maps/documentation/utilities/polylinealgorithm

Documentation

encodeline :: [Point] -> String Source

decodeline :: String -> [Point] Source