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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -