System.Sensors.TGeocoder.GeocodeReverse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure GeocodeReverse(const Coords: TLocationCoord2D);

C++

__classmethod void __fastcall GeocodeReverse(const TLocationCoord2D &Coords);

Properties

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

Description

Requests the address matching the specified geographic coordinates.

This method is asynchronous; handle the OnGeocodeReverse event to get the result.

See Also