Maximize productivity with
30% off* for a limited time
using BOOSTDEV30.
Includes 3- and 5-packs.
*Some exclusions may apply.New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
annotations={[
{
content: '<div id="maps1" style="height: 200px; width: 200px"></div>',
x: '20%', y: '50%'
}
]}
onMapsLoad(args) {
let maps = new Maps({
height: '100px', width: '100px',
layers: [{
layerType: 'OSM', tye: 'Layer',
}],
margin: {
bottom: 0,
left: 0,
top: 0,
right: 0,
}
});
maps.appendTo('#maps1');
};
|