<!-- layout/marker_icon_right.xml-->
<box layout='horizontal' vertical-align='middle'>
	<text
    width='96'
    text='${name}'
    font-size='12'
    color='#33B276'
    stroke-color='#fff'
    stroke-width='2'
    number-of-lines='2'
    text-align='right' />
  <image
    width='16'
    height='16'
    src='${iconPath}' />
</box>
