Function UtmPosition

Container component which allows sub components positioned relative to a UTM coordinate. Used with the UtmArea component.

<UtmArea utmZone="31N" origin={[474000, 6522000]}>
<UtmPosition easing={easting} northing={northing}>
{ children }
</UtmPosition>
</UtmArea>