About 50 results
Open links in new tab
  1. Google Maps JS API v3 Notify - Google Groups

    On the week of August 18, 2025 we will update available versions of the Maps JavaScript API. The

  2. Maps JavaScript API Version Update - Google Groups

    Jan 31, 2022 · See the updated Maps JavaScript API versioning documentation for more information. It is still recommended to specify the weekly or quarterly channel, and only specify a version number if …

  3. google maps API, how to start

    Aug 4, 2010 · You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected].

  4. Maps JavaScript API Version Update - Google Groups

    On the week of Aug 19, 2024 we will update available versions of the Maps JavaScript API. The versions will then be: Weekly channel will serve 3.58 Quarterly channel will serve 3.57 Exact version …

  5. Google Maps JavaScript API has been loaded directly without a callback

    Dec 4, 2023 · I'm seeing this message on the console: "Google Maps JavaScript API has been loaded directly without a callback. This is not supported and can lead to race conditions and suboptimal …

  6. Removing the pegman from map - Google Groups

    Peter Oct 8, 2010, 4:01:24 AM to Google Maps JavaScript API v3 Hello, It looks like a change to the api code today has started showing the

  7. Marker.setIcon () - Google Groups

    Jun 16, 2010 · to Google Maps JavaScript API v3 Hi All, I am having problem with Marker.setIcon (MarkerImage), and it is as follows: I want to be able to change a marker's icon when needed, i.e., on …

  8. Auto refresh the position of marker on google map

    Mar 8, 2011 · Keep a reference to markers when you place them - usually that is done by pushing them onto an array. Before adding new markers, cycle through your array and remove old ones from the …

  9. Polylines widths and click events - Google Groups

    Mar 2, 2010 · Hello! I have a mapping application that draws polylines having a width of 2 pixels. My current goal would be to allow users to select them easily. Here is how I register the click events: …

  10. Ajax - updating markers and infowindows - Google Groups

    Aug 1, 2010 · to Google Maps JavaScript API v3 Hello - I have a map (v3) that loads a series of markers, each with an associated onclick event handler and infowindow. Currently, the location of all …