Posted by ruadhan 4 years 2 weeks ago

Mobile Champion
This forum is for discussing Location Based Services and related topics - think GPS, assisted GPS. Think location-aware applications and services such as FireEagle and OpenCellID. Think location APIs, such as JSR179. Essentially, anything location!
Posted by isuchan 13 weeks 3 days ago

Hi everyone,
I have a situation here but I am quite open to any suggestion regarding any inputs.
Is it possible for a mobile browser which is not support the geolocation feature to get the MNC and MCC value for the cell ID purpose. I was thinking that maybe if the user was refuse to let our mobile web application to access their location and we still can do it silently by get the MNC and MCC value and get their position based on the cell ID.
Posted by favoritefoodblogs 25 weeks 6 days ago

SEO Tips and Techniques,Search Engine Optimization, Off Page SEO Factors, On page SEO, Keywords Optimization, Google image optimization, Google Analytics, Ad Words campaign, Google Ad Words, Google Page Rank, Google Optimization, Social Media Marketing, Pay Per Click concept, Search Engine Reputation Management, Search Engine Marketing , KEYWORD CLOUD
For More : http://www.realseotips.com
Posted by BobHoil 35 weeks 2 days ago

I have started developing an application through the Google Maps API. I have the map drawing, geopoint drawing (hard coded geopoints), and a few other things. But right now I have been trying to get a way to download the geopoints from my web server to show points on the map around your current location. Now I am having a hard time with this and need some tips on what to use to accomplish this best. I have included a link with an image showing what I have so far for the application.
http://www.bobhoil.com/2011/09/15/upcoming-android-application/
Posted by mssingoy 1 year 8 weeks ago

They relapsed
Posted by mssingoy 1 year 8 weeks ago

just walk
Posted by mssingoy 1 year 8 weeks ago

He stared ahead
Posted by garbetjie 1 year 40 weeks ago

Hey all.
I've had a client come to me wanting to develop a mobile website that makes use of Windows Mobile devices. However, they're wanting to make use of the device's GPS services.
I've been assured that the users at which the mobile site is aimed will definitely have phones that have GPS enabled.
So, I did a search around to see how it would be possible to retrieve a phone's GPS co-ordinates on Windows Mobile, and wasn't able to discover anything that would suggest it is even possible.
Posted by myousufq 1 year 42 weeks ago

Howdy,
I need to develop an application same like CityGuide (shipped with Java wireless toolkit) but using Google map. Is it possible to move an object on Google Map please...
Much appreciated
-y
Posted by yukuza 1 year 48 weeks ago

Hello everybody,
I got a big Problem, since I've updated my iPhone 3GS to iOS4. I am using the W3C geolocation API Specification to get a current Position within my Webapp. Just using this sort of JavaScript code:
function locate(event)
{
navigator.geolocation.getCurrentPosition (gotPosition);
}
function gotPosition (position)
{
currentlatitude = position.coords.latitude;
currentlongitude = position.coords.longitude;
}


