Announcing: Advanced Markers

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 27

  • @GoogleMapsPlatform
    @GoogleMapsPlatform  2 роки тому +2

    We're excited about this announcement, and the new possibilities it brings to devs like yourself!
    Learn more about the Preview release of Advanced Markers in this blog → goo.gle/3VbPTJ9
    Also, don't forget to let us know in the comments what you're most excited about. 🤓

  • @BenAnderson72
    @BenAnderson72 2 роки тому +4

    These have arrived at a great time for me. Looking forward to diving in

  • @jmpersic
    @jmpersic 2 роки тому +3

    Way to go Google, I can't wait to try this out in my applications.

  • @yertuganmuslim3860
    @yertuganmuslim3860 6 місяців тому +2

    when will you add advanced markers to flutter? i very need that collision behaviour

  • @canyon_online
    @canyon_online 2 роки тому +7

    Just got these implemented in my project; way faster to render 200+ markers.

    • @keremilhan2432
      @keremilhan2432 2 роки тому +1

      Hello, can you help me about implementing tihs? My codes are react with typescript and I am using @react-google-maps/api and { GoogleMap, useJsApiLoader, Marker}. I want to show profile photos of the people as a marker on the map. So I want to add some styling to markers but I can't do that with my Marker component which I import from @react-google-maps/api. Besides when I am trying to add marker to the libraries it is rejected. Can anyone help me about implementing advanced markers into React project. I would be appreciated. Thanks.

    • @Man-vb5eq
      @Man-vb5eq 7 місяців тому

      @@keremilhan2432 Hi, have you resolved it?

    • @keremilhan2432
      @keremilhan2432 7 місяців тому

      @@Man-vb5eq Yes. I am trying to send you the stack overflow link but my comments are always deleted. I don't know why.

  • @francescmera
    @francescmera Рік тому +1

    I always recive the error: Property 'AdvancedMarkerView' does not exist on type 'typeof marker'

    • @rajoes234
      @rajoes234 2 місяці тому

      Same! Were you able to solve it??

  • @jfudman
    @jfudman Рік тому

    Wait, we have to create a map ID for every single map we create? Doesn't seem very scalable

  • @alimassrany9756
    @alimassrany9756 2 роки тому +1

    How can I make use of this information in React Native ?

  • @elsetmama
    @elsetmama Рік тому

    Is it available to publish to global public google maps ?? Or there are another paid service to do it on google maps

  • @snitivs6457
    @snitivs6457 Рік тому

    how do you load this using the loader? I can't get the advanced marker to display on my map

    • @GoogleMapsPlatform
      @GoogleMapsPlatform  Рік тому

      Make sure you're specifying version: "beta" in the Loader since Advanced Markers is still in Preview and currently only availalble through the beta channel. If you're still having issues, file a bug at github.com/googlemaps/js-api-loader

  • @oyu2383
    @oyu2383 2 роки тому

    how can i use this in blazor, tell me how to pass element argument,someone..

  • @chrissawyer9625
    @chrissawyer9625 2 роки тому

    Can this be used to modify clusters too or only markers?

    • @GoogleMapsPlatform
      @GoogleMapsPlatform  2 роки тому +1

      The js-markerclusterer utility library currently uses Marker class to construct and render the cluster icon, so it doesn't support the marker.AdvanceMarkerView class features. You can see a sample of the js-markerclusterer's default renderer implementation here: googlemaps.github.io/js-markerclusterer/classes/DefaultRenderer.html

    • @sirNemanjapro
      @sirNemanjapro 2 роки тому

      Simple answer is - No. It does not.

    • @SenorRobinHood
      @SenorRobinHood 10 місяців тому

      Has the utility library been updated yet for Advanced Markers? @@GoogleMapsPlatform

  • @siobe0
    @siobe0 2 роки тому

    Is it possible to pass React Components to the Advanced Markers' content? The docs show only support for HTML Dom Elements so just wondering if there's future plans to support Custom React Components

  • @abhishekvermabasti
    @abhishekvermabasti 2 роки тому

    Thank You

  • @BrandenLuisDiaz
    @BrandenLuisDiaz 2 роки тому

    🙂

  • @danielkulla9384
    @danielkulla9384 2 роки тому

    😢 Prⓞм𝕠𝕤𝐌

  • @monalipatel6655
    @monalipatel6655 Рік тому +1

    I am getting TypeError: Illegal constructor error const markerViewWithText = new google.maps.marker.AdvancedMarkerElement({
    map,
    position: { lat: 37.419, lng: -122.03 },
    title: "Title text for the marker at lat: 37.419, lng: -122.03",
    });