Click or drag to resize
IService1GetClosestPublicStations Method
Returns the closest stations based on radius (or the closest outside radius).

Namespace: WcfService
Assembly: FRAM.WcfService (in FRAM.WcfService.dll) Version: FRAM 2.0 v2.2.5.0
Syntax
StationWithCoordinates[] GetClosestPublicStations(
	AuthTicket authTicket,
	int zipCode,
	int radius
)

Parameters

authTicket
Type: FRAM.CommonLayer.ModelsAuthTicket

[Missing <param name="authTicket"/> documentation for "M:WcfService.IService1.GetClosestPublicStations(FRAM.CommonLayer.Models.AuthTicket,System.Int32,System.Int32)"]

zipCode
Type: SystemInt32

[Missing <param name="zipCode"/> documentation for "M:WcfService.IService1.GetClosestPublicStations(FRAM.CommonLayer.Models.AuthTicket,System.Int32,System.Int32)"]

radius
Type: SystemInt32

[Missing <param name="radius"/> documentation for "M:WcfService.IService1.GetClosestPublicStations(FRAM.CommonLayer.Models.AuthTicket,System.Int32,System.Int32)"]

Return Value

Type: StationWithCoordinates

[Missing <returns> documentation for "M:WcfService.IService1.GetClosestPublicStations(FRAM.CommonLayer.Models.AuthTicket,System.Int32,System.Int32)"]

See Also