Home »
MCQs »
Leaflet MCQs
Which of the following produces a new Leaflet map object with the initial location and zoom level specified?
2. Which of the following produces a new Leaflet map object with the initial location and zoom level specified?
- MAP()
- L.map()
- Map.leaflet()
- All of the above
Answer: B) L.map()
Explanation:
L.map() produces a new Leaflet map object with the initial location and zoom level specified.