Google Maps New Advanced Marker in Ionic Angular App | Maps Javascript API

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 27

  • @carlosenriquemercado3089
    @carlosenriquemercado3089 3 месяца назад

    working good!!!! U are my new Herooo, thanks for this guide, learning more things about google maps and Ionic

  • @barikchandan7963
    @barikchandan7963 8 месяцев назад

    Great video! Thanks for the helpful insights! 👍👍👍👍👍👍
    Rather avoiding warning message upgrading to Google's latest marker option is a game-changer for projects. Improved performance and customization are key.

  • @carlosenriquemercado3089
    @carlosenriquemercado3089 3 месяца назад

    Thanks again, how I do to make and static advanced marker in the center of map and do the map draggable, to use the maker long and lat when move the map, have you a course of it? here or udemy, thanks

    • @CodingTechnyks
      @CodingTechnyks  3 месяца назад

      Hi
      Kindly connect via Instagram as your query is not clear to me
      I can help you in that way
      Link in description

  • @danielchirinosr
    @danielchirinosr Месяц назад

    Hi my friend, How can I cluster advanced marks? thanks!!

    • @CodingTechnyks
      @CodingTechnyks  Месяц назад

      Hi kindly connect via Instagram tomorrow
      I will be able to help you

  • @mysterious_soul1997
    @mysterious_soul1997 7 месяцев назад

    Can you please make a tutorial on how to add base map in angular 17 with the help of leaflet.js library

    • @CodingTechnyks
      @CodingTechnyks  7 месяцев назад

      Currently, there is no plan, but i will make it. It will take time for me, as lots of content is in the queue. I saw some docs already available on this topic, you can try if needed soon

  • @ddgutierrez
    @ddgutierrez 7 месяцев назад

    Hola excelente trabajo! Como se llama el tema de visual studio code que usas ? Saludos!

  • @mouwaffekhedfi8532
    @mouwaffekhedfi8532 8 месяцев назад

    Hi can you make a tutorial on how to make a map navigation with automatic map rotating just like google maps navigation with custom design and full control ?

    • @CodingTechnyks
      @CodingTechnyks  8 месяцев назад

      Connect via Instagram to elaborate your query and discuss regarding that

  • @shivrajkharade506
    @shivrajkharade506 Месяц назад

    Please make video also Hindi??

    • @CodingTechnyks
      @CodingTechnyks  Месяц назад

      Complete Angular Course in Hindi (2024)
      ruclips.net/video/_PQ7NSppj3Q/видео.html
      Will bring more content in Hindi too
      Stay tuned

  • @MrFabpin
    @MrFabpin 5 месяцев назад

    Appear a error, when run the first time on agular 17, appear than google is not defined, i added the declaration "declare var google:any;", but didnt work, and dont work with window.google

    • @CodingTechnyks
      @CodingTechnyks  5 месяцев назад

      Did you match with the source code

  • @cajadek-bups2273
    @cajadek-bups2273 6 месяцев назад

    For me it works perfectly fine, but when i build my app and i try to teat it on a device, the map just load a tiny portion of it and i camt interact with anything, i don't know why this is happening

  • @Jlectar
    @Jlectar 5 месяцев назад

    TypeError: Cannot read properties of undefined (reading 'nativeElement')
    at map.component.ts:39:36 how can i solve it? i ckeck the video and the data is the same...

  • @punitsaharan8628
    @punitsaharan8628 8 месяцев назад

    Please make a video on Social Login Specially Google login.. i have tried everything for google login.. it working fine in web but in real device its naver work.
    Error code 10 something went wrong

    • @CodingTechnyks
      @CodingTechnyks  8 месяцев назад

      I understand and want to research on it
      Hopefully will try it soon, if works will make a video on that

  • @Developer-o4j
    @Developer-o4j 3 месяца назад

    worst video i have ever seen, i got error, marker listener :undefined, maplistener:undefined 😣

    • @CodingTechnyks
      @CodingTechnyks  3 месяца назад

      Hi
      You can connect via Instagram tomorrow
      I will help you out
      If needed I will check the repo again for latest version change and update the code in GitHub
      Don’t worry, if there is any error, it will be resolved
      But I am sure it still works fine
      For initialising, listener give it type any as shown in the video
      Can help only if you want…

  • @juliancapponi4788
    @juliancapponi4788 4 месяца назад

    In line:
    const { Map } = await google.maps.importLibrary("maps") as google.maps.MapsLibrary;
    Error:
    VM4685:1 ERROR ReferenceError: google is not defined
    when:
    declare var google: any;
    in angular 17 error

    • @juliancapponi4788
      @juliancapponi4788 4 месяца назад

      solution: this problem is in script, remove callback in script