At this time samples are only provided in Delphi code.
Unfortunately we are unable to provide C++ samples.
It is recommended to use the OnGetGeocoding event instead for C++.
Example:
procedure TForm1.Button1Click(Sender: TObject);
begin
TMSFNCGeocoding1.GetGeocoding(Address.Text);
end;
procedure TForm1.TMSFNCGeocoding1GetGeocoding(Sender: TObject;
const ARequest: TTMSFNCGeocodingRequest;
const ARequestResult: TTMSFNCCloudBaseRequestResult);
begin
...
end;