I see they added the ability to determine the xy locations for other coordinate systems, such as UTM, USNG, etc. When I add the param
advancedLocationUnits:true
var measurement = new Measurement({
map: map,
advancedLocationUnits:true
defaultAreaUnit: Units.SQUARE_MILES,
defaultLengthUnit: Units.KILOMETERS
}, dom.byId('measurement')); it adds the new units to the drop down but when I click on the map it doesn't return any thing. I was just playing in the sandbox for the measurement samples. Is there something else you need to add to return those projected coordinates?