• JMap.Photo.downloadById

    Triggers a file download for a given photo id.

    Parameters

    Returns Promise<void>

    Example

    // download photo id="3"
    JMap.Photo.downloadById(3)