Google3dTilesProviderOptions Type Alias
Google3dTilesProviderOptions = { apiKey: string, getAuthToken?: never, showCreditsOnScreen?: boolean } | { apiKey?: never, getAuthToken: () => Promise<string>, showCreditsOnScreen?: boolean }
Options for creating a Google Photorealistic 3D Tiles reality data source provider. The caller must provide either an API key or a function that returns an auth token.
Defined in
Last Updated: 03 July, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.