C# Class GoogleApi.Entities.Maps.Directions.Response.OverviewPolyline

Show file Open project: vivet/GoogleApi

Private Properties

Property Type Description
DecodePoints IEnumerable
InitLazyPoints void

Public Methods

Method Description
GetRawPointsData ( ) : string

The RAW data of points from Google

OverviewPolyline ( ) : System

Default constructor.

Private Methods

Method Description
DecodePoints ( ) : IEnumerable
InitLazyPoints ( StreamingContext contex ) : void

Method Details

GetRawPointsData() public method

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

OverviewPolyline() public method

Default constructor.
public OverviewPolyline ( ) : System
return System