• Computes a GeoHash representation of a geometry.

    A GeoHash encodes a geographic Point into a text form that is sortable and searchable based on prefixing. A shorter GeoHash is a less precise representation of a point. It can be thought of as a box that contains the point.

    Parameters

    • geom1: SQLWrapper
    • maxChars: number = 20

    Returns SQL<string>

Generated using TypeDoc