Hi,
I am using the TMSFNCLocation component to tracking a car and the component always get the same location, rarely get another. the APIKey is properly actived on Google and the command used is TMSFNCLocation.GetLocation
OnGetLocation implementation
procedure TfrmMain.TMSFNCLocationGetLocation(Sender: TObject;
const ARequest: TTMSFNCLocationRequest;
const ARequestResult: TTMSFNCCloudBaseRequestResult);
begin
memLog.Lines.Add(Format('Latitude: %2.10f Longitude: %2.10f', [ARequest.Coordinate.Latitude, ARequest.Coordinate.Longitude]));
end;
Just it and does not works properly.
Any idea?