Map.setZoom

মানচিত্রের জুম স্তর সেট করে।

এই ui.Map ফেরত দেয়।

ব্যবহার রিটার্নস
Map.setZoom(zoom) ui.মানচিত্র
যুক্তি টাইপ বিস্তারিত
zoom সংখ্যা মানচিত্রের জন্য সেট করতে 0 থেকে 24 পর্যন্ত জুম স্তর।

উদাহরণ

কোড এডিটর (জাভাস্ক্রিপ্ট)

// See the entire world.
Map.setZoom(1);

// See the smallest region possible.
Map.setZoom(24);

// The most recent zoom is the one the view will have.
Map.setZoom(12);