System.Sensors.TGeocoder.Authorized

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function Authorized: TAuthorizationType; virtual; abstract;

C++

virtual __classmethod TAuthorizationType __fastcall Authorized() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TGeocoder

Beschreibung

Gibt an, ob Ihre Anwendung autorisiert ist (atAuthorized) oder nicht (atUnauthorized), den Sensor zu verwenden oder ob der Autorisierungsstatus unbekannt ist (atNotSpecified).

Siehe auch