Table of Contents

TTMSFNCRouteCalculator.UpdateRouteSegmentEndAddress Method

Updates route segment end address.

API unit family: TMSFNCRoutecalculator Declaring type: TTMSFNCRouteCalculator Inherited from: TTMSFNCCustomRouteCalculator

Syntax

procedure UpdateRouteSegmentEndAddress(ASegment: TTMSFNCRouteCalculatorSegment; AEndAddress: string; ACallback: TTMSFNCRouteCalculatorCalculateRouteCallback = nil; AID: string = ''; ADataPointer: Pointer = nil); overload; virtual;

Parameters

Name Description
ASegment The segment value.
AEndAddress End address or place text for the route.
ACallback Optional callback invoked when the service response is available.
AID Optional caller-defined request identifier.
ADataPointer Optional caller-defined pointer passed through the request.