Safe Haskell | Safe-Inferred |
---|
Pure module for encoding and decoding Google Polyline format as specified in https:developers.google.commapsdocumentationutilitiespolylinealgorithm
Documentation
encodeline :: [Point] -> StringSource
encodeunsigned :: Int -> StringSource
decodeline :: String -> [Point]Source
decodeunsigned :: String -> IntSource