bryan choo Posted March 9, 2013 at 08:36 AM Share Posted March 9, 2013 at 08:36 AM Maybe this would come with the geomaps add on, but it does not have to! Sometimes ppl have already gathered at one place but don't know where to go next. It would be great if we can suggest places to users based on their location. The current search function is kinda limited as it's just a keyword based search. Use HTML5 Geolocation (supported by most smart phones) so people can easily identify nearby listings. something like <script> var x=document.getElementById("demo"); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(showPosition); } else{x.innerHTML="Geolocation is not supported by this browser.";} } function showNearby(position) { blablabla } </script> The trend keeps moving towards smart phones so i think implementing this sooner than later would be good! Link to comment
bryan choo Posted March 26, 2013 at 08:14 AM Author Share Posted March 26, 2013 at 08:14 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted March 26, 2013 at 11:39 AM Share Posted March 26, 2013 at 11:39 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts