Skip to content

Commit

Permalink
add note about map libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorush committed May 18, 2024
1 parent f54207c commit 22f426e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/street-geo.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const GOOGLE_API_KEY = 'AIzaSyAQshwLVKTpwTfPJxFEkEzOdP_cgmixTCQ';
* - add map name to this.mapTypes variable
* - add creating function with name: <mapName>Create
* - add update function with name: <mapName>Update
*
* It is assumed that the appropriate libraries for all map types are loaded in advance.
*/
AFRAME.registerComponent('street-geo', {
schema: {
Expand Down

0 comments on commit 22f426e

Please sign in to comment.