<import-sjs from="@anyui/alipay/utils/helper.sjs" name="anyui" />
  <map
    class="{{className || ''}}"
    a:if="{{isInited}}"
    show-location="{{showLocation}}"
    id="{{id}}"
    style="{{anyui.processStyle(style)}}"
    scale="{{_scale}}"
    longitude="{{_longitude}}"
    latitude="{{_latitude}}"
    markers="{{_markers}}"
    polyline="{{_polyline}}"
    include-points="{{_includePoints}}"
    include-padding="{{_includePadding}}"
    setting="{{_setting}}"
    circles="{{circles}}"
    controls="{{controls}}"
    ground-overlays="{{groundOverlays}}"
    tile-overlay="{{tileOverlay}}"
    polygon="{{polygon}}"
    custom-map-style="{{customMapStyle}}"
    panels="{{panels}}"
    onMarkerTap="handleMarkerTap"
    onCalloutTap="handleCalloutTap"
    onControlTap="handleControlTap"
    onRegionChange="handleRegionChange"
    onTap="handleTap"
    onPanelTap="handlePanelTap"
  ></map>
