Unanswered: Map loading issues with Samsung Galaxy Tab
Unanswered: Map loading issues with Samsung Galaxy Tab
I've been working on a mobile applicaton for android using the sencha touch 2.0.1.1 framework. I was trying to load the google map with my current location and few nearest restaurants marked on it. The map is loading fine, but sometimes it won't load the markers I add and some time it works for the same data.
To update the current location information I'm using the "Ext.util.Geolocation" update location. And using the google map geocoder api to find the location of these restaurants.
To use your current location and update it you could just use the userCurrentLocation config on Ext.Map. The issue with the markers, as long as you are doing it after the google map has been rendered it should work, at least from a Sencha Touch standpoint.
The map loading issues fixed now. It was a loading delay only. Now I'm trying to give a navigator option. Using google map's direction services I could render the driving directions on map. Is there any option to get the google map navigator for the same driving direction which I've already rendered on the map in my Sencha App?