sdruckerfig
7 Nov 2011, 8:32 AM
The the following code, the config properties are not applied to the map.
Any ideas?
Ext.define("CrimeFinder.view.crimereport.map.Map", {
extend: 'Ext.Map',
xtype: 'crimemap',
config: {
useCurrentLocation: true,
mapOptions: {
center: new google.maps.LatLng(38.909085, -77.036777),
zoom: 16,
mapTypeId: google.maps.MapTypeId.ROADMAP,
navigationControl: true,
navigationControlOptions: {
style: google.maps.NavigationControlStyle.DEFAULT
}
}
}
});
Any ideas?
Ext.define("CrimeFinder.view.crimereport.map.Map", {
extend: 'Ext.Map',
xtype: 'crimemap',
config: {
useCurrentLocation: true,
mapOptions: {
center: new google.maps.LatLng(38.909085, -77.036777),
zoom: 16,
mapTypeId: google.maps.MapTypeId.ROADMAP,
navigationControl: true,
navigationControlOptions: {
style: google.maps.NavigationControlStyle.DEFAULT
}
}
}
});