Hello, We have various versions of web apps that use Maps V3 API and Fusion Tables to enable users to submit their own content to a map using a simple form, and that content appears immediately on a live map for others to see. It currently works OK on a PC but we're encountering issues on some other platforms (e.g. iPhone / iPad to submit photos). Going forward the primary usage will be on mobile and we need to come up with a solution that is simple, modular, 'future-proofed' and will able to be incorporated in apps (android and apple).
Here is a prototype example of one application: www.satpacktravel.com/kruger-sightings.html. I've done some research and would really appreciate any / all thoughts on the following. Some of this is copied from a recommendation from an IT consultant, so would appreciate responses in as non-technical terms as possible: 1. Moving to a MVC framework and use of OOPS(Class/Objects structure) concepts. This seems to be the best way to manage complex maps with multiple versions of similar functionality? 2. Move to have two different version of each map, i.e. map identifies devices and then utilises 1 of 2 different codes. Is type of devices (e.g. phone / tablet or PC or is screen size the best criteria)? 3. We currently use JQuery. Happy to keep this for PC version. On mobile version looking at JQuery Mobile vs. Snecha Touch. Documentation and similarity with JQuery seems better with former? Any advantages of Snecha? Thank you for any and all help! Rob -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
