Coder Social home page Coder Social logo

codelab-maps-platform-101-js's People

Contributors

amuramoto avatar arriolac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

codelab-maps-platform-101-js's Issues

error in code

    loader.then(() => {
      console.log('Maps JS API Loaded');
    });

there should be

    loader.**load()**.then(() => {
      console.log('Maps JS API Loaded');
    });

Mistake

There is a mistake on line 25, page 5 of Add a map to your website (JavaScript)

loader.then(() => {
   console.log('Maps JS API loaded');
   const map = displayMap();
});

It should be:

loader.load().then(() => {
  console.log("Maps JS API loaded");
  const map = displayMap();
});

typo error

In this sentence,
"API를 로드하려면 Loader 인스턴스에서 load()를 호출합니다. JS API 로더는 API가 로드되어 사용할 준비가 되면 확인되는 프로미스를 반환합니다. 다음 스텁을 추가하여 API를 로드하고 프로미스를 처리합니다."

I think '스텁' should be -> '스텝'.

bug

loader.then > loader.load().then

image

Codelabs:Google Maps Platform—JavaScript

Hi,
There should be some minimum average time to complete any step that will be very useful to track a developer if its going with reading/understanding the content. if it's not happened then the steps color should not be change into blue which will help exactly to prevent false badge availability or its value.

I Think, The above logic might be applicable for other Codelabs tutorials.

Unused variable in the codelab text step 3

Hi, @amuramoto !!! I hope you are great!

I found some errors in the Codelab texts and code blocks here https://codelabs.developers.google.com/codelabs/maps-platform-101-js/index.html I will group here in this issue but let me know if you want me to raise separately.

  1. Here: https://codelabs.developers.google.com/codelabs/maps-platform-101-js/index.html?index=..%2F..index#2
    in step 3, At the last block of code, there is an unused variable that got as a parameter in the function loadMapsJSAPI for no reason.
    See attached image:

issue 1

  1. Here: https://codelabs.developers.google.com/codelabs/maps-platform-101-js/index.html?index=..%2F..index#5
    in step 6 at the 2 and very last block of code, there is a missed colon there, see attached:

issue 2

  1. Here: https://codelabs.developers.google.com/codelabs/maps-platform-101-js/index.html?index=..%2F..index#4
    in step 5 at the run app function, the console.log disappeared and then it appears in the next steps.

issue 3

  1. Here: https://codelabs.developers.google.com/codelabs/maps-platform-101-js/index.html?index=..%2F..index#5
    At the clusterMarkers function, the markerCluster variable is unused, maybe we can clarify there is no reason for used here but if we can to change in further steps or other functions that reference is important!

I can help you to fix it if you give me access to the source of the codelab!

Cheers!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.