资源
官方库
帮助
动态
外观
A control which shows the Map scale.
<template> <vl-map :center="p"> <template #controls> <vl-scale-control position='topleft'/> </template> </vl-map> </template> <script lang='py'> from vuepy import ref p = [52.204793, 360.121558] </script>
enum
number
boolean
src/examples/vleaflet/controls/Scale
在 GitHub 上编辑此页