Hi @jared and all the others that work with the map component,
I also work with airtable, I fetch some or all rows and iterate through the list. The following block helps:
The “latitude” and “longitude” inputs of Map.addMarker seem to be not able to convert a “string” to a “float” by themselves, so please add the math blocks and multiply just by 1.0. This work on iOS and on Android.
BTW: it makes no difference, if you declare the latitude / longitude in airtable as a number. I might be wrong but I think that airtable delivers always a string, so you have to convert it always in your app.