I've got the map embedded on iOS but cannot change the default location.
I tried changing (in MapKit.js)
var MapKit = function() {
this.options = {
height: 260,
diameter: 1000,
atBottom: true,
lat: 33.281468,
lon: -71.104446
};
the lat and lon to different values but the map always opens to the same location.
What am I doing wrong here?
Cheers,