From Clomosy Docs

In the project, it returns True if location information is enabled; otherwise, it returns False.

Example

{
  if (Clomosy.LocationIsActive)
    ShowMessage('Location enabled!');
  else
    ShowMessage('Location disabled!');
}

See Also