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

Afficher le fichier Open project: vivet/GoogleApi

Private Properties

Свойство Type Description
DecodePoints IEnumerable
InitLazyPoints void

Méthodes publiques

Méthode Description
GetRawPointsData ( ) : string

The RAW data of points from Google

OverviewPolyline ( ) : System

Default constructor.

Private Methods

Méthode Description
DecodePoints ( ) : IEnumerable
InitLazyPoints ( StreamingContext contex ) : void

Method Details

GetRawPointsData() public méthode

The RAW data of points from Google
public GetRawPointsData ( ) : string
Résultat string

OverviewPolyline() public méthode

Default constructor.
public OverviewPolyline ( ) : System
Résultat System