C# Class SuperMap.WinRT.REST.TrafficTransferAnalyst.FindStopResult

${REST_FindStopResult_Title}

Mostrar archivo Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Methods

Method Description
FindStopResult ( ) : System

${REST_FindStopResult_constructor_D}

FindStopResult ( List stops ) : System

${REST_FindStopResult_constructor_TransferStopInfo_D}

Private Methods

Method Description
FromJson ( JsonArray json ) : FindStopResult

${REST_FindStopResult_method_FromJson_D}

Method Details

FindStopResult() public method

${REST_FindStopResult_constructor_D}
public FindStopResult ( ) : System
return System

FindStopResult() public method

${REST_FindStopResult_constructor_TransferStopInfo_D}
public FindStopResult ( List stops ) : System
stops List ${REST_FindStopResult_constructor_param_stops}
return System