I am building a Sencha Touch App with Sencha Architect, consisting of a list view with each detail view being a tab panel consisting of various fields of read-only data. So far I have been able to pass records from each object in the list to show in form fields of the tabs. Now I am trying to set up a tab with a Google Map showing the location of a set of longitude and latitude coordinates stored alongside these records for the item.
Can someone please show me how I would go about passing in these values so that for each detail view of an object, the map on this tab renders centred on the given coordinates with a marker showing the location?
I am able to provide current code if it is of benefit.
Many thanks.