C# 클래스 GoogleApi.Entities.Maps.Directions.Response.OverviewPolyline

파일 보기 프로젝트 열기: vivet/GoogleApi

Private Properties

프로퍼티 타입 설명
DecodePoints IEnumerable
InitLazyPoints void

공개 메소드들

메소드 설명
GetRawPointsData ( ) : string

The RAW data of points from Google

OverviewPolyline ( ) : System

Default constructor.

비공개 메소드들

메소드 설명
DecodePoints ( ) : IEnumerable
InitLazyPoints ( StreamingContext contex ) : void

메소드 상세

GetRawPointsData() 공개 메소드

The RAW data of points from Google
public GetRawPointsData ( ) : string
리턴 string

OverviewPolyline() 공개 메소드

Default constructor.
public OverviewPolyline ( ) : System
리턴 System