Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8630341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:02:25+00:00 2026-06-12T09:02:25+00:00

I want to got the visible map when all data is loaded and places

  • 0

I want to got the visible map when all data is loaded and places too. It’s integrated on mobile device program and the 2G connection is too slow, so i want to avoid loading in parts the google maps.

once it’s loaded i want to got an message – “the map is loaded” and then show on display.

I tried some functions as

<script type="text/javascript">
$(document).ready(function() {

    google.maps.event.bounds_changed(map, 'idle', function(){
    alert("Map is loaded!");
    });
});

but stilll dont work

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T09:02:26+00:00Added an answer on June 12, 2026 at 9:02 am
    google.maps.event.addListenerOnce(map, 'idle', function(){
      alert("Map is loaded!");
    });
    

    This will add a listener to be fired a single time – so the first time the map reaches the ‘idle’ state – i.e. when it’s initially loaded – the function will be executed

    EDIT:

    Firstly, Please do not make ‘suggested edits’ but instead reply via comments to an answer.

    Secondly, what do you mean the map is loading piece by piece? That’s the way the 256×256 tile images are downloaded and there’s nothing you can do about that.

    Thirdly, you’re not using the code that I suggested to you at all. You are using this:

      google.maps.event.addListener(map, 'bounds_changed', function() {
         alert("Картата е заредена!");
      });
    

    when I suggested that you use this:

    google.maps.event.addListenerOnce(map, 'idle', function(){
      alert("Map is loaded!");
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got following repeating syntax and I want to keep all <h1> that is
I've got a sprite which I want to temporarily hide… But changing the .visible
I've got an image background which content I want to be always visible, no
Ive got a div that i want to slide out on click using .show(slide,
I got an XML input string and want to deserialize it to an object
I got a Wikipedia article and I want to fetch the first z lines
I got a WPF application and I want to download a file. I'm using
I got 3 textviews which i want to move on swipe. How do i
I got a iframe and I want to select a canvas element in this
I got a table in my HTML and I want to generate new temporary

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.