I can’t get the embedded map view to load. The app crashes when I try. I’m trying a very simple experiment. I have two app variables named latitude and longitude, and I assign each one an initial value. On the page with the map, I bind the Markers to Render latitude and longitude items to the app variables I created, and I do the same with the Initial map region latitude and longitude entries. I have another page where I open the map page with a button tap.
What am I doing wrong that’s making the program crash? I have a feeling I’m missing something very basic