LocationMapResolution:
    | { aspectRatio: number; type: "aspect" }
    | { height: number; type: "manual"; width: number }
    | { type: "fill" }