Hi all
I'm new to connect-IQ, and also very rookie at OO programming. But I just tried to make a small change to the sample program "PositionSample", where I just wanted to change the format from long/lat to MGRS.
string = posnInfo.position.toGeoString(Position.GEO_MGRS);
dc.drawText( (dc.getWidth() / 2), ((dc.getHeight() / 2) - 10), Gfx.FONT_SMALL, string, Gfx.TEXT_JUSTIFY_CENTER );
the GEO_DEG is however working fine, but GEO_MGRS returns "15S WA 00000000", it is in the same area, but the grid value isn't changing.
Hope you can help.