System.Sensors.TGeocoder.Authorized

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Authorized: TAuthorizationType; virtual; abstract;

C++

virtual __classmethod TAuthorizationType __fastcall Authorized() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TGeocoder

Description

Specifies whether your application is authorized to use the sensor (atAuthorized) or not (atUnauthorized), or if the authorization state is unknown (atNotSpecified).

See Also