Bug found in Ext.Map 'useCurrentLocation'
Hi Guys,
I think that i've found a bug on the useCurrentLocation option.
When i'm trying to use it and navigate in the rendered map, the map is going everytime after a little delay back to the center (current location coordinates), avoiding the user to navigate inside..
Here is my code :
Code:
extend: 'Ext.Panel',
xtype:'storefinder',
config: {
items: [
{
xtype: 'map',
useCurrentLocation : true,
height: 420,
width: 318,
docked: 'top',
mapOptions: {
zoom: 12
},
listeners: {
more options below...
Let me know if you know why it does this, or if it's a bug in the sdk.
Thanks !