Function getMapData

  • Experimental

    Asynchronously retrieves map data (MapData) based on user-provided options.

    Parameters

    Returns Promise<MapData>

    Promise resolving to the MapData.

    Example

    const data = await getMapData({ key: 'api_key', secret: 'api_secret', mapId: 'id' });