 | FRAMServiceApotea_GetClosestStations Method |
Returns the closest stations (within radius) or the closest outside radius.
Namespace: FRAM.WcfService.PublicAssembly: FRAM.WcfService.Public (in FRAM.WcfService.Public.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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_StationStations
See Also