Click or drag to resize

FRAMServiceApotea_GetClosestStations Method

Returns the closest stations (within radius) or the closest outside radius.

Namespace: FRAM.WcfService.Public
Assembly: FRAM.WcfService.Public (in FRAM.WcfService.Public.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ArrayResponse<Apotea_Station> Apotea_GetClosestStations(
	AuthTicket authTicket,
	int zipCode,
	int radius
)

Parameters

authTicket  AuthTicket
Authentication ticket
zipCode  Int32
Zip code
radius  Int32
Radius (meters)

Return Value

ArrayResponseApotea_Station
Stations
See Also