FMX.Maps.TMapCircleDescriptor.Center

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Center: TMapCoordinate;

C++

TMapCoordinate Center;

Properties

Type Visibility Source Unit Parent
field public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapCircleDescriptor

Description

Center of the map circle with latitude and longitude.

The Center field of type TMapCoordinate represents the center of the map circle with latitude and longitude.

See Also