Geo.WKB.decode

You're seeing just the function decode, go back to Geo.WKB module for more information.

Specs

decode(binary()) :: {:ok, Geo.geometry()} | {:error, Exception.t()}

Takes a WKB, either as a base-16 encoded string or a binary, and returns a Geometry.