System.Sensors.TCivicAddress.Coord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Coord: TLocationCoord2D read FCoord write FCoord;

C++

__property TLocationCoord2D Coord = {read=FCoord, write=FCoord};

Properties

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

Description

Gets and sets the coordinates of the location.

Coordinates are defined as a set of two double numbers representing latitude and longitude.

See Also