canmove, Confirmed users
312
edits
(→API) |
(Usage) |
||
Line 7: | Line 7: | ||
The underlying implementation of geolocation can be different per hardware provider. As an Application developer, you should be transparent to the underlying implementation. You should write apps using the APIs which specifies the accuracy requirement of your app. eg: | The underlying implementation of geolocation can be different per hardware provider. As an Application developer, you should be transparent to the underlying implementation. You should write apps using the APIs which specifies the accuracy requirement of your app. eg: | ||
*A navigation app, which needs accuracy upto a few meters, then enableHighAccuracy=TRUE. | *A navigation app, which needs accuracy upto a few meters, then enableHighAccuracy=TRUE. | ||
*A weather app which just needs | *A weather app which just needs coarse location, then your app can consume less power by enableHighAccuracy=FALSE. | ||
As an Application Developer, you should be aware that certain SUPL service providers may have terms of use for their SUPL service - [learn more]” | |||
=Commercial Implementations= | =Commercial Implementations= |