C# 클래스 Google.Maps.PolylineEncoder

파일 보기 프로젝트 열기: ericnewton76/gmaps-api-net 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( string value ) : IEnumerable

Decode encoded polyline information to a collection of LatLng instances.

EncodeCoordinates ( IEnumerable coordinates ) : string

Encodes the list of coordinates to a Google Maps encoded coordinate string.

비공개 메소드들

메소드 설명
EncodeNumber ( int num ) : string

Encode an unsigned number in the encode format.

EncodeSignedNumber ( int num ) : string

Encode a signed number in the encode format.

메소드 상세

Decode() 공개 정적인 메소드

Decode encoded polyline information to a collection of LatLng instances.
public static Decode ( string value ) : IEnumerable
value string ASCII string
리턴 IEnumerable

EncodeCoordinates() 공개 정적인 메소드

Encodes the list of coordinates to a Google Maps encoded coordinate string.
public static EncodeCoordinates ( IEnumerable coordinates ) : string
coordinates IEnumerable The coordinates.
리턴 string