Ejemplo n.º 1
0
 public GoogleDirections()
 {
     data = new GoogleDirectionsData();
 }
Ejemplo n.º 2
0
 public GoogleDirectionsCore(GoogleMap map, Context context)
 {
     this.map     = map;
     this.context = context;
     data         = new GoogleDirectionsData(context);
 }