Library API
    Preparing search index...

    Function mapHemisphere

    • Get Hemisphere ('north' | 'south' | null) for supplied coordinates or current geolocation if none supplied.

      Parameters

      • Optionalcoords: GeocoderRequest

        Optional coordinates

      • opts: MapOpts = ...

        Request options

      Returns Promise<"north" | "south" | null | undefined>

      A promise resolving to the hemisphere string

      const sphere = await mapHemisphere();