Disable geolocation tracking in a case type when the location of a case worker is not required in the audit trail of a case.
In the explorer panel of Designer Studio, click Cases and then click the name of a case type.
Click the Settings tab.
Click General.
Clear the Enable geolocation tracking check box.
Click Save.
Tip: To disable geolocation tracking in all case types, delete all instances of pyGeolocationTrackingIsEnabled in your application. At run time, the @baseclass.pyGeolocationTrackingIsEnabled version is evaluated which always returns a false value.