public PolylineOptions add(LatLng point) {
   polyline.addPoint(point);
   return this;
 }