System.Sensors.TLocationRegion.Center

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Center: TLocationCoord2D read FCenter;

C++

__property TLocationCoord2D Center = {read=FCenter};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TLocationRegion

Description

Coordinates of the central point of the region.

See Also