geo-targeting-component
Version:
Geo targeting component
6 lines (5 loc) • 464 B
HTML
<div class="geo-targeting-component">
<ya-map ya-after-init="$ctrl.getMap($target);" ya-zoom="10" ya-controls="" ya-center="$ctrl.options.coordinates" style="width: 600px; height: 600px; display: inline-block;">
<ya-geo-object ya-after-init="$ctrl.getCircle($target);" ya-source="$ctrl.options.object" ya-options="{draggable: true, fillColor: '#ffc53877',strokeColor: '#ffc538',strokeOpacity: 0.8,strokeWidth: 1}"></ya-geo-object>
</ya-map>
</div>