Well, it was interesting. When I first tested that, I guess I got lucky, and my beginning and ending vertices were coincidental. And, when I added the resultant shape to the TrackOverlay.TrackShapeLayer, it drew as a polygon.
Later in the day, I could not get the resultant shapes to draw, however, the GetArea method returned a value that appears to be correct.
The light finally came on, and I added a closing vertex when original vertices were NOT coincidental, and then the shape draws.
Thanks for the confirmation.