-
19 Apr 2012 9:40 AM #1
Marker Google maps on Sencha Touch 2 using Sencha Architect - GeoTweets
Marker Google maps on Sencha Touch 2 using Sencha Architect - GeoTweets
Hi!
In case someone is looking for the GeoTweets app done with Google maps Markers (Infowindow) and the Twitter API in Sencha Touch 2 using Sencha Architect that I made, here is the screencast in Youtube and the code located in GitHub:
GeoTweets Sencha Touch 2.0 using Sencha Architect 2
https://github.com/mescalito/GeoTweets
Here is the screencast (in Spanish - en Español):
https://www.youtube.com/watch?v=wAyvMnopzEk
Any suggestion, please let me know!
Cheers! happy coding!
-
19 Apr 2012 10:57 AM #2
Nice example
Aaron Conran
@aconran
Sencha Architect Development Team
-
19 Apr 2012 11:19 AM #3
Nice. You could set useCurrentLocation as most browsers support geoLocation now.
Bharat Nagwani
Sencha Designer Development Team
-
21 Aug 2012 5:57 PM #4
-
11 Nov 2012 6:51 PM #5
-
19 May 2013 8:45 AM #6
the problem that u don't care about it, is :
the map used by sencha is the same called when we tap this code :
map= new google.maps.Map(mapDiv,Options);
It's the same result, the problem is that map (with javascript) is tooo slow and sometimes make app crashed (of course it did'nt appear in ur localhost, but after deploy it into ur android phone for example), but when we work with a native developpement such as Android in eclipse, we call a com.android.google.mapsv2 (by googlePlay service lib) and it give a very gooood resut :
- map very quick, useful, and give a cache used after without connection to use (for zones that are already visited ofcourse).
but with googlemaps javascript , there is no cache saved into card SD that make loading map very slow and obligated each time we want to switch our app.
there is any solution to adopt the map android in sencha instead of map javascript, or restructure the code javascript to allow stocking cache of map into card SD !!


Reply With Quote