I am develping the google map web application with the help of user control (Google Map Control for asp.net).
I have a aspx page on which I am using google map control & creating various google point & polylines on code behind.
Now I want to write some class as googlemapIntegration in special class library which contains method like
GooglePolyline getPolyline(listOfPoints)
which takes list of points & return polyline.
How we can write the class? How we can access GooglePoint, GooglePolyline, etc class on class in class library.