System.Sensors.TGeocoder.OnGeocode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property OnGeocode: TGeocodeEvent read FOnGeocode write FOnGeocode;

C++

/* static */ __property TGeocodeEvent OnGeocode = {read=FOnGeocode, write=FOnGeocode};

Properties

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

Description

Occurs when there is a response after a geocode request.

This event provides the following arguments to its event handler:

  • Sender is the current instance of the location sensor.
  • Coords is an array of geographic coordinates. Usually, Coords contains a single item. However, the array may contain more than one item if the specified address matches more than one set of coordinates.

See Also