Ejemplo n.º 1
0
 public GoogleMapBuilder MapTypeId(MapTypes value)
 {
     Component.MapTypeId = value.ToClientSideString();
     return(this);
 }