Why does Google stipulate that you specify whether you are using a sensor in the maps API? -
when retrieving google maps api javascript, google requires specify whether using sensor or not application (e.g. sensor=false). why this? matter of data collection google can approximate how api being used, or modify returned in instances?
per api, sensor option determine if using gps-enabled / location tracking device. sensor=false maps more light-weight since don't handle additional functionality. mentioned, sensor=true maps handle device specific location tracking, etc.
Comments
Post a Comment