System.Sensors.TGeocoder.Geocode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure Geocode(const Address: TCivicAddress);

C++

__classmethod void __fastcall Geocode(TCivicAddress* const Address);

Properties

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

Description

Requests the geographic coordinates matching the specified address.

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

See Also