Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
colombus
Posts: 262
Registered: ‎06-04-2009

BlackBerryLocation.getAverageSatelliteSignalQuality values

Hi 

 

I am creating an application which uses GPS for navigation I am showing the GPS strength based on Location.getAverageSatelliteSignalQuality() function. I want to show the range of the gps based on this Is this  good idea ? If yes what range can be given as a good, medium & bad signal range ???

Please use plain text.
Developer
peter_strange
Posts: 17,705
Registered: ‎07-14-2008

Re: BlackBerryLocation.getAverageSatelliteSignalQuality values

range?

 

You mean how accurate the location is?  There are accuracy figures given with a QualifiedCoordinate, so you can just use these.  Make sure you understand what they mean.

Please use plain text.
Developer
colombus
Posts: 262
Registered: ‎06-04-2009

Re: BlackBerryLocation.getAverageSatelliteSignalQuality values

Thanks Peter,

I mean to show the user 4 mesages
1) Good if signal strength is good
2) Medium If signa strength is medium
3) Bad If signal strength is bad
4) Seaching if the signal strength is 0.

If I can User Horizontak accuracy for checking how can I distinguish between good , bad & medium ?
Please use plain text.
Developer
peter_strange
Posts: 17,705
Registered: ‎07-14-2008

Re: BlackBerryLocation.getAverageSatelliteSignalQuality values

Sorry I have no idea how to do the conversion you are trying to do.  But I can tell you that anything less than 5 satellites is, in my experience, a dodgy location. 

 

I would argue that an accuracy indicator is more useful to the average user than signal strength inidcator anyway. 

Please use plain text.