UNPKG

s2maps-gpu

Version:

S2 Maps GPU - An open source, high-performance, and GPU-accelerated map engine for rendering large-scale, interactive maps.

9 lines (8 loc) 328 B
import type { View } from 'ui/camera/projector/index.js'; /** * Sets the hash in the location bar given the current view * @param view - The current camera view */ export declare function setHash(view: Required<View>): void; /** @returns The current view converted from the hash */ export declare function parseHash(): View;