C# 클래스 FlyttaIn.Services.Communications.GoteborgServices

파일 보기 프로젝트 열기: kreativstuga/flyttain 1 사용 예제들

공개 메소드들

메소드 설명
GetBikeServiceStations ( ) : string
GetGBGStopsByCoord ( string latitude, string longitude, int maxNoRows = 10 ) : IList
GetGBGTrip ( string url, string key, Location from, Location to ) : string

call function GetGBGLocationToCoord in this class to get identifier and coordinates gives function a static time for the time being, reconsider changing

GetParkingCommuter ( string lat, string lng, string radius ) : string
GetParkingHandicap ( string lat, string lng, string radius ) : string
GetWeather ( ) : string

비공개 메소드들

메소드 설명
GetGBGLocationToNearbyCoord ( string url, string api, string originLat, string originLong, int maxNoRows = 10 ) : IList

메소드 상세

GetBikeServiceStations() 공개 메소드

public GetBikeServiceStations ( ) : string
리턴 string

GetGBGStopsByCoord() 공개 메소드

public GetGBGStopsByCoord ( string latitude, string longitude, int maxNoRows = 10 ) : IList
latitude string
longitude string
maxNoRows int
리턴 IList

GetGBGTrip() 공개 메소드

call function GetGBGLocationToCoord in this class to get identifier and coordinates gives function a static time for the time being, reconsider changing
public GetGBGTrip ( string url, string key, Location from, Location to ) : string
url string
key string
from FlyttaIn.Models.Location
to FlyttaIn.Models.Location
리턴 string

GetParkingCommuter() 공개 메소드

public GetParkingCommuter ( string lat, string lng, string radius ) : string
lat string
lng string
radius string
리턴 string

GetParkingHandicap() 공개 메소드

public GetParkingHandicap ( string lat, string lng, string radius ) : string
lat string
lng string
radius string
리턴 string

GetWeather() 공개 메소드

public GetWeather ( ) : string
리턴 string