Skip to content

Commit

Permalink
refactor: edit a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogoHirasawa committed Jan 22, 2025
1 parent 1536085 commit 2460454
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ const layerPhotorealistic3dTiles = {
data: {
type: "google-photorealistic", // Data type
serviceTokens: {
googleMapApiKey: "put_your_api_key",
googleMapApiKey: "put_your_api_key",
// This document explains how to create Photorealistic 3D Tiles API key.
// For more information on obtaining an API key, visit:
// https://developers.google.com/maps/documentation/tile/get-api-key
},
},
};
Expand Down

0 comments on commit 2460454

Please sign in to comment.