System.Sensors.TCustomLocationSensor.Speed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Speed: Double index TProperty.Speed read GetDoubleProperty;

C++

__property double Speed = {read=GetDoubleProperty, index=4};

Properties

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

Description

Getter for the speed, in meters per second.

See Also