با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
رابط استاتیک عمومی GoogleMap.OnMapLoadedCallback
رابط پاسخ به تماس برای زمانی که نقشه به پایان رسید. این امر پس از واکشی تمام کاشیهای مورد نیاز برای رندر نقشه و تکمیل تمام برچسبگذاریها رخ میدهد. اگر نقشه به دلیل مشکلات اتصال هرگز بارگیری نشود، یا اگر نقشه به طور مداوم در حال تغییر باشد و به دلیل تعامل دائم کاربر با نقشه، هرگز بارگیری کامل نشود، این رویداد فعال نمی شود.
زمانی که رندر نقشه به پایان رسید تماس گرفته می شود.
روش های عمومی
void انتزاعی عمومیدر MapLoaded()
زمانی که رندر نقشه به پایان رسید تماس گرفته می شود. این فقط یک بار فراخوانی خواهد شد. اگر میخواهید دوباره به شما اطلاع داده شود، باید درخواست تماس دیگری بدهید.
تاریخ آخرین بهروزرسانی 2025-04-26 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-04-26 بهوقت ساعت هماهنگ جهانی."],[[["`GoogleMap.OnMapLoadedCallback` is an interface used to trigger actions after a Google Map has completely rendered within an Android application."],["The `onMapLoaded()` method is called once when the map has finished rendering, signifying all tiles and labels are loaded, and runs on the Android UI thread."],["This callback will not trigger if the map fails to load due to connection issues or if continuous user interaction prevents the map from fully loading."]]],["The `GoogleMap.OnMapLoadedCallback` interface provides a mechanism to be notified when a map has finished rendering. The `onMapLoaded()` method, the sole method within this interface, is invoked once the map has completed the rendering process, including fetching tiles and labeling. This method is called on the Android UI thread. If the user needs to be notified again, they must explicitly request another callback, as this only fires once. The callback won't be triggered if loading is interrupted.\n"]]