:orphan: .. title:: GPS_SIM_MAX_STEP .. option:: CONFIG_GPS_SIM_MAX_STEP *Maximum step size each iteration* Type: ``int`` Help ==== Sets the maximum step size that can be taken in latitude or longitude for each simulation iteration. In units of 1/1000 degrees. Direct dependencies =================== \ :option:`GPS_SIM ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 100 if \ :option:`GPS_SIM ` Kconfig definition ================== .. highlight:: kconfig At ``../nrf/drivers/gps_sim/Kconfig:83`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:10`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:11`` → ``../nrf/drivers/Kconfig:10`` Menu path: (top menu) → Nordic nRF Connect → Device Drivers → GPS simulator .. parsed-literal:: config GPS_SIM_MAX_STEP int prompt "Maximum step size each iteration" if \ :option:`GPS_SIM ` default 100 if \ :option:`GPS_SIM ` depends on \ :option:`GPS_SIM ` help Sets the maximum step size that can be taken in latitude or longitude for each simulation iteration. In units of 1/1000 degrees. *(Definitions include propagated dependencies, including from if's and menus.)*