System.Sensors.Components.TLocationSensor.AddRegion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddRegion(const Value: TLocationRegion);

C++

void __fastcall AddRegion(const System::Sensors::TLocationRegion &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components TLocationSensor

Description

Adds the specified region to the list of monitored regions.

Platform Support

Regions are only supported on iOS.

See Also