i was searching Google Map Api But i did not found link from its official site. so from some other site i downloaded a demo project and got google map dll from that project. i have included dll in my project and have shown my data on MAP. now i have to use Polyline to link those data location when i did go for it i try to create object for polyline like this,
GooglePolyline PL1 = new GooglePolyline();
it gives error name polyline does not exsis the api i am using is,

am i doing something wrong? thanks