I am sure I am missing something really simple here. I added a WebLocation to the page, have a button.Pressed is set to Location1.Start, and in Location1.LocationChanged, I have two labels to show the lat/long:
lblLat.Text = latitude.ToText
lblLong.Text = longitude.ToText
Though, it does not seem to be firing. Am I missing something?